Package org.compiere.model
Interface I_RV_WarehousePrice
-
- All Known Implementing Classes:
MWarehousePrice
,X_RV_WarehousePrice
public interface I_RV_WarehousePrice
Generated Interface for RV_WarehousePrice- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_UOM_ID
Column name C_UOM_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttributestatic String
COLUMNNAME_M_PriceList_Version_ID
Column name M_PriceList_Version_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_Margin
Column name Marginstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PriceLimit
Column name PriceLimitstatic String
COLUMNNAME_PriceList
Column name PriceListstatic String
COLUMNNAME_PriceStd
Column name PriceStdstatic String
COLUMNNAME_QtyAvailable
Column name QtyAvailablestatic String
COLUMNNAME_QtyOnHand
Column name QtyOnHandstatic String
COLUMNNAME_QtyOrdered
Column name QtyOrderedstatic String
COLUMNNAME_QtyReserved
Column name QtyReservedstatic String
COLUMNNAME_SKU
Column name SKUstatic String
COLUMNNAME_UOMSymbol
Column name UOMSymbolstatic String
COLUMNNAME_UPC
Column name UPCstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic String
COLUMNNAME_WarehouseName
Column name WarehouseNamestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=639static String
Table_Name
TableName=RV_WarehousePrice
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_UOM
getC_UOM()
int
getC_UOM_ID()
Get UOM.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_PriceList_Version
getM_PriceList_Version()
int
getM_PriceList_Version_ID()
Get Price List Version.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.BigDecimal
getMargin()
Get Margin %.String
getName()
Get Name.BigDecimal
getPriceLimit()
Get Limit Price.BigDecimal
getPriceList()
Get List Price.BigDecimal
getPriceStd()
Get Standard Price.BigDecimal
getQtyAvailable()
Get Available Quantity.BigDecimal
getQtyOnHand()
Get On Hand Quantity.BigDecimal
getQtyOrdered()
Get Ordered Quantity.BigDecimal
getQtyReserved()
Get Reserved Quantity.String
getSKU()
Get SKU.String
getUOMSymbol()
Get Symbol.String
getUPC()
Get UPC/EAN.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.String
getWarehouseName()
Get Warehouse.boolean
isActive()
Get Active.boolean
isInstanceAttribute()
Get Instance Attribute.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_UOM_ID(int C_UOM_ID)
Set UOM.void
setIsActive(boolean IsActive)
Set Active.void
setIsInstanceAttribute(boolean IsInstanceAttribute)
Set Instance Attribute.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
setMargin(BigDecimal Margin)
Set Margin %.void
setName(String Name)
Set Name.void
setPriceLimit(BigDecimal PriceLimit)
Set Limit Price.void
setPriceList(BigDecimal PriceList)
Set List Price.void
setPriceStd(BigDecimal PriceStd)
Set Standard Price.void
setQtyAvailable(BigDecimal QtyAvailable)
Set Available Quantity.void
setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity.void
setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity.void
setQtyReserved(BigDecimal QtyReserved)
Set Reserved Quantity.void
setSKU(String SKU)
Set SKU.void
setUOMSymbol(String UOMSymbol)
Set Symbol.void
setUPC(String UPC)
Set UPC/EAN.void
setValue(String Value)
Set Search Key.void
setWarehouseName(String WarehouseName)
Set Warehouse.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=RV_WarehousePrice- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=639- 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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsInstanceAttribute
static final String COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttribute- See Also:
- Constant Field Values
-
COLUMNNAME_Margin
static final String COLUMNNAME_Margin
Column name Margin- 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_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLimit
static final String COLUMNNAME_PriceLimit
Column name PriceLimit- See Also:
- Constant Field Values
-
COLUMNNAME_PriceList
static final String COLUMNNAME_PriceList
Column name PriceList- See Also:
- Constant Field Values
-
COLUMNNAME_PriceStd
static final String COLUMNNAME_PriceStd
Column name PriceStd- See Also:
- Constant Field Values
-
COLUMNNAME_QtyAvailable
static final String COLUMNNAME_QtyAvailable
Column name QtyAvailable- See Also:
- Constant Field Values
-
COLUMNNAME_QtyOnHand
static final String COLUMNNAME_QtyOnHand
Column name QtyOnHand- See Also:
- Constant Field Values
-
COLUMNNAME_QtyOrdered
static final String COLUMNNAME_QtyOrdered
Column name QtyOrdered- See Also:
- Constant Field Values
-
COLUMNNAME_QtyReserved
static final String COLUMNNAME_QtyReserved
Column name QtyReserved- See Also:
- Constant Field Values
-
COLUMNNAME_SKU
static final String COLUMNNAME_SKU
Column name SKU- See Also:
- Constant Field Values
-
COLUMNNAME_UOMSymbol
static final String COLUMNNAME_UOMSymbol
Column name UOMSymbol- See Also:
- Constant Field Values
-
COLUMNNAME_UPC
static final String COLUMNNAME_UPC
Column name UPC- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
COLUMNNAME_WarehouseName
static final String COLUMNNAME_WarehouseName
Column name WarehouseName- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_UOM_ID
void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure
-
getC_UOM_ID
int getC_UOM_ID()
Get UOM. Unit of Measure
-
getC_UOM
I_C_UOM getC_UOM() throws RuntimeException
- Throws:
RuntimeException
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsInstanceAttribute
void setIsInstanceAttribute(boolean IsInstanceAttribute)
Set Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)
-
isInstanceAttribute
boolean isInstanceAttribute()
Get Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)
-
setMargin
void setMargin(BigDecimal Margin)
Set Margin %. Margin for a product as a percentage
-
getMargin
BigDecimal getMargin()
Get Margin %. Margin for a product as a percentage
-
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
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPriceLimit
void setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. Lowest price for a product
-
getPriceLimit
BigDecimal getPriceLimit()
Get Limit Price. Lowest price for a product
-
setPriceList
void setPriceList(BigDecimal PriceList)
Set List Price. List Price
-
getPriceList
BigDecimal getPriceList()
Get List Price. List Price
-
setPriceStd
void setPriceStd(BigDecimal PriceStd)
Set Standard Price. Standard Price
-
getPriceStd
BigDecimal getPriceStd()
Get Standard Price. Standard Price
-
setQtyAvailable
void setQtyAvailable(BigDecimal QtyAvailable)
Set Available Quantity. Available Quantity (On Hand - Reserved)
-
getQtyAvailable
BigDecimal getQtyAvailable()
Get Available Quantity. Available Quantity (On Hand - Reserved)
-
setQtyOnHand
void setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. On Hand Quantity
-
getQtyOnHand
BigDecimal getQtyOnHand()
Get On Hand Quantity. On Hand Quantity
-
setQtyOrdered
void setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. Ordered Quantity
-
getQtyOrdered
BigDecimal getQtyOrdered()
Get Ordered Quantity. Ordered Quantity
-
setQtyReserved
void setQtyReserved(BigDecimal QtyReserved)
Set Reserved Quantity. Reserved Quantity
-
getQtyReserved
BigDecimal getQtyReserved()
Get Reserved Quantity. Reserved Quantity
-
setSKU
void setSKU(String SKU)
Set SKU. Stock Keeping Unit
-
getSKU
String getSKU()
Get SKU. Stock Keeping Unit
-
setUOMSymbol
void setUOMSymbol(String UOMSymbol)
Set Symbol. Symbol for a Unit of Measure
-
getUOMSymbol
String getUOMSymbol()
Get Symbol. Symbol for a Unit of Measure
-
setUPC
void setUPC(String UPC)
Set UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)
-
getUPC
String getUPC()
Get UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
setWarehouseName
void setWarehouseName(String WarehouseName)
Set Warehouse. Warehouse Name
-
getWarehouseName
String getWarehouseName()
Get Warehouse. Warehouse Name
-
-