Package org.compiere.model
Interface I_M_TransactionAllocation
-
- All Known Implementing Classes:
X_M_TransactionAllocation
public interface I_M_TransactionAllocationGenerated Interface for M_TransactionAllocation- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AllocationStrategyTypeColumn name AllocationStrategyTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAllocatedColumn name IsAllocatedstatic StringCOLUMNNAME_IsManualColumn name IsManualstatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_InOutLine_IDColumn name M_InOutLine_IDstatic StringCOLUMNNAME_M_InventoryLine_IDColumn name M_InventoryLine_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_ProductionLine_IDColumn name M_ProductionLine_IDstatic StringCOLUMNNAME_M_Transaction_IDColumn name M_Transaction_IDstatic StringCOLUMNNAME_M_TransactionAllocation_UUColumn name M_TransactionAllocation_UUstatic StringCOLUMNNAME_Out_M_InOutLine_IDColumn name Out_M_InOutLine_IDstatic StringCOLUMNNAME_Out_M_InventoryLine_IDColumn name Out_M_InventoryLine_IDstatic StringCOLUMNNAME_Out_M_ProductionLine_IDColumn name Out_M_ProductionLine_IDstatic StringCOLUMNNAME_Out_M_Transaction_IDColumn name Out_M_Transaction_IDstatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=636static StringTable_NameTableName=M_TransactionAllocation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetAllocationStrategyType()Get Allocation Strategy.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_InOutLinegetM_InOutLine()intgetM_InOutLine_ID()Get Shipment/Receipt Line.I_M_InventoryLinegetM_InventoryLine()intgetM_InventoryLine_ID()Get Phys.Inventory Line.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.I_M_ProductionLinegetM_ProductionLine()intgetM_ProductionLine_ID()Get Production Line.I_M_TransactiongetM_Transaction()intgetM_Transaction_ID()Get Inventory TransactionStringgetM_TransactionAllocation_UU()Get M_TransactionAllocation_UUI_M_InOutLinegetOut_M_InOutLine()intgetOut_M_InOutLine_ID()Get Out Shipment Line.I_M_InventoryLinegetOut_M_InventoryLine()intgetOut_M_InventoryLine_ID()Get Out Inventory Line.I_M_ProductionLinegetOut_M_ProductionLine()intgetOut_M_ProductionLine_ID()Get Out Production Line.I_M_TransactiongetOut_M_Transaction()intgetOut_M_Transaction_ID()Get Out Transaction.BigDecimalgetQty()Get Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisAllocated()Get Allocated.booleanisManual()Get Manual.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAllocationStrategyType(String AllocationStrategyType)Set Allocation Strategy.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAllocated(boolean IsAllocated)Set Allocated.voidsetIsManual(boolean IsManual)Set Manual.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_InOutLine_ID(int M_InOutLine_ID)Set Shipment/Receipt Line.voidsetM_InventoryLine_ID(int M_InventoryLine_ID)Set Phys.Inventory Line.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetM_ProductionLine_ID(int M_ProductionLine_ID)Set Production Line.voidsetM_Transaction_ID(int M_Transaction_ID)Set Inventory TransactionvoidsetM_TransactionAllocation_UU(String M_TransactionAllocation_UU)Set M_TransactionAllocation_UUvoidsetOut_M_InOutLine_ID(int Out_M_InOutLine_ID)Set Out Shipment Line.voidsetOut_M_InventoryLine_ID(int Out_M_InventoryLine_ID)Set Out Inventory Line.voidsetOut_M_ProductionLine_ID(int Out_M_ProductionLine_ID)Set Out Production Line.voidsetOut_M_Transaction_ID(int Out_M_Transaction_ID)Set Out Transaction.voidsetQty(BigDecimal Qty)Set Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_TransactionAllocation- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=636- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AllocationStrategyType
static final String COLUMNNAME_AllocationStrategyType
Column name AllocationStrategyType- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAllocated
static final String COLUMNNAME_IsAllocated
Column name IsAllocated- See Also:
- Constant Field Values
-
COLUMNNAME_IsManual
static final String COLUMNNAME_IsManual
Column name IsManual- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_ProductionLine_ID
static final String COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_TransactionAllocation_UU
static final String COLUMNNAME_M_TransactionAllocation_UU
Column name M_TransactionAllocation_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_Transaction_ID
static final String COLUMNNAME_M_Transaction_ID
Column name M_Transaction_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Out_M_InOutLine_ID
static final String COLUMNNAME_Out_M_InOutLine_ID
Column name Out_M_InOutLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Out_M_InventoryLine_ID
static final String COLUMNNAME_Out_M_InventoryLine_ID
Column name Out_M_InventoryLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Out_M_ProductionLine_ID
static final String COLUMNNAME_Out_M_ProductionLine_ID
Column name Out_M_ProductionLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Out_M_Transaction_ID
static final String COLUMNNAME_Out_M_Transaction_ID
Column name Out_M_Transaction_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAllocationStrategyType
void setAllocationStrategyType(String AllocationStrategyType)
Set Allocation Strategy. Allocation Strategy
-
getAllocationStrategyType
String getAllocationStrategyType()
Get Allocation Strategy. Allocation Strategy
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsAllocated
void setIsAllocated(boolean IsAllocated)
Set Allocated. Indicates if the payment has been allocated
-
isAllocated
boolean isAllocated()
Get Allocated. Indicates if the payment has been allocated
-
setIsManual
void setIsManual(boolean IsManual)
Set Manual. This is a manual process
-
isManual
boolean isManual()
Get Manual. This is a manual process
-
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
setM_InOutLine_ID
void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine_ID
int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine
I_M_InOutLine getM_InOutLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_InventoryLine_ID
void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine_ID
int getM_InventoryLine_ID()
Get Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine
I_M_InventoryLine getM_InventoryLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setM_ProductionLine_ID
void setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. Document Line representing a production
-
getM_ProductionLine_ID
int getM_ProductionLine_ID()
Get Production Line. Document Line representing a production
-
getM_ProductionLine
I_M_ProductionLine getM_ProductionLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_TransactionAllocation_UU
void setM_TransactionAllocation_UU(String M_TransactionAllocation_UU)
Set M_TransactionAllocation_UU
-
getM_TransactionAllocation_UU
String getM_TransactionAllocation_UU()
Get M_TransactionAllocation_UU
-
setM_Transaction_ID
void setM_Transaction_ID(int M_Transaction_ID)
Set Inventory Transaction
-
getM_Transaction_ID
int getM_Transaction_ID()
Get Inventory Transaction
-
getM_Transaction
I_M_Transaction getM_Transaction() throws RuntimeException
- Throws:
RuntimeException
-
setOut_M_InOutLine_ID
void setOut_M_InOutLine_ID(int Out_M_InOutLine_ID)
Set Out Shipment Line. Outgoing Shipment/Receipt
-
getOut_M_InOutLine_ID
int getOut_M_InOutLine_ID()
Get Out Shipment Line. Outgoing Shipment/Receipt
-
getOut_M_InOutLine
I_M_InOutLine getOut_M_InOutLine() throws RuntimeException
- Throws:
RuntimeException
-
setOut_M_InventoryLine_ID
void setOut_M_InventoryLine_ID(int Out_M_InventoryLine_ID)
Set Out Inventory Line. Outgoing Inventory Line
-
getOut_M_InventoryLine_ID
int getOut_M_InventoryLine_ID()
Get Out Inventory Line. Outgoing Inventory Line
-
getOut_M_InventoryLine
I_M_InventoryLine getOut_M_InventoryLine() throws RuntimeException
- Throws:
RuntimeException
-
setOut_M_ProductionLine_ID
void setOut_M_ProductionLine_ID(int Out_M_ProductionLine_ID)
Set Out Production Line. Outgoing Production Line
-
getOut_M_ProductionLine_ID
int getOut_M_ProductionLine_ID()
Get Out Production Line. Outgoing Production Line
-
getOut_M_ProductionLine
I_M_ProductionLine getOut_M_ProductionLine() throws RuntimeException
- Throws:
RuntimeException
-
setOut_M_Transaction_ID
void setOut_M_Transaction_ID(int Out_M_Transaction_ID)
Set Out Transaction. Outgoing Transaction
-
getOut_M_Transaction_ID
int getOut_M_Transaction_ID()
Get Out Transaction. Outgoing Transaction
-
getOut_M_Transaction
I_M_Transaction getOut_M_Transaction() throws RuntimeException
- Throws:
RuntimeException
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-