Package org.compiere.model
Interface I_T_Transaction
-
- All Known Implementing Classes:
X_T_Transaction
public interface I_T_Transaction
Generated Interface for T_Transaction- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_IDstatic String
COLUMNNAME_M_InOut_ID
Column name M_InOut_IDstatic String
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_IDstatic String
COLUMNNAME_M_Inventory_ID
Column name M_Inventory_IDstatic String
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_IDstatic String
COLUMNNAME_M_Locator_ID
Column name M_Locator_IDstatic String
COLUMNNAME_M_Movement_ID
Column name M_Movement_IDstatic String
COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_Production_ID
Column name M_Production_IDstatic String
COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_IDstatic String
COLUMNNAME_M_Transaction_ID
Column name M_Transaction_IDstatic String
COLUMNNAME_MovementDate
Column name MovementDatestatic String
COLUMNNAME_MovementQty
Column name MovementQtystatic String
COLUMNNAME_MovementType
Column name MovementTypestatic String
COLUMNNAME_Search_InOut_ID
Column name Search_InOut_IDstatic String
COLUMNNAME_Search_Invoice_ID
Column name Search_Invoice_IDstatic String
COLUMNNAME_Search_Order_ID
Column name Search_Order_IDstatic String
COLUMNNAME_T_Transaction_UU
Column name T_Transaction_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=758static String
Table_Name
TableName=T_Transaction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.I_C_ProjectIssue
getC_ProjectIssue()
int
getC_ProjectIssue_ID()
Get Project Issue.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_AttributeSetInstance
getM_AttributeSetInstance()
int
getM_AttributeSetInstance_ID()
Get Attribute Set Instance.I_M_InOut
getM_InOut()
int
getM_InOut_ID()
Get Shipment/Receipt.I_M_InOutLine
getM_InOutLine()
int
getM_InOutLine_ID()
Get Shipment/Receipt Line.I_M_Inventory
getM_Inventory()
int
getM_Inventory_ID()
Get Phys.Inventory.I_M_InventoryLine
getM_InventoryLine()
int
getM_InventoryLine_ID()
Get Phys.Inventory Line.I_M_Locator
getM_Locator()
int
getM_Locator_ID()
Get Locator.I_M_Movement
getM_Movement()
int
getM_Movement_ID()
Get Inventory Move.I_M_MovementLine
getM_MovementLine()
int
getM_MovementLine_ID()
Get Move Line.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_M_Production
getM_Production()
int
getM_Production_ID()
Get Production.I_M_ProductionLine
getM_ProductionLine()
int
getM_ProductionLine_ID()
Get Production Line.I_M_Transaction
getM_Transaction()
int
getM_Transaction_ID()
Get Inventory TransactionTimestamp
getMovementDate()
Get Movement Date.BigDecimal
getMovementQty()
Get Movement Quantity.String
getMovementType()
Get Movement Type.I_M_InOutLine
getSearch_InOut()
int
getSearch_InOut_ID()
Get Search Shipment/Receipt.I_C_Invoice
getSearch_Invoice()
int
getSearch_Invoice_ID()
Get Search Invoice.I_C_Order
getSearch_Order()
int
getSearch_Order_ID()
Get Search Order.String
getT_Transaction_UU()
Get T_Transaction_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setIsActive(boolean IsActive)
Set Active.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 Transactionvoid
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.void
setT_Transaction_UU(String T_Transaction_UU)
Set T_Transaction_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=T_Transaction- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=758- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_AD_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_Project_ID
Column name C_Project_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_InOut_ID
static final String COLUMNNAME_M_InOut_ID
Column name M_InOut_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_Inventory_ID
static final String COLUMNNAME_M_Inventory_ID
Column name M_Inventory_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_Movement_ID
static final String COLUMNNAME_M_Movement_ID
Column name M_Movement_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_Production_ID
static final String COLUMNNAME_M_Production_ID
Column name M_Production_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_Search_InOut_ID
static final String COLUMNNAME_Search_InOut_ID
Column name Search_InOut_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Search_Invoice_ID
static final String COLUMNNAME_Search_Invoice_ID
Column name Search_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Search_Order_ID
static final String COLUMNNAME_Search_Order_ID
Column name Search_Order_ID- See Also:
- Constant Field Values
-
COLUMNNAME_T_Transaction_UU
static final String COLUMNNAME_T_Transaction_UU
Column name T_Transaction_UU- 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
-
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setC_Project_ID
void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project
-
getC_Project_ID
int getC_Project_ID()
Get Project. Financial Project
-
getC_Project
I_C_Project getC_Project() throws RuntimeException
- Throws:
RuntimeException
-
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_InOut_ID
void setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. Material Shipment Document
-
getM_InOut_ID
int getM_InOut_ID()
Get Shipment/Receipt. Material Shipment Document
-
getM_InOut
I_M_InOut getM_InOut() 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_Inventory_ID
void setM_Inventory_ID(int M_Inventory_ID)
Set Phys.Inventory. Parameters for a Physical Inventory
-
getM_Inventory_ID
int getM_Inventory_ID()
Get Phys.Inventory. Parameters for a Physical Inventory
-
getM_Inventory
I_M_Inventory getM_Inventory() 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_Movement_ID
void setM_Movement_ID(int M_Movement_ID)
Set Inventory Move. Movement of Inventory
-
getM_Movement_ID
int getM_Movement_ID()
Get Inventory Move. Movement of Inventory
-
getM_Movement
I_M_Movement getM_Movement() 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_Production_ID
void setM_Production_ID(int M_Production_ID)
Set Production. Plan for producing a product
-
getM_Production_ID
int getM_Production_ID()
Get Production. Plan for producing a product
-
getM_Production
I_M_Production getM_Production() 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
-
getM_Transaction
I_M_Transaction getM_Transaction() throws RuntimeException
- Throws:
RuntimeException
-
setSearch_InOut_ID
void setSearch_InOut_ID(int Search_InOut_ID)
Set Search Shipment/Receipt. Material Shipment Document
-
getSearch_InOut_ID
int getSearch_InOut_ID()
Get Search Shipment/Receipt. Material Shipment Document
-
getSearch_InOut
I_M_InOutLine getSearch_InOut() throws RuntimeException
- Throws:
RuntimeException
-
setSearch_Invoice_ID
void setSearch_Invoice_ID(int Search_Invoice_ID)
Set Search Invoice. Search Invoice Identifier
-
getSearch_Invoice_ID
int getSearch_Invoice_ID()
Get Search Invoice. Search Invoice Identifier
-
getSearch_Invoice
I_C_Invoice getSearch_Invoice() throws RuntimeException
- Throws:
RuntimeException
-
setSearch_Order_ID
void setSearch_Order_ID(int Search_Order_ID)
Set Search Order. Order Identifier
-
getSearch_Order_ID
int getSearch_Order_ID()
Get Search Order. Order Identifier
-
getSearch_Order
I_C_Order getSearch_Order() throws RuntimeException
- Throws:
RuntimeException
-
setT_Transaction_UU
void setT_Transaction_UU(String T_Transaction_UU)
Set T_Transaction_UU
-
getT_Transaction_UU
String getT_Transaction_UU()
Get T_Transaction_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-