Adempiere 3.5.2a

org.compiere.model
Interface I_M_Transaction

All Known Implementing Classes:
MTransaction, X_M_Transaction

public interface I_M_Transaction

Generated Interface for M_Transaction

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_ProjectIssue_ID
          Column name C_ProjectIssue_ID
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_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_MovementLine_ID
          Column name M_MovementLine_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_MovementDate
          Column name MovementDate
static String COLUMNNAME_MovementQty
          Column name MovementQty
static String COLUMNNAME_MovementType
          Column name MovementType
static String COLUMNNAME_PP_Order_BOMLine_ID
          Column name PP_Order_BOMLine_ID
static String COLUMNNAME_PP_Order_ID
          Column name PP_Order_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=329
static String Table_Name
          TableName=M_Transaction
 
Method Summary
 int getC_ProjectIssue_ID()
          Get Project Issue.
 I_C_ProjectIssue getC_ProjectIssue()
           
 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_Locator_ID()
          Get Locator.
 int getM_MovementLine_ID()
          Get Move Line.
 I_M_MovementLine getM_MovementLine()
           
 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
 Timestamp getMovementDate()
          Get Movement Date.
 BigDecimal getMovementQty()
          Get Movement Quantity.
 String getMovementType()
          Get Movement Type.
 int getPP_Order_BOMLine_ID()
          Get PP_Order_BOMLine_ID
 I_PP_Order_BOMLine getPP_Order_BOMLine()
           
 int getPP_Order_ID()
          Get PP_Order_ID
 I_PP_Order getPP_Order()
           
 void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
          Set Project Issue.
 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_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_MovementLine_ID(int M_MovementLine_ID)
          Set Move 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 setMovementDate(Timestamp MovementDate)
          Set Movement Date.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setMovementType(String MovementType)
          Set Movement Type.
 void setPP_Order_BOMLine_ID(int PP_Order_BOMLine_ID)
          Set PP_Order_BOMLine_ID
 void setPP_Order_ID(int PP_Order_ID)
          Set PP_Order_ID
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_ProjectIssue_ID

static final String COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID

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_PP_Order_BOMLine_ID

static final String COLUMNNAME_PP_Order_BOMLine_ID
Column name PP_Order_BOMLine_ID

See Also:
Constant Field Values

COLUMNNAME_PP_Order_ID

static final String COLUMNNAME_PP_Order_ID
Column name PP_Order_ID

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setM_Transaction_ID

void setM_Transaction_ID(int M_Transaction_ID)
Set Inventory Transaction


getM_Transaction_ID

int getM_Transaction_ID()
Get Inventory Transaction


setPP_Order_BOMLine_ID

void setPP_Order_BOMLine_ID(int PP_Order_BOMLine_ID)
Set PP_Order_BOMLine_ID


getPP_Order_BOMLine_ID

int getPP_Order_BOMLine_ID()
Get PP_Order_BOMLine_ID


getPP_Order_BOMLine

I_PP_Order_BOMLine getPP_Order_BOMLine()
                                       throws Exception
Throws:
Exception

setPP_Order_ID

void setPP_Order_ID(int PP_Order_ID)
Set PP_Order_ID


getPP_Order_ID

int getPP_Order_ID()
Get PP_Order_ID


getPP_Order

I_PP_Order getPP_Order()
                       throws Exception
Throws:
Exception

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.