Adempiere 3.5.2a

org.compiere.model
Interface I_M_Product_Costing

All Known Implementing Classes:
MPPProductCosting, MProductCosting, X_M_Product_Costing

public interface I_M_Product_Costing

Generated Interface for M_Product_Costing

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_CostAverage
          Column name CostAverage
static String COLUMNNAME_CostAverageCumAmt
          Column name CostAverageCumAmt
static String COLUMNNAME_CostAverageCumQty
          Column name CostAverageCumQty
static String COLUMNNAME_CostStandard
          Column name CostStandard
static String COLUMNNAME_CostStandardCumAmt
          Column name CostStandardCumAmt
static String COLUMNNAME_CostStandardCumQty
          Column name CostStandardCumQty
static String COLUMNNAME_CostStandardPOAmt
          Column name CostStandardPOAmt
static String COLUMNNAME_CostStandardPOQty
          Column name CostStandardPOQty
static String COLUMNNAME_CurrentCostPrice
          Column name CurrentCostPrice
static String COLUMNNAME_FutureCostPrice
          Column name FutureCostPrice
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_PriceLastInv
          Column name PriceLastInv
static String COLUMNNAME_PriceLastPO
          Column name PriceLastPO
static String COLUMNNAME_TotalInvAmt
          Column name TotalInvAmt
static String COLUMNNAME_TotalInvQty
          Column name TotalInvQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=327
static String Table_Name
          TableName=M_Product_Costing
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 BigDecimal getCostAverage()
          Get Average Cost.
 BigDecimal getCostAverageCumAmt()
          Get Average Cost Amount Sum.
 BigDecimal getCostAverageCumQty()
          Get Average Cost Quantity Sum.
 BigDecimal getCostStandard()
          Get Standard Cost.
 BigDecimal getCostStandardCumAmt()
          Get Std Cost Amount Sum.
 BigDecimal getCostStandardCumQty()
          Get Std Cost Quantity Sum.
 BigDecimal getCostStandardPOAmt()
          Get Std PO Cost Amount Sum.
 BigDecimal getCostStandardPOQty()
          Get Std PO Cost Quantity Sum.
 BigDecimal getCurrentCostPrice()
          Get Current Cost Price.
 BigDecimal getFutureCostPrice()
          Get Future Cost Price
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 BigDecimal getPriceLastInv()
          Get Last Invoice Price.
 BigDecimal getPriceLastPO()
          Get Last PO Price.
 BigDecimal getTotalInvAmt()
          Get Total Invoice Amount.
 BigDecimal getTotalInvQty()
          Get Total Invoice Quantity.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setCostAverage(BigDecimal CostAverage)
          Set Average Cost.
 void setCostAverageCumAmt(BigDecimal CostAverageCumAmt)
          Set Average Cost Amount Sum.
 void setCostAverageCumQty(BigDecimal CostAverageCumQty)
          Set Average Cost Quantity Sum.
 void setCostStandard(BigDecimal CostStandard)
          Set Standard Cost.
 void setCostStandardCumAmt(BigDecimal CostStandardCumAmt)
          Set Std Cost Amount Sum.
 void setCostStandardCumQty(BigDecimal CostStandardCumQty)
          Set Std Cost Quantity Sum.
 void setCostStandardPOAmt(BigDecimal CostStandardPOAmt)
          Set Std PO Cost Amount Sum.
 void setCostStandardPOQty(BigDecimal CostStandardPOQty)
          Set Std PO Cost Quantity Sum.
 void setCurrentCostPrice(BigDecimal CurrentCostPrice)
          Set Current Cost Price.
 void setFutureCostPrice(BigDecimal FutureCostPrice)
          Set Future Cost Price
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setPriceLastInv(BigDecimal PriceLastInv)
          Set Last Invoice Price.
 void setPriceLastPO(BigDecimal PriceLastPO)
          Set Last PO Price.
 void setTotalInvAmt(BigDecimal TotalInvAmt)
          Set Total Invoice Amount.
 void setTotalInvQty(BigDecimal TotalInvQty)
          Set Total Invoice Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Product_Costing

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=327


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_CostAverage

static final String COLUMNNAME_CostAverage
Column name CostAverage

See Also:
Constant Field Values

COLUMNNAME_CostAverageCumAmt

static final String COLUMNNAME_CostAverageCumAmt
Column name CostAverageCumAmt

See Also:
Constant Field Values

COLUMNNAME_CostAverageCumQty

static final String COLUMNNAME_CostAverageCumQty
Column name CostAverageCumQty

See Also:
Constant Field Values

COLUMNNAME_CostStandard

static final String COLUMNNAME_CostStandard
Column name CostStandard

See Also:
Constant Field Values

COLUMNNAME_CostStandardCumAmt

static final String COLUMNNAME_CostStandardCumAmt
Column name CostStandardCumAmt

See Also:
Constant Field Values

COLUMNNAME_CostStandardCumQty

static final String COLUMNNAME_CostStandardCumQty
Column name CostStandardCumQty

See Also:
Constant Field Values

