Package org.compiere.model
Interface I_M_Transaction
-
- All Known Implementing Classes:
MTransaction,X_M_Transaction
public interface I_M_TransactionGenerated Interface for M_Transaction- 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_C_ProjectIssue_IDColumn name C_ProjectIssue_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic 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_Locator_IDColumn name M_Locator_IDstatic StringCOLUMNNAME_M_MovementLine_IDColumn name M_MovementLine_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_Transaction_UUColumn name M_Transaction_UUstatic StringCOLUMNNAME_MovementDateColumn name MovementDatestatic StringCOLUMNNAME_MovementQtyColumn name MovementQtystatic StringCOLUMNNAME_MovementTypeColumn name MovementTypestatic StringCOLUMNNAME_PP_Cost_Collector_IDColumn name PP_Cost_Collector_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=329static StringTable_NameTableName=M_Transaction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_ProjectIssuegetC_ProjectIssue()intgetC_ProjectIssue_ID()Get Project Issue.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_LocatorgetM_Locator()intgetM_Locator_ID()Get Locator.I_M_MovementLinegetM_MovementLine()intgetM_MovementLine_ID()Get Move Line.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.I_M_ProductionLinegetM_ProductionLine()intgetM_ProductionLine_ID()Get Production Line.intgetM_Transaction_ID()Get Inventory TransactionStringgetM_Transaction_UU()Get M_Transaction_UUTimestampgetMovementDate()Get Movement Date.BigDecimalgetMovementQty()Get Movement Quantity.StringgetMovementType()Get Movement Type.I_PP_Cost_CollectorgetPP_Cost_Collector()intgetPP_Cost_Collector_ID()Get Manufacturing Cost CollectorTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_ProjectIssue_ID(int C_ProjectIssue_ID)Set Project Issue.voidsetIsActive(boolean IsActive)Set Active.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_Locator_ID(int M_Locator_ID)Set Locator.voidsetM_MovementLine_ID(int M_MovementLine_ID)Set Move 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_Transaction_UU(String M_Transaction_UU)Set M_Transaction_UUvoidsetMovementDate(Timestamp MovementDate)Set Movement Date.voidsetMovementQty(BigDecimal MovementQty)Set Movement Quantity.voidsetMovementType(String MovementType)Set Movement Type.voidsetPP_Cost_Collector_ID(int PP_Cost_Collector_ID)Set Manufacturing Cost Collector
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_Transaction- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=329- 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_C_ProjectIssue_ID
static final String COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID- 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_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_Locator_ID
static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_MovementLine_ID
static final String COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MovementDate
static final String COLUMNNAME_MovementDate
Column name MovementDate- See Also:
- Constant Field Values
-
COLUMNNAME_MovementQty
static final String COLUMNNAME_MovementQty
Column name MovementQty- See Also:
- Constant Field Values
-
COLUMNNAME_MovementType
static final String COLUMNNAME_MovementType
Column name MovementType- 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_Transaction_ID
static final String COLUMNNAME_M_Transaction_ID
Column name M_Transaction_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Transaction_UU
static final String COLUMNNAME_M_Transaction_UU
Column name M_Transaction_UU- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Cost_Collector_ID
static final String COLUMNNAME_PP_Cost_Collector_ID
Column name PP_Cost_Collector_ID- 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
-
setC_ProjectIssue_ID
void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. Project Issues (Material, Labor)
-
getC_ProjectIssue_ID
int getC_ProjectIssue_ID()
Get Project Issue. Project Issues (Material, Labor)
-
getC_ProjectIssue
I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException
- Throws:
RuntimeException
-
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
-
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_Locator_ID
void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator
-
getM_Locator_ID
int getM_Locator_ID()
Get Locator. Warehouse Locator
-
getM_Locator
I_M_Locator getM_Locator() throws RuntimeException
- Throws:
RuntimeException
-
setM_MovementLine_ID
void setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. Inventory Move document Line
-
getM_MovementLine_ID
int getM_MovementLine_ID()
Get Move Line. Inventory Move document Line
-
getM_MovementLine
I_M_MovementLine getM_MovementLine() throws RuntimeException
- Throws:
RuntimeException
-
setMovementDate
void setMovementDate(Timestamp MovementDate)
Set Movement Date. Date a product was moved in or out of inventory
-
getMovementDate
Timestamp getMovementDate()
Get Movement Date. Date a product was moved in or out of inventory
-
setMovementQty
void setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. Quantity of a product moved.
-
getMovementQty
BigDecimal getMovementQty()
Get Movement Quantity. Quantity of a product moved.
-
setMovementType
void setMovementType(String MovementType)
Set Movement Type. Method of moving the inventory
-
getMovementType
String getMovementType()
Get Movement Type. Method of moving the inventory
-
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_Transaction_ID
void setM_Transaction_ID(int M_Transaction_ID)
Set Inventory Transaction
-
getM_Transaction_ID
int getM_Transaction_ID()
Get Inventory Transaction
-
setM_Transaction_UU
void setM_Transaction_UU(String M_Transaction_UU)
Set M_Transaction_UU
-
getM_Transaction_UU
String getM_Transaction_UU()
Get M_Transaction_UU
-
setPP_Cost_Collector_ID
void setPP_Cost_Collector_ID(int PP_Cost_Collector_ID)
Set Manufacturing Cost Collector
-
getPP_Cost_Collector_ID
int getPP_Cost_Collector_ID()
Get Manufacturing Cost Collector
-
getPP_Cost_Collector
I_PP_Cost_Collector getPP_Cost_Collector() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-