Adempiere 3.5.2a

org.compiere.model
Interface I_M_CostQueue

All Known Implementing Classes:
MCostQueue, X_M_CostQueue

public interface I_M_CostQueue

Generated Interface for M_CostQueue

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_CurrentCostPrice
          Column name CurrentCostPrice
static String COLUMNNAME_CurrentQty
          Column name CurrentQty
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_CostElement_ID
          Column name M_CostElement_ID
static String COLUMNNAME_M_CostQueue_ID
          Column name M_CostQueue_ID
static String COLUMNNAME_M_CostType_ID
          Column name M_CostType_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=817
static String Table_Name
          TableName=M_CostQueue
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 BigDecimal getCurrentCostPrice()
          Get Current Cost Price.
 BigDecimal getCurrentQty()
          Get Current Quantity.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_CostElement_ID()
          Get Cost Element.
 I_M_CostElement getM_CostElement()
           
 int getM_CostQueue_ID()
          Get Cost Queue.
 int getM_CostType_ID()
          Get Cost Type.
 I_M_CostType getM_CostType()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setCurrentCostPrice(BigDecimal CurrentCostPrice)
          Set Current Cost Price.
 void setCurrentQty(BigDecimal CurrentQty)
          Set Current Quantity.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_CostElement_ID(int M_CostElement_ID)
          Set Cost Element.
 void setM_CostQueue_ID(int M_CostQueue_ID)
          Set Cost Queue.
 void setM_CostType_ID(int M_CostType_ID)
          Set Cost Type.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_CostQueue

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=817


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID

See Also:
Constant Field Values

COLUMNNAME_CurrentCostPrice

static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice

See Also:
Constant Field Values

COLUMNNAME_CurrentQty

static final String COLUMNNAME_CurrentQty
Column name CurrentQty

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_CostElement_ID

static final String COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID

See Also:
Constant Field Values

COLUMNNAME_M_CostQueue_ID

static final String COLUMNNAME_M_CostQueue_ID
Column name M_CostQueue_ID

See Also:
Constant Field Values

COLUMNNAME_M_CostType_ID

static final String COLUMNNAME_M_CostType_ID
Column name M_CostType_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
Method Detail

setC_AcctSchema_ID

void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting


getC_AcctSchema_ID

int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting


getC_AcctSchema

I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Throws:
Exception

setCurrentCostPrice

void setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price. The currently used cost price


getCurrentCostPrice

BigDecimal getCurrentCostPrice()
Get Current Cost Price. The currently used cost price


setCurrentQty

void setCurrentQty(BigDecimal CurrentQty)
Set Current Quantity. Current Quantity


getCurrentQty

BigDecimal getCurrentQty()
Get Current Quantity. Current Quantity


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_CostElement_ID

void setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. Product Cost Element


getM_CostElement_ID

int getM_CostElement_ID()
Get Cost Element. Product Cost Element


getM_CostElement

I_M_CostElement getM_CostElement()
                                 throws Exception
Throws:
Exception

setM_CostQueue_ID

void setM_CostQueue_ID(int M_CostQueue_ID)
Set Cost Queue. FiFo/LiFo Cost Queue


getM_CostQueue_ID

int getM_CostQueue_ID()
Get Cost Queue. FiFo/LiFo Cost Queue


setM_CostType_ID

void setM_CostType_ID(int M_CostType_ID)
Set Cost Type. Type of Cost (e.g. Current, Plan, Future)


getM_CostType_ID

int getM_CostType_ID()
Get Cost Type. Type of Cost (e.g. Current, Plan, Future)


getM_CostType

I_M_CostType getM_CostType()
                           throws Exception
Throws:
Exception

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

Adempiere 3.5.2a

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