Package org.compiere.model
Interface I_T_InventoryValue
-
- All Known Implementing Classes:
X_T_InventoryValue
public interface I_T_InventoryValueGenerated Interface for T_InventoryValue- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PInstance_IDColumn name AD_PInstance_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_CostColumn name Coststatic StringCOLUMNNAME_CostAmtColumn name CostAmtstatic StringCOLUMNNAME_CostStandardColumn name CostStandardstatic StringCOLUMNNAME_CostStandardAmtColumn name CostStandardAmtstatic StringCOLUMNNAME_DateValueColumn name DateValuestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_CostElement_IDColumn name M_CostElement_IDstatic StringCOLUMNNAME_M_PriceList_Version_IDColumn name M_PriceList_Version_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_Warehouse_IDColumn name M_Warehouse_IDstatic StringCOLUMNNAME_PriceLimitColumn name PriceLimitstatic StringCOLUMNNAME_PriceLimitAmtColumn name PriceLimitAmtstatic StringCOLUMNNAME_PriceListColumn name PriceListstatic StringCOLUMNNAME_PriceListAmtColumn name PriceListAmtstatic StringCOLUMNNAME_PricePOColumn name PricePOstatic StringCOLUMNNAME_PricePOAmtColumn name PricePOAmtstatic StringCOLUMNNAME_PriceStdColumn name PriceStdstatic StringCOLUMNNAME_PriceStdAmtColumn name PriceStdAmtstatic StringCOLUMNNAME_QtyOnHandColumn name QtyOnHandstatic StringCOLUMNNAME_T_InventoryValue_UUColumn name T_InventoryValue_UUstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=478static StringTable_NameTableName=T_InventoryValue
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_PInstancegetAD_PInstance()intgetAD_PInstance_ID()Get Process Instance.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.BigDecimalgetCost()Get Cost.BigDecimalgetCostAmt()Get Cost Value.BigDecimalgetCostStandard()Get Standard Cost.BigDecimalgetCostStandardAmt()Get Standard Cost Value.TimestampgetDateValue()Get Valuation Date.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_CostElementgetM_CostElement()intgetM_CostElement_ID()Get Cost Element.I_M_PriceList_VersiongetM_PriceList_Version()intgetM_PriceList_Version_ID()Get Price List Version.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.I_M_WarehousegetM_Warehouse()intgetM_Warehouse_ID()Get Warehouse.BigDecimalgetPriceLimit()Get Limit Price.BigDecimalgetPriceLimitAmt()Get Limit price Value.BigDecimalgetPriceList()Get List Price.BigDecimalgetPriceListAmt()Get List price Value.BigDecimalgetPricePO()Get PO Price.BigDecimalgetPricePOAmt()Get PO Price Value.BigDecimalgetPriceStd()Get Standard Price.BigDecimalgetPriceStdAmt()Get Std Price Value.BigDecimalgetQtyOnHand()Get On Hand Quantity.StringgetT_InventoryValue_UU()Get T_InventoryValue_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PInstance_ID(int AD_PInstance_ID)Set Process Instance.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetCost(BigDecimal Cost)Set Cost.voidsetCostAmt(BigDecimal CostAmt)Set Cost Value.voidsetCostStandard(BigDecimal CostStandard)Set Standard Cost.voidsetCostStandardAmt(BigDecimal CostStandardAmt)Set Standard Cost Value.voidsetDateValue(Timestamp DateValue)Set Valuation Date.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_CostElement_ID(int M_CostElement_ID)Set Cost Element.voidsetM_PriceList_Version_ID(int M_PriceList_Version_ID)Set Price List Version.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetM_Warehouse_ID(int M_Warehouse_ID)Set Warehouse.voidsetPriceLimit(BigDecimal PriceLimit)Set Limit Price.voidsetPriceLimitAmt(BigDecimal PriceLimitAmt)Set Limit price Value.voidsetPriceList(BigDecimal PriceList)Set List Price.voidsetPriceListAmt(BigDecimal PriceListAmt)Set List price Value.voidsetPricePO(BigDecimal PricePO)Set PO Price.voidsetPricePOAmt(BigDecimal PricePOAmt)Set PO Price Value.voidsetPriceStd(BigDecimal PriceStd)Set Standard Price.voidsetPriceStdAmt(BigDecimal PriceStdAmt)Set Std Price Value.voidsetQtyOnHand(BigDecimal QtyOnHand)Set On Hand Quantity.voidsetT_InventoryValue_UU(String T_InventoryValue_UU)Set T_InventoryValue_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=T_InventoryValue- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=478- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Cost
static final String COLUMNNAME_Cost
Column name Cost- See Also:
- Constant Field Values
-
COLUMNNAME_CostAmt
static final String COLUMNNAME_CostAmt
Column name CostAmt- See Also:
- Constant Field Values
-
COLUMNNAME_CostStandard
static final String COLUMNNAME_CostStandard
Column name CostStandard- See Also:
- Constant Field Values
-
COLUMNNAME_CostStandardAmt
static final String COLUMNNAME_CostStandardAmt
Column name CostStandardAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DateValue
static final String COLUMNNAME_DateValue
Column name DateValue- 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_PriceList_Version_ID
static final String COLUMNNAME_M_PriceList_Version_ID
Column name M_PriceList_Version_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_M_Warehouse_ID
static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLimit
static final String COLUMNNAME_PriceLimit
Column name PriceLimit- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLimitAmt
static final String COLUMNNAME_PriceLimitAmt
Column name PriceLimitAmt- See Also:
- Constant Field Values
-
COLUMNNAME_PriceList
static final String COLUMNNAME_PriceList
Column name PriceList- See Also:
- Constant Field Values
-
COLUMNNAME_PriceListAmt
static final String COLUMNNAME_PriceListAmt
Column name PriceListAmt- See Also:
- Constant Field Values
-
COLUMNNAME_PricePO
static final String COLUMNNAME_PricePO
Column name PricePO- See Also:
- Constant Field Values
-
COLUMNNAME_PricePOAmt
static final String COLUMNNAME_PricePOAmt
Column name PricePOAmt- See Also:
- Constant Field Values
-
COLUMNNAME_PriceStd
static final String COLUMNNAME_PriceStd
Column name PriceStd- See Also:
- Constant Field Values
-
COLUMNNAME_PriceStdAmt
static final String COLUMNNAME_PriceStdAmt
Column name PriceStdAmt- See Also:
- Constant Field Values
-
COLUMNNAME_QtyOnHand
static final String COLUMNNAME_QtyOnHand
Column name QtyOnHand- See Also:
- Constant Field Values
-
COLUMNNAME_T_InventoryValue_UU
static final String COLUMNNAME_T_InventoryValue_UU
Column name T_InventoryValue_UU- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record
-
getC_Currency_ID
int getC_Currency_ID()
Get Currency. The Currency for this record
-
getC_Currency
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
setCost
void setCost(BigDecimal Cost)
Set Cost. Cost information
-
getCost
BigDecimal getCost()
Get Cost. Cost information
-
setCostAmt
void setCostAmt(BigDecimal CostAmt)
Set Cost Value. Value with Cost
-
getCostAmt
BigDecimal getCostAmt()
Get Cost Value. Value with Cost
-
setCostStandard
void setCostStandard(BigDecimal CostStandard)
Set Standard Cost. Standard Costs
-
getCostStandard
BigDecimal getCostStandard()
Get Standard Cost. Standard Costs
-
setCostStandardAmt
void setCostStandardAmt(BigDecimal CostStandardAmt)
Set Standard Cost Value. Value in Standard Costs
-
getCostStandardAmt
BigDecimal getCostStandardAmt()
Get Standard Cost Value. Value in Standard Costs
-
setDateValue
void setDateValue(Timestamp DateValue)
Set Valuation Date. Date of valuation
-
getDateValue
Timestamp getDateValue()
Get Valuation Date. Date of valuation
-
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
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_PriceList_Version_ID
void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
Set Price List Version. Identifies a unique instance of a Price List
-
getM_PriceList_Version_ID
int getM_PriceList_Version_ID()
Get Price List Version. Identifies a unique instance of a Price List
-
getM_PriceList_Version
I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse_ID
int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setPriceLimit
void setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. Lowest price for a product
-
getPriceLimit
BigDecimal getPriceLimit()
Get Limit Price. Lowest price for a product
-
setPriceLimitAmt
void setPriceLimitAmt(BigDecimal PriceLimitAmt)
Set Limit price Value. Value with limit price
-
getPriceLimitAmt
BigDecimal getPriceLimitAmt()
Get Limit price Value. Value with limit price
-
setPriceList
void setPriceList(BigDecimal PriceList)
Set List Price. List Price
-
getPriceList
BigDecimal getPriceList()
Get List Price. List Price
-
setPriceListAmt
void setPriceListAmt(BigDecimal PriceListAmt)
Set List price Value. Valuation with List Price
-
getPriceListAmt
BigDecimal getPriceListAmt()
Get List price Value. Valuation with List Price
-
setPricePO
void setPricePO(BigDecimal PricePO)
Set PO Price. Price based on a purchase order
-
getPricePO
BigDecimal getPricePO()
Get PO Price. Price based on a purchase order
-
setPricePOAmt
void setPricePOAmt(BigDecimal PricePOAmt)
Set PO Price Value. Valuation with PO Price
-
getPricePOAmt
BigDecimal getPricePOAmt()
Get PO Price Value. Valuation with PO Price
-
setPriceStd
void setPriceStd(BigDecimal PriceStd)
Set Standard Price. Standard Price
-
getPriceStd
BigDecimal getPriceStd()
Get Standard Price. Standard Price
-
setPriceStdAmt
void setPriceStdAmt(BigDecimal PriceStdAmt)
Set Std Price Value. Valuation with standard price
-
getPriceStdAmt
BigDecimal getPriceStdAmt()
Get Std Price Value. Valuation with standard price
-
setQtyOnHand
void setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. On Hand Quantity
-
getQtyOnHand
BigDecimal getQtyOnHand()
Get On Hand Quantity. On Hand Quantity
-
setT_InventoryValue_UU
void setT_InventoryValue_UU(String T_InventoryValue_UU)
Set T_InventoryValue_UU
-
getT_InventoryValue_UU
String getT_InventoryValue_UU()
Get T_InventoryValue_UU
-
-