|
Adempiere 3.4.0s | |||||||||
| 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_T_InventoryValue
public class X_T_InventoryValue
Generated Model for T_InventoryValue
| 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_T_InventoryValue(Properties ctx,
int T_InventoryValue_ID,
String trxName)
Standard Constructor |
|
X_T_InventoryValue(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PInstance_ID()
Get Process Instance. |
I_AD_PInstance |
getAD_PInstance()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
BigDecimal |
getCost()
Get Cost. |
BigDecimal |
getCostAmt()
Get Cost Value. |
BigDecimal |
getCostStandard()
Get Standard Cost. |
BigDecimal |
getCostStandardAmt()
Get Standard Cost Value. |
Timestamp |
getDateValue()
Get Valuation Date. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_CostElement_ID()
Get Cost Element. |
I_M_CostElement |
getM_CostElement()
|
int |
getM_PriceList_Version_ID()
Get Price List Version. |
I_M_PriceList_Version |
getM_PriceList_Version()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_Warehouse_ID()
Get Warehouse. |
I_M_Warehouse |
getM_Warehouse()
|
BigDecimal |
getPriceLimit()
Get Limit Price. |
BigDecimal |
getPriceLimitAmt()
Get Limit price Value. |
BigDecimal |
getPriceList()
Get List Price. |
BigDecimal |
getPriceListAmt()
Get List price Value. |
BigDecimal |
getPricePO()
Get PO Price. |
BigDecimal |
getPricePOAmt()
Get PO Price Value. |
BigDecimal |
getPriceStd()
Get Standard Price. |
BigDecimal |
getPriceStdAmt()
Get Std Price Value. |
BigDecimal |
getQtyOnHand()
Get On Hand Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setCost(BigDecimal Cost)
Set Cost. |
void |
setCostAmt(BigDecimal CostAmt)
Set Cost Value. |
void |
setCostStandard(BigDecimal CostStandard)
Set Standard Cost. |
void |
setCostStandardAmt(BigDecimal CostStandardAmt)
Set Standard Cost Value. |
void |
setDateValue(Timestamp DateValue)
Set Valuation Date. |
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_PriceList_Version_ID(int M_PriceList_Version_ID)
Set Price List Version. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. |
void |
setPriceLimitAmt(BigDecimal PriceLimitAmt)
Set Limit price Value. |
void |
setPriceList(BigDecimal PriceList)
Set List Price. |
void |
setPriceListAmt(BigDecimal PriceListAmt)
Set List price Value. |
void |
setPricePO(BigDecimal PricePO)
Set PO Price. |
void |
setPricePOAmt(BigDecimal PricePOAmt)
Set PO Price Value. |
void |
setPriceStd(BigDecimal PriceStd)
Set Standard Price. |
void |
setPriceStdAmt(BigDecimal PriceStdAmt)
Set Std Price Value. |
void |
setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand 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_T_InventoryValue(Properties ctx,
int T_InventoryValue_ID,
String trxName)
public X_T_InventoryValue(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_AD_PInstance getAD_PInstance()
throws Exception
getAD_PInstance in interface I_T_InventoryValueExceptionpublic void setAD_PInstance_ID(int AD_PInstance_ID)
setAD_PInstance_ID in interface I_T_InventoryValueAD_PInstance_ID - Instance of the processpublic int getAD_PInstance_ID()
getAD_PInstance_ID in interface I_T_InventoryValue
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_T_InventoryValueExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_T_InventoryValueC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_T_InventoryValuepublic void setCost(BigDecimal Cost)
setCost in interface I_T_InventoryValueCost - Cost informationpublic BigDecimal getCost()
getCost in interface I_T_InventoryValuepublic void setCostAmt(BigDecimal CostAmt)
setCostAmt in interface I_T_InventoryValueCostAmt - Value with Costpublic BigDecimal getCostAmt()
getCostAmt in interface I_T_InventoryValuepublic void setCostStandard(BigDecimal CostStandard)
setCostStandard in interface I_T_InventoryValueCostStandard - Standard Costspublic BigDecimal getCostStandard()
getCostStandard in interface I_T_InventoryValuepublic void setCostStandardAmt(BigDecimal CostStandardAmt)
setCostStandardAmt in interface I_T_InventoryValueCostStandardAmt - Value in Standard Costspublic BigDecimal getCostStandardAmt()
getCostStandardAmt in interface I_T_InventoryValuepublic void setDateValue(Timestamp DateValue)
setDateValue in interface I_T_InventoryValueDateValue - Date of valuationpublic Timestamp getDateValue()
getDateValue in interface I_T_InventoryValuepublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_T_InventoryValueM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_T_InventoryValue
public I_M_CostElement getM_CostElement()
throws Exception
getM_CostElement in interface I_T_InventoryValueExceptionpublic void setM_CostElement_ID(int M_CostElement_ID)
setM_CostElement_ID in interface I_T_InventoryValueM_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
getM_CostElement_ID in interface I_T_InventoryValue
public I_M_PriceList_Version getM_PriceList_Version()
throws Exception
getM_PriceList_Version in interface I_T_InventoryValueExceptionpublic void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
setM_PriceList_Version_ID in interface I_T_InventoryValueM_PriceList_Version_ID - Identifies a unique instance of a Price Listpublic int getM_PriceList_Version_ID()
getM_PriceList_Version_ID in interface I_T_InventoryValue
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_T_InventoryValueExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_T_InventoryValueM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_T_InventoryValue
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_T_InventoryValueExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_T_InventoryValueM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_T_InventoryValuepublic void setPriceLimit(BigDecimal PriceLimit)
setPriceLimit in interface I_T_InventoryValuePriceLimit - Lowest price for a productpublic BigDecimal getPriceLimit()
getPriceLimit in interface I_T_InventoryValuepublic void setPriceLimitAmt(BigDecimal PriceLimitAmt)
setPriceLimitAmt in interface I_T_InventoryValuePriceLimitAmt - Value with limit pricepublic BigDecimal getPriceLimitAmt()
getPriceLimitAmt in interface I_T_InventoryValuepublic void setPriceList(BigDecimal PriceList)
setPriceList in interface I_T_InventoryValuePriceList - List Pricepublic BigDecimal getPriceList()
getPriceList in interface I_T_InventoryValuepublic void setPriceListAmt(BigDecimal PriceListAmt)
setPriceListAmt in interface I_T_InventoryValuePriceListAmt - Valuation with List Pricepublic BigDecimal getPriceListAmt()
getPriceListAmt in interface I_T_InventoryValuepublic void setPricePO(BigDecimal PricePO)
setPricePO in interface I_T_InventoryValuePricePO - Price based on a purchase orderpublic BigDecimal getPricePO()
getPricePO in interface I_T_InventoryValuepublic void setPricePOAmt(BigDecimal PricePOAmt)
setPricePOAmt in interface I_T_InventoryValuePricePOAmt - Valuation with PO Pricepublic BigDecimal getPricePOAmt()
getPricePOAmt in interface I_T_InventoryValuepublic void setPriceStd(BigDecimal PriceStd)
setPriceStd in interface I_T_InventoryValuePriceStd - Standard Pricepublic BigDecimal getPriceStd()
getPriceStd in interface I_T_InventoryValuepublic void setPriceStdAmt(BigDecimal PriceStdAmt)
setPriceStdAmt in interface I_T_InventoryValuePriceStdAmt - Valuation with standard pricepublic BigDecimal getPriceStdAmt()
getPriceStdAmt in interface I_T_InventoryValuepublic void setQtyOnHand(BigDecimal QtyOnHand)
setQtyOnHand in interface I_T_InventoryValueQtyOnHand - On Hand Quantitypublic BigDecimal getQtyOnHand()
getQtyOnHand in interface I_T_InventoryValue
|
Adempiere 3.4.0s | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||