COLUMNNAME_CostStandardPOAmt

static final String COLUMNNAME_CostStandardPOAmt
Column name CostStandardPOAmt

See Also:
Constant Field Values

COLUMNNAME_CostStandardPOQty

static final String COLUMNNAME_CostStandardPOQty
Column name CostStandardPOQty

See Also:
Constant Field Values

COLUMNNAME_CurrentCostPrice

static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice

See Also:
Constant Field Values

COLUMNNAME_FutureCostPrice

static final String COLUMNNAME_FutureCostPrice
Column name FutureCostPrice

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_PriceLastInv

static final String COLUMNNAME_PriceLastInv
Column name PriceLastInv

See Also:
Constant Field Values

COLUMNNAME_PriceLastPO

static final String COLUMNNAME_PriceLastPO
Column name PriceLastPO

See Also:
Constant Field Values

COLUMNNAME_TotalInvAmt

static final String COLUMNNAME_TotalInvAmt
Column name TotalInvAmt

See Also:
Constant Field Values

COLUMNNAME_TotalInvQty

static final String COLUMNNAME_TotalInvQty
Column name TotalInvQty

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

setCostAverage

void setCostAverage(BigDecimal CostAverage)
Set Average Cost. Weighted average costs


getCostAverage

BigDecimal getCostAverage()
Get Average Cost. Weighted average costs


setCostAverageCumAmt

void setCostAverageCumAmt(BigDecimal CostAverageCumAmt)
Set Average Cost Amount Sum. Cumulative average cost amounts (internal)


getCostAverageCumAmt

BigDecimal getCostAverageCumAmt()
Get Average Cost Amount Sum. Cumulative average cost amounts (internal)


setCostAverageCumQty

void setCostAverageCumQty(BigDecimal CostAverageCumQty)
Set Average Cost Quantity Sum. Cumulative average cost quantities (internal)


getCostAverageCumQty

BigDecimal getCostAverageCumQty()
Get Average Cost Quantity Sum. Cumulative average cost quantities (internal)


setCostStandard

void setCostStandard(BigDecimal CostStandard)
Set Standard Cost. Standard Costs


getCostStandard

BigDecimal getCostStandard()
Get Standard Cost. Standard Costs


setCostStandardCumAmt

void setCostStandardCumAmt(BigDecimal CostStandardCumAmt)
Set Std Cost Amount Sum. Standard Cost Invoice Amount Sum (internal)


getCostStandardCumAmt

BigDecimal getCostStandardCumAmt()
Get Std Cost Amount Sum. Standard Cost Invoice Amount Sum (internal)


setCostStandardCumQty

void setCostStandardCumQty(BigDecimal CostStandardCumQty)
Set Std Cost Quantity Sum. Standard Cost Invoice Quantity Sum (internal)


getCostStandardCumQty

BigDecimal getCostStandardCumQty()
Get Std Cost Quantity Sum. Standard Cost Invoice Quantity Sum (internal)


setCostStandardPOAmt

void setCostStandardPOAmt(BigDecimal CostStandardPOAmt)
Set Std PO Cost Amount Sum. Standard Cost Purchase Order Amount Sum (internal)


getCostStandardPOAmt

BigDecimal getCostStandardPOAmt()
Get Std PO Cost Amount Sum. Standard Cost Purchase Order Amount Sum (internal)


setCostStandardPOQty

void setCostStandardPOQty(BigDecimal CostStandardPOQty)
Set Std PO Cost Quantity Sum. Standard Cost Purchase Order Quantity Sum (internal)


getCostStandardPOQty

BigDecimal getCostStandardPOQty()
Get Std PO Cost Quantity Sum. Standard Cost Purchase Order Quantity Sum (internal)


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


setFutureCostPrice

void setFutureCostPrice(BigDecimal FutureCostPrice)
Set Future Cost Price


getFutureCostPrice

BigDecimal getFutureCostPrice()
Get Future Cost Price


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

setPriceLastInv

void setPriceLastInv(BigDecimal PriceLastInv)
Set Last Invoice Price. Price of the last invoice for the product


getPriceLastInv

BigDecimal getPriceLastInv()
Get Last Invoice Price. Price of the last invoice for the product


setPriceLastPO

void setPriceLastPO(BigDecimal PriceLastPO)
Set Last PO Price. Price of the last purchase order for the product


getPriceLastPO

BigDecimal getPriceLastPO()
Get Last PO Price. Price of the last purchase order for the product


setTotalInvAmt

void setTotalInvAmt(BigDecimal TotalInvAmt)
Set Total Invoice Amount. Cumulative total lifetime invoice amount


getTotalInvAmt

BigDecimal getTotalInvAmt()
Get Total Invoice Amount. Cumulative total lifetime invoice amount


setTotalInvQty

void setTotalInvQty(BigDecimal TotalInvQty)
Set Total Invoice Quantity. Cumulative total lifetime invoice quantity


getTotalInvQty

BigDecimal getTotalInvQty()
Get Total Invoice Quantity. Cumulative total lifetime invoice quantity


Adempiere 3.5.2a

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