Adempiere 3.5.2a

org.eevolution.model
Interface I_PP_Cost_Collector

All Known Implementing Classes:
MPPCostCollector, X_PP_Cost_Collector

public interface I_PP_Cost_Collector

Generated Interface for PP_Cost_Collector

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_AD_OrgTrx_ID
          Column name AD_OrgTrx_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_Campaign_ID
          Column name C_Campaign_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_C_DocTypeTarget_ID
          Column name C_DocTypeTarget_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocAction
          Column name DocAction
static String COLUMNNAME_DocStatus
          Column name DocStatus
static String COLUMNNAME_DurationReal
          Column name DurationReal
static String COLUMNNAME_IsBatchTime
          Column name IsBatchTime
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_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_Posted
          Column name Posted
static String COLUMNNAME_PP_Cost_Collector_ID
          Column name PP_Cost_Collector_ID
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 String COLUMNNAME_PP_Order_Node_ID
          Column name PP_Order_Node_ID
static String COLUMNNAME_PP_Order_Workflow_ID
          Column name PP_Order_Workflow_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_QtyReject
          Column name QtyReject
static String COLUMNNAME_Reversal_ID
          Column name Reversal_ID
static String COLUMNNAME_S_Resource_ID
          Column name S_Resource_ID
static String COLUMNNAME_ScrappedQty
          Column name ScrappedQty
static String COLUMNNAME_SetupTimeReal
          Column name SetupTimeReal
static String COLUMNNAME_User1_ID
          Column name User1_ID
static String COLUMNNAME_User2_ID
          Column name User2_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53035
static String Table_Name
          TableName=PP_Cost_Collector
 
Method Summary
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_DocType_ID()
          Get Document Type.
 int getC_DocTypeTarget_ID()
          Get Target Document Type.
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 Timestamp getDateAcct()
          Get Account Date.
 String getDescription()
          Get Description.
 String getDocAction()
          Get Document Action.
 String getDocStatus()
          Get Document Status.
 BigDecimal getDurationReal()
          Get DurationReal
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 Timestamp getMovementDate()
          Get Movement Date.
 BigDecimal getMovementQty()
          Get Movement Quantity.
 String getMovementType()
          Get Movement Type.
 int getPP_Cost_Collector_ID()
          Get PP_Cost_Collector_ID
 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
 int getPP_Order_Node_ID()
          Get Manufacturing Order Activity
 I_PP_Order_Node getPP_Order_Node()
           
 int getPP_Order_Workflow_ID()
          Get PP_Order_Workflow_ID
 I_PP_Order_Workflow getPP_Order_Workflow()
           
 I_PP_Order getPP_Order()
           
 BigDecimal getQtyReject()
          Get QtyReject
 int getReversal_ID()
          Get Reversal ID.
 int getS_Resource_ID()
          Get Resource.
 I_S_Resource getS_Resource()
           
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 BigDecimal getSetupTimeReal()
          Get SetupTimeReal
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
 boolean isBatchTime()
          Get IsBatchTime
 boolean isPosted()
          Get Posted.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
          Set Target Document Type.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDescription(String Description)
          Set Description.
 void setDocAction(String DocAction)
          Set Document Action.
 void setDocStatus(String DocStatus)
          Set Document Status.
 void setDurationReal(BigDecimal DurationReal)
          Set DurationReal
 void setIsBatchTime(boolean IsBatchTime)
          Set IsBatchTime
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setMovementDate(Timestamp MovementDate)
          Set Movement Date.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setMovementType(String MovementType)
          Set Movement Type.
 void setPosted(boolean Posted)
          Set Posted.
 void setPP_Cost_Collector_ID(int PP_Cost_Collector_ID)
          Set PP_Cost_Collector_ID
 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
 void setPP_Order_Node_ID(int PP_Order_Node_ID)
          Set Manufacturing Order Activity
 void setPP_Order_Workflow_ID(int PP_Order_Workflow_ID)
          Set PP_Order_Workflow_ID
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setQtyReject(BigDecimal QtyReject)
          Set QtyReject
 void setReversal_ID(int Reversal_ID)
          Set Reversal ID.
 void setS_Resource_ID(int S_Resource_ID)
          Set Resource.
 void setScrappedQty(BigDecimal ScrappedQty)
          Set Scrapped Quantity.
 void setSetupTimeReal(BigDecimal SetupTimeReal)
          Set SetupTimeReal
 void setUser1_ID(int User1_ID)
          Set User List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PP_Cost_Collector

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53035


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_AD_OrgTrx_ID

static final String COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_Campaign_ID

static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocTypeTarget_ID

static final String COLUMNNAME_C_DocTypeTarget_ID
Column name C_DocTypeTarget_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_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocAction

static final String COLUMNNAME_DocAction
Column name DocAction

See Also:
Constant Field Values

COLUMNNAME_DocStatus

static final String COLUMNNAME_DocStatus
Column name DocStatus

See Also:
Constant Field Values

COLUMNNAME_DurationReal

static final String COLUMNNAME_DurationReal
Column name DurationReal

See Also:
Constant Field Values

COLUMNNAME_IsBatchTime

static final String COLUMNNAME_IsBatchTime
Column name IsBatchTime

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_Locator_ID

static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_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_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

See Also:
Constant Field Values

COLUMNNAME_Posted

static final String COLUMNNAME_Posted
Column name Posted

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_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

COLUMNNAME_PP_Order_Node_ID

static final String COLUMNNAME_PP_Order_Node_ID
Column name PP_Order_Node_ID

See Also:
Constant Field Values

COLUMNNAME_PP_Order_Workflow_ID

static final String COLUMNNAME_PP_Order_Workflow_ID
Column name PP_Order_Workflow_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_QtyReject

static final String COLUMNNAME_QtyReject
Column name QtyReject

See Also:
Constant Field Values

COLUMNNAME_Reversal_ID

static final String COLUMNNAME_Reversal_ID
Column name Reversal_ID

See Also:
Constant Field Values

COLUMNNAME_ScrappedQty

static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty

See Also:
Constant Field Values

COLUMNNAME_SetupTimeReal

static final String COLUMNNAME_SetupTimeReal
Column name SetupTimeReal

See Also:
Constant Field Values

COLUMNNAME_S_Resource_ID

static final String COLUMNNAME_S_Resource_ID
Column name S_Resource_ID

See Also:
Constant Field Values

COLUMNNAME_User1_ID

static final String COLUMNNAME_User1_ID
Column name User1_ID

See Also:
Constant Field Values

COLUMNNAME_User2_ID

static final String COLUMNNAME_User2_ID
Column name User2_ID

See Also:
Constant Field Values
Method Detail

setAD_OrgTrx_ID

void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. Performing or initiating organization


getAD_OrgTrx_ID

int getAD_OrgTrx_ID()
Get Trx Organization. Performing or initiating organization


setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_Campaign_ID

void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. Marketing Campaign


getC_Campaign_ID

int getC_Campaign_ID()
Get Campaign. Marketing Campaign


getC_Campaign

I_C_Campaign getC_Campaign()
                           throws Exception
Throws:
Exception

setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


setC_DocTypeTarget_ID

void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
Set Target Document Type. Target document type for conversing documents


getC_DocTypeTarget_ID

int getC_DocTypeTarget_ID()
Get Target Document Type. Target document type for conversing documents


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

setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocAction

void setDocAction(String DocAction)
Set Document Action. The targeted status of the document


getDocAction

String getDocAction()
Get Document Action. The targeted status of the document


setDocStatus

void setDocStatus(String DocStatus)
Set Document Status. The current status of the document


getDocStatus

String getDocStatus()
Get Document Status. The current status of the document


setDurationReal

void setDurationReal(BigDecimal DurationReal)
Set DurationReal


getDurationReal

BigDecimal getDurationReal()
Get DurationReal


setIsBatchTime

void setIsBatchTime(boolean IsBatchTime)
Set IsBatchTime


isBatchTime

boolean isBatchTime()
Get IsBatchTime


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_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


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_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


getM_Warehouse

I_M_Warehouse getM_Warehouse()
                             throws Exception
Throws:
Exception

setPosted

void setPosted(boolean Posted)
Set Posted. Posting status


isPosted

boolean isPosted()
Get Posted. Posting status


setPP_Cost_Collector_ID

void setPP_Cost_Collector_ID(int PP_Cost_Collector_ID)
Set PP_Cost_Collector_ID


getPP_Cost_Collector_ID

int getPP_Cost_Collector_ID()
Get PP_Cost_Collector_ID


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

setPP_Order_Node_ID

void setPP_Order_Node_ID(int PP_Order_Node_ID)
Set Manufacturing Order Activity


getPP_Order_Node_ID

int getPP_Order_Node_ID()
Get Manufacturing Order Activity


getPP_Order_Node

I_PP_Order_Node getPP_Order_Node()
                                 throws Exception
Throws:
Exception

setPP_Order_Workflow_ID

void setPP_Order_Workflow_ID(int PP_Order_Workflow_ID)
Set PP_Order_Workflow_ID


getPP_Order_Workflow_ID

int getPP_Order_Workflow_ID()
Get PP_Order_Workflow_ID


getPP_Order_Workflow

I_PP_Order_Workflow getPP_Order_Workflow()
                                         throws Exception
Throws:
Exception

setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setQtyReject

void setQtyReject(BigDecimal QtyReject)
Set QtyReject


getQtyReject

BigDecimal getQtyReject()
Get QtyReject


setReversal_ID

void setReversal_ID(int Reversal_ID)
Set Reversal ID. ID of document reversal


getReversal_ID

int getReversal_ID()
Get Reversal ID. ID of document reversal


setScrappedQty

void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity. The Quantity scrapped due to QA issues


getScrappedQty

BigDecimal getScrappedQty()
Get Scrapped Quantity. The Quantity scrapped due to QA issues


setSetupTimeReal

void setSetupTimeReal(BigDecimal SetupTimeReal)
Set SetupTimeReal


getSetupTimeReal

BigDecimal getSetupTimeReal()
Get SetupTimeReal


setS_Resource_ID

void setS_Resource_ID(int S_Resource_ID)
Set Resource. Resource


getS_Resource_ID

int getS_Resource_ID()
Get Resource. Resource


getS_Resource

I_S_Resource getS_Resource()
                           throws Exception
Throws:
Exception

setUser1_ID

void setUser1_ID(int User1_ID)
Set User List 1. User defined list element #1


getUser1_ID

int getUser1_ID()
Get User List 1. User defined list element #1


setUser2_ID

void setUser2_ID(int User2_ID)
Set User List 2. User defined list element #2


getUser2_ID

int getUser2_ID()
Get User List 2. User defined list element #2


Adempiere 3.5.2a

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