|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_Product_Costing
public class X_M_Product_Costing
Generated Model for M_Product_Costing
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_Product_Costing(Properties ctx,
int M_Product_Costing_ID,
String trxName)
Standard Constructor |
|
X_M_Product_Costing(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_M_Product_Costing(Properties ctx,
int M_Product_Costing_ID,
String trxName)
public X_M_Product_Costing(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_M_Product_CostingExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_M_Product_CostingC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_M_Product_Costingpublic void setCostAverage(BigDecimal CostAverage)
setCostAverage in interface I_M_Product_CostingCostAverage - Weighted average costspublic BigDecimal getCostAverage()
getCostAverage in interface I_M_Product_Costingpublic void setCostAverageCumAmt(BigDecimal CostAverageCumAmt)
setCostAverageCumAmt in interface I_M_Product_CostingCostAverageCumAmt - Cumulative average cost amounts (internal)public BigDecimal getCostAverageCumAmt()
getCostAverageCumAmt in interface I_M_Product_Costingpublic void setCostAverageCumQty(BigDecimal CostAverageCumQty)
setCostAverageCumQty in interface I_M_Product_CostingCostAverageCumQty - Cumulative average cost quantities (internal)public BigDecimal getCostAverageCumQty()
getCostAverageCumQty in interface I_M_Product_Costingpublic void setCostStandard(BigDecimal CostStandard)
setCostStandard in interface I_M_Product_CostingCostStandard - Standard Costspublic BigDecimal getCostStandard()
getCostStandard in interface I_M_Product_Costingpublic void setCostStandardCumAmt(BigDecimal CostStandardCumAmt)
setCostStandardCumAmt in interface I_M_Product_CostingCostStandardCumAmt - Standard Cost Invoice Amount Sum (internal)public BigDecimal getCostStandardCumAmt()
getCostStandardCumAmt in interface I_M_Product_Costingpublic void setCostStandardCumQty(BigDecimal CostStandardCumQty)
setCostStandardCumQty in interface I_M_Product_CostingCostStandardCumQty - Standard Cost Invoice Quantity Sum (internal)public BigDecimal getCostStandardCumQty()
getCostStandardCumQty in interface I_M_Product_Costingpublic void setCostStandardPOAmt(BigDecimal CostStandardPOAmt)
setCostStandardPOAmt in interface I_M_Product_CostingCostStandardPOAmt - Standard Cost Purchase Order Amount Sum (internal)public BigDecimal getCostStandardPOAmt()
getCostStandardPOAmt in interface I_M_Product_Costingpublic void setCostStandardPOQty(BigDecimal CostStandardPOQty)
setCostStandardPOQty in interface I_M_Product_CostingCostStandardPOQty - Standard Cost Purchase Order Quantity Sum (internal)public BigDecimal getCostStandardPOQty()
getCostStandardPOQty in interface I_M_Product_Costingpublic void setCurrentCostPrice(BigDecimal CurrentCostPrice)
setCurrentCostPrice in interface I_M_Product_CostingCurrentCostPrice - The currently used cost pricepublic BigDecimal getCurrentCostPrice()
getCurrentCostPrice in interface I_M_Product_Costingpublic void setFutureCostPrice(BigDecimal FutureCostPrice)
setFutureCostPrice in interface I_M_Product_CostingFutureCostPrice - Future Cost Pricepublic BigDecimal getFutureCostPrice()
getFutureCostPrice in interface I_M_Product_Costing
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_Product_CostingExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_Product_CostingM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_Product_Costingpublic void setPriceLastInv(BigDecimal PriceLastInv)
setPriceLastInv in interface I_M_Product_CostingPriceLastInv - Price of the last invoice for the productpublic BigDecimal getPriceLastInv()
getPriceLastInv in interface I_M_Product_Costingpublic void setPriceLastPO(BigDecimal PriceLastPO)
setPriceLastPO in interface I_M_Product_CostingPriceLastPO - Price of the last purchase order for the productpublic BigDecimal getPriceLastPO()
getPriceLastPO in interface I_M_Product_Costingpublic void setTotalInvAmt(BigDecimal TotalInvAmt)
setTotalInvAmt in interface I_M_Product_CostingTotalInvAmt - Cumulative total lifetime invoice amountpublic BigDecimal getTotalInvAmt()
getTotalInvAmt in interface I_M_Product_Costingpublic void setTotalInvQty(BigDecimal TotalInvQty)
setTotalInvQty in interface I_M_Product_CostingTotalInvQty - Cumulative total lifetime invoice quantitypublic BigDecimal getTotalInvQty()
getTotalInvQty in interface I_M_Product_Costing
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||