|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_TransactionAllocation
public class X_M_TransactionAllocation
Generated Model for M_TransactionAllocation
| Field Summary | |
|---|---|
static int |
ALLOCATIONSTRATEGYTYPE_AD_Reference_ID
AllocationStrategyType AD_Reference_ID=294 |
static String |
ALLOCATIONSTRATEGYTYPE_FiFo
FiFo = F |
static String |
ALLOCATIONSTRATEGYTYPE_LiFo
LiFo = L |
static int |
OUT_M_INOUTLINE_ID_AD_Reference_ID
Out_M_InOutLine_ID AD_Reference_ID=295 |
static int |
OUT_M_INVENTORYLINE_ID_AD_Reference_ID
Out_M_InventoryLine_ID AD_Reference_ID=296 |
static int |
OUT_M_PRODUCTIONLINE_ID_AD_Reference_ID
Out_M_ProductionLine_ID AD_Reference_ID=297 |
static int |
OUT_M_TRANSACTION_ID_AD_Reference_ID
Out_M_Transaction_ID AD_Reference_ID=298 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_TransactionAllocation(Properties ctx,
int M_TransactionAllocation_ID,
String trxName)
Standard Constructor |
|
X_M_TransactionAllocation(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ALLOCATIONSTRATEGYTYPE_AD_Reference_ID
public static final String ALLOCATIONSTRATEGYTYPE_LiFo
public static final String ALLOCATIONSTRATEGYTYPE_FiFo
public static final int OUT_M_INOUTLINE_ID_AD_Reference_ID
public static final int OUT_M_INVENTORYLINE_ID_AD_Reference_ID
public static final int OUT_M_PRODUCTIONLINE_ID_AD_Reference_ID
public static final int OUT_M_TRANSACTION_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_TransactionAllocation(Properties ctx,
int M_TransactionAllocation_ID,
String trxName)
public X_M_TransactionAllocation(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAllocationStrategyType(String AllocationStrategyType)
setAllocationStrategyType in interface I_M_TransactionAllocationAllocationStrategyType - Allocation Strategypublic String getAllocationStrategyType()
getAllocationStrategyType in interface I_M_TransactionAllocationpublic void setIsAllocated(boolean IsAllocated)
setIsAllocated in interface I_M_TransactionAllocationIsAllocated - Indicates if the payment has been allocatedpublic boolean isAllocated()
isAllocated in interface I_M_TransactionAllocationpublic void setIsManual(boolean IsManual)
setIsManual in interface I_M_TransactionAllocationIsManual - This is a manual processpublic boolean isManual()
isManual in interface I_M_TransactionAllocationpublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_TransactionAllocationM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_TransactionAllocation
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_TransactionAllocationExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_TransactionAllocationM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_TransactionAllocation
public I_M_InventoryLine getM_InventoryLine()
throws Exception
getM_InventoryLine in interface I_M_TransactionAllocationExceptionpublic void setM_InventoryLine_ID(int M_InventoryLine_ID)
setM_InventoryLine_ID in interface I_M_TransactionAllocationM_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
getM_InventoryLine_ID in interface I_M_TransactionAllocation
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_TransactionAllocationExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_TransactionAllocationM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_TransactionAllocation
public I_M_ProductionLine getM_ProductionLine()
throws Exception
getM_ProductionLine in interface I_M_TransactionAllocationExceptionpublic void setM_ProductionLine_ID(int M_ProductionLine_ID)
setM_ProductionLine_ID in interface I_M_TransactionAllocationM_ProductionLine_ID - Document Line representing a productionpublic int getM_ProductionLine_ID()
getM_ProductionLine_ID in interface I_M_TransactionAllocation
public I_M_Transaction getM_Transaction()
throws Exception
getM_Transaction in interface I_M_TransactionAllocationExceptionpublic void setM_Transaction_ID(int M_Transaction_ID)
setM_Transaction_ID in interface I_M_TransactionAllocationM_Transaction_ID - Inventory Transactionpublic int getM_Transaction_ID()
getM_Transaction_ID in interface I_M_TransactionAllocationpublic void setOut_M_InOutLine_ID(int Out_M_InOutLine_ID)
setOut_M_InOutLine_ID in interface I_M_TransactionAllocationOut_M_InOutLine_ID - Outgoing Shipment/Receiptpublic int getOut_M_InOutLine_ID()
getOut_M_InOutLine_ID in interface I_M_TransactionAllocationpublic void setOut_M_InventoryLine_ID(int Out_M_InventoryLine_ID)
setOut_M_InventoryLine_ID in interface I_M_TransactionAllocationOut_M_InventoryLine_ID - Outgoing Inventory Linepublic int getOut_M_InventoryLine_ID()
getOut_M_InventoryLine_ID in interface I_M_TransactionAllocationpublic void setOut_M_ProductionLine_ID(int Out_M_ProductionLine_ID)
setOut_M_ProductionLine_ID in interface I_M_TransactionAllocationOut_M_ProductionLine_ID - Outgoing Production Linepublic int getOut_M_ProductionLine_ID()
getOut_M_ProductionLine_ID in interface I_M_TransactionAllocationpublic void setOut_M_Transaction_ID(int Out_M_Transaction_ID)
setOut_M_Transaction_ID in interface I_M_TransactionAllocationOut_M_Transaction_ID - Outgoing Transactionpublic int getOut_M_Transaction_ID()
getOut_M_Transaction_ID in interface I_M_TransactionAllocationpublic void setQty(BigDecimal Qty)
setQty in interface I_M_TransactionAllocationQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_TransactionAllocation
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||