|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_T_Transaction
Generated Interface for T_Transaction
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID |
static String |
COLUMNNAME_C_Project_ID
Column name C_Project_ID |
static String |
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID |
static String |
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID |
static String |
COLUMNNAME_M_InOut_ID
Column name M_InOut_ID |
static String |
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID |
static String |
COLUMNNAME_M_Inventory_ID
Column name M_Inventory_ID |
static String |
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID |
static String |
COLUMNNAME_M_Locator_ID
Column name M_Locator_ID |
static String |
COLUMNNAME_M_Movement_ID
Column name M_Movement_ID |
static String |
COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_M_Production_ID
Column name M_Production_ID |
static String |
COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID |
static String |
COLUMNNAME_M_Transaction_ID
Column name M_Transaction_ID |
static String |
COLUMNNAME_MovementDate
Column name MovementDate |
static String |
COLUMNNAME_MovementQty
Column name MovementQty |
static String |
COLUMNNAME_MovementType
Column name MovementType |
static String |
COLUMNNAME_Search_InOut_ID
Column name Search_InOut_ID |
static String |
COLUMNNAME_Search_Invoice_ID
Column name Search_Invoice_ID |
static String |
COLUMNNAME_Search_Order_ID
Column name Search_Order_ID |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=758 |
static String |
Table_Name
TableName=T_Transaction |
| Method Summary | |
|---|---|
int |
getAD_PInstance_ID()
Get Process Instance. |
I_AD_PInstance |
getAD_PInstance()
|
int |
getC_Project_ID()
Get Project. |
I_C_Project |
getC_Project()
|
int |
getC_ProjectIssue_ID()
Get Project Issue. |
I_C_ProjectIssue |
getC_ProjectIssue()
|
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_InOut_ID()
Get Shipment/Receipt. |
I_M_InOut |
getM_InOut()
|
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_Inventory_ID()
Get Phys.Inventory. |
I_M_Inventory |
getM_Inventory()
|
int |
getM_InventoryLine_ID()
Get Phys.Inventory Line. |
I_M_InventoryLine |
getM_InventoryLine()
|
int |
getM_Locator_ID()
Get Locator. |
int |
getM_Movement_ID()
Get Inventory Move. |
I_M_Movement |
getM_Movement()
|
int |
getM_MovementLine_ID()
Get Move Line. |
I_M_MovementLine |
getM_MovementLine()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_Production_ID()
Get Production. |
I_M_Production |
getM_Production()
|
int |
getM_ProductionLine_ID()
Get Production Line. |
I_M_ProductionLine |
getM_ProductionLine()
|
int |
getM_Transaction_ID()
Get Inventory Transaction |
I_M_Transaction |
getM_Transaction()
|
Timestamp |
getMovementDate()
Get Movement Date. |
BigDecimal |
getMovementQty()
Get Movement Quantity. |
String |
getMovementType()
Get Movement Type. |
int |
getSearch_InOut_ID()
Get Search Shipment/Receipt. |
int |
getSearch_Invoice_ID()
Get Search Invoice. |
int |
getSearch_Order_ID()
Get Search Order. |
void |
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_Inventory_ID(int M_Inventory_ID)
Set Phys.Inventory. |
void |
setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. |
void |
setM_Locator_ID(int M_Locator_ID)
Set Locator. |
void |
setM_Movement_ID(int M_Movement_ID)
Set Inventory Move. |
void |
setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_Production_ID(int M_Production_ID)
Set Production. |
void |
setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. |
void |
setM_Transaction_ID(int M_Transaction_ID)
Set Inventory Transaction |
void |
setMovementDate(Timestamp MovementDate)
Set Movement Date. |
void |
setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. |
void |
setMovementType(String MovementType)
Set Movement Type. |
void |
setSearch_InOut_ID(int Search_InOut_ID)
Set Search Shipment/Receipt. |
void |
setSearch_Invoice_ID(int Search_Invoice_ID)
Set Search Invoice. |
void |
setSearch_Order_ID(int Search_Order_ID)
Set Search Order. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_PInstance_ID
static final String COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_ProjectIssue_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_InOut_ID
static final String COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_Inventory_ID
static final String COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Movement_ID
static final String COLUMNNAME_M_MovementLine_ID
static final String COLUMNNAME_MovementDate
static final String COLUMNNAME_MovementQty
static final String COLUMNNAME_MovementType
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Production_ID
static final String COLUMNNAME_M_ProductionLine_ID
static final String COLUMNNAME_M_Transaction_ID
static final String COLUMNNAME_Search_InOut_ID
static final String COLUMNNAME_Search_Invoice_ID
static final String COLUMNNAME_Search_Order_ID
| Method Detail |
|---|
void setAD_PInstance_ID(int AD_PInstance_ID)
int getAD_PInstance_ID()
I_AD_PInstance getAD_PInstance()
throws Exception
Exceptionvoid setC_Project_ID(int C_Project_ID)
int getC_Project_ID()
I_C_Project getC_Project()
throws Exception
Exceptionvoid setC_ProjectIssue_ID(int C_ProjectIssue_ID)
int getC_ProjectIssue_ID()
I_C_ProjectIssue getC_ProjectIssue()
throws Exception
Exceptionvoid setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
int getM_AttributeSetInstance_ID()
void setM_InOut_ID(int M_InOut_ID)
int getM_InOut_ID()
I_M_InOut getM_InOut()
throws Exception
Exceptionvoid setM_InOutLine_ID(int M_InOutLine_ID)
int getM_InOutLine_ID()
I_M_InOutLine getM_InOutLine()
throws Exception
Exceptionvoid setM_Inventory_ID(int M_Inventory_ID)
int getM_Inventory_ID()
I_M_Inventory getM_Inventory()
throws Exception
Exceptionvoid setM_InventoryLine_ID(int M_InventoryLine_ID)
int getM_InventoryLine_ID()
I_M_InventoryLine getM_InventoryLine()
throws Exception
Exceptionvoid setM_Locator_ID(int M_Locator_ID)
int getM_Locator_ID()
void setM_Movement_ID(int M_Movement_ID)
int getM_Movement_ID()
I_M_Movement getM_Movement()
throws Exception
Exceptionvoid setM_MovementLine_ID(int M_MovementLine_ID)
int getM_MovementLine_ID()
I_M_MovementLine getM_MovementLine()
throws Exception
Exceptionvoid setMovementDate(Timestamp MovementDate)
Timestamp getMovementDate()
void setMovementQty(BigDecimal MovementQty)
BigDecimal getMovementQty()
void setMovementType(String MovementType)
String getMovementType()
void setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setM_Production_ID(int M_Production_ID)
int getM_Production_ID()
I_M_Production getM_Production()
throws Exception
Exceptionvoid setM_ProductionLine_ID(int M_ProductionLine_ID)
int getM_ProductionLine_ID()
I_M_ProductionLine getM_ProductionLine()
throws Exception
Exceptionvoid setM_Transaction_ID(int M_Transaction_ID)
int getM_Transaction_ID()
I_M_Transaction getM_Transaction()
throws Exception
Exceptionvoid setSearch_InOut_ID(int Search_InOut_ID)
int getSearch_InOut_ID()
void setSearch_Invoice_ID(int Search_Invoice_ID)
int getSearch_Invoice_ID()
void setSearch_Order_ID(int Search_Order_ID)
int getSearch_Order_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||