|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_TransactionAllocation
Generated Interface for M_TransactionAllocation
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 1 - Org |
static String |
COLUMNNAME_AllocationStrategyType
Column name AllocationStrategyType |
static String |
COLUMNNAME_IsAllocated
Column name IsAllocated |
static String |
COLUMNNAME_IsManual
Column name IsManual |
static String |
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID |
static String |
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID |
static String |
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_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_Out_M_InOutLine_ID
Column name Out_M_InOutLine_ID |
static String |
COLUMNNAME_Out_M_InventoryLine_ID
Column name Out_M_InventoryLine_ID |
static String |
COLUMNNAME_Out_M_ProductionLine_ID
Column name Out_M_ProductionLine_ID |
static String |
COLUMNNAME_Out_M_Transaction_ID
Column name Out_M_Transaction_ID |
static String |
COLUMNNAME_Qty
Column name Qty |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=636 |
static String |
Table_Name
TableName=M_TransactionAllocation |
| Method Summary | |
|---|---|
String |
getAllocationStrategyType()
Get Allocation Strategy. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_InventoryLine_ID()
Get Phys.Inventory Line. |
I_M_InventoryLine |
getM_InventoryLine()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_ProductionLine_ID()
Get Production Line. |
I_M_ProductionLine |
getM_ProductionLine()
|
int |
getM_Transaction_ID()
Get Inventory Transaction |
I_M_Transaction |
getM_Transaction()
|
int |
getOut_M_InOutLine_ID()
Get Out Shipment Line. |
int |
getOut_M_InventoryLine_ID()
Get Out Inventory Line. |
int |
getOut_M_ProductionLine_ID()
Get Out Production Line. |
int |
getOut_M_Transaction_ID()
Get Out Transaction. |
BigDecimal |
getQty()
Get Quantity. |
boolean |
isAllocated()
Get Allocated. |
boolean |
isManual()
Get Manual. |
void |
setAllocationStrategyType(String AllocationStrategyType)
Set Allocation Strategy. |
void |
setIsAllocated(boolean IsAllocated)
Set Allocated. |
void |
setIsManual(boolean IsManual)
Set Manual. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. |
void |
setM_Transaction_ID(int M_Transaction_ID)
Set Inventory Transaction |
void |
setOut_M_InOutLine_ID(int Out_M_InOutLine_ID)
Set Out Shipment Line. |
void |
setOut_M_InventoryLine_ID(int Out_M_InventoryLine_ID)
Set Out Inventory Line. |
void |
setOut_M_ProductionLine_ID(int Out_M_ProductionLine_ID)
Set Out Production Line. |
void |
setOut_M_Transaction_ID(int Out_M_Transaction_ID)
Set Out Transaction. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AllocationStrategyType
static final String COLUMNNAME_IsAllocated
static final String COLUMNNAME_IsManual
static final String COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_ProductionLine_ID
static final String COLUMNNAME_M_Transaction_ID
static final String COLUMNNAME_Out_M_InOutLine_ID
static final String COLUMNNAME_Out_M_InventoryLine_ID
static final String COLUMNNAME_Out_M_ProductionLine_ID
static final String COLUMNNAME_Out_M_Transaction_ID
static final String COLUMNNAME_Qty
| Method Detail |
|---|
void setAllocationStrategyType(String AllocationStrategyType)
String getAllocationStrategyType()
void setIsAllocated(boolean IsAllocated)
boolean isAllocated()
void setIsManual(boolean IsManual)
boolean isManual()
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
int getM_AttributeSetInstance_ID()
void setM_InOutLine_ID(int M_InOutLine_ID)
int getM_InOutLine_ID()
I_M_InOutLine getM_InOutLine()
throws Exception
Exceptionvoid setM_InventoryLine_ID(int M_InventoryLine_ID)
int getM_InventoryLine_ID()
I_M_InventoryLine getM_InventoryLine()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
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 setOut_M_InOutLine_ID(int Out_M_InOutLine_ID)
int getOut_M_InOutLine_ID()
void setOut_M_InventoryLine_ID(int Out_M_InventoryLine_ID)
int getOut_M_InventoryLine_ID()
void setOut_M_ProductionLine_ID(int Out_M_ProductionLine_ID)
int getOut_M_ProductionLine_ID()
void setOut_M_Transaction_ID(int Out_M_Transaction_ID)
int getOut_M_Transaction_ID()
void setQty(BigDecimal Qty)
BigDecimal getQty()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||