Adempiere 3.5.2a

org.compiere.model
Interface I_M_Cost

All Known Implementing Classes:
MCost, X_M_Cost

public interface I_M_Cost

Generated Interface for M_Cost

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_CostingMethod
          Column name CostingMethod
static String COLUMNNAME_CumulatedAmt
          Column name CumulatedAmt
static String COLUMNNAME_CumulatedQty
          Column name CumulatedQty
static String COLUMNNAME_CurrentCostPrice
          Column name CurrentCostPrice
static String COLUMNNAME_CurrentCostPriceLL
          Column name CurrentCostPriceLL
static String COLUMNNAME_CurrentQty
          Column name CurrentQty
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FutureCostPrice
          Column name FutureCostPrice
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_CostType_ID
          Column name M_CostType_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Percent
          Column name Percent
static String COLUMNNAME_Processed
          Column name Processed
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=771
static String Table_Name
          TableName=M_Cost
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 String getCostingMethod()
          Get Costing Method.
 BigDecimal getCumulatedAmt()
          Get Accumulated Amt.
 BigDecimal getCumulatedQty()
          Get Accumulated Qty.
 BigDecimal getCurrentCostPrice()
          Get Current Cost Price.
 BigDecimal getCurrentCostPriceLL()
          Get CurrentCostPriceLL
 BigDecimal getCurrentQty()
          Get Current Quantity.
 String getDescription()
          Get Description.
 BigDecimal getFutureCostPrice()
          Get Future Cost Price
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_CostElement_ID()
          Get Cost Element.
 I_M_CostElement getM_CostElement()
           
 int getM_CostType_ID()
          Get Cost Type.
 I_M_CostType getM_CostType()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getPercent()
          Get Percent.
 boolean isProcessed()
          Get Processed.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setCostingMethod(String CostingMethod)
          Set Costing Method.
 void setCumulatedAmt(BigDecimal CumulatedAmt)
          Set Accumulated Amt.
 void setCumulatedQty(BigDecimal CumulatedQty)
          Set Accumulated Qty.
 void setCurrentCostPrice(BigDecimal CurrentCostPrice)
          Set Current Cost Price.
 void setCurrentCostPriceLL(BigDecimal CurrentCostPriceLL)
          Set CurrentCostPriceLL
 void setCurrentQty(BigDecimal CurrentQty)
          Set Current Quantity.
 void setDescription(String Description)
          Set Description.
 void setFutureCostPrice(BigDecimal FutureCostPrice)
          Set Future Cost Price
 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_CostType_ID(int M_CostType_ID)
          Set Cost Type.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setPercent(int Percent)
          Set Percent.
 void setProcessed(boolean Processed)
          Set Processed.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Cost

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=771


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_CostingMethod

static final String COLUMNNAME_CostingMethod
Column name CostingMethod

See Also:
Constant Field Values

COLUMNNAME_CumulatedAmt

static final String COLUMNNAME_CumulatedAmt
Column name CumulatedAmt

See Also:
Constant Field Values

COLUMNNAME_CumulatedQty

static final String COLUMNNAME_CumulatedQty
Column name CumulatedQty

See Also:
Constant Field Values

COLUMNNAME_CurrentCostPrice

static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice

See Also:
Constant Field Values

COLUMNNAME_CurrentCostPriceLL

static final String COLUMNNAME_CurrentCostPriceLL
Column name CurrentCostPriceLL

See Also:
Constant Field Values

COLUMNNAME_CurrentQty

static final String COLUMNNAME_CurrentQty
Column name CurrentQty

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FutureCostPrice

static final String COLUMNNAME_FutureCostPrice
Column name FutureCostPrice

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

COLUMNNAME_Percent

static final String COLUMNNAME_Percent
Column name Percent

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

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

setCostingMethod

void setCostingMethod(String CostingMethod)
Set Costing Method. Indicates how Costs will be calculated


getCostingMethod

String getCostingMethod()
Get Costing Method. Indicates how Costs will be calculated


setCumulatedAmt

void setCumulatedAmt(BigDecimal CumulatedAmt)
Set Accumulated Amt. Total Amount


getCumulatedAmt

BigDecimal getCumulatedAmt()
Get Accumulated Amt. Total Amount


setCumulatedQty

void setCumulatedQty(BigDecimal CumulatedQty)
Set Accumulated Qty. Total Quantity


getCumulatedQty

BigDecimal getCumulatedQty()
Get Accumulated Qty. Total Quantity


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


setCurrentCostPriceLL

void setCurrentCostPriceLL(BigDecimal CurrentCostPriceLL)
Set CurrentCostPriceLL


getCurrentCostPriceLL

BigDecimal getCurrentCostPriceLL()
Get CurrentCostPriceLL


setCurrentQty

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


getCurrentQty

BigDecimal getCurrentQty()
Get Current Quantity. Current Quantity


setDescription

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


getDescription

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


setFutureCostPrice

void setFutureCostPrice(BigDecimal FutureCostPrice)
Set Future Cost Price


getFutureCostPrice

BigDecimal getFutureCostPrice()
Get Future Cost Price


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

setPercent

void setPercent(int Percent)
Set Percent. Percentage


getPercent

int getPercent()
Get Percent. Percentage


setProcessed

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


isProcessed

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


Adempiere 3.5.2a

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