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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_UOM_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsInstanceAttributestatic final String
Column name M_PriceList_Version_IDstatic final String
Column name M_Product_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name Marginstatic final String
Column name Namestatic final String
Column name PriceLimitstatic final String
Column name PriceListstatic final String
Column name PriceStdstatic final String
Column name QtyAvailablestatic final String
Column name QtyOnHandstatic final String
Column name QtyOrderedstatic final String
Column name QtyReservedstatic final String
Column name SKUstatic final String
Column name UOMSymbolstatic final String
Column name UPCstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final String
Column name WarehouseNamestatic final KeyNamePair
static final int
AD_Table_ID=639static final String
TableName=RV_WarehousePrice -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.getC_UOM()
int
Get UOM.Get Created.int
Get Created By.int
Get Price List Version.int
Get Product.int
Get Warehouse.Get Margin %.getName()
Get Name.Get Limit Price.Get List Price.Get Standard Price.Get Available Quantity.Get On Hand Quantity.Get Ordered Quantity.Get Reserved Quantity.getSKU()
Get SKU.Get Symbol.getUPC()
Get UPC/EAN.Get Updated.int
Get Updated By.getValue()
Get Search Key.Get Warehouse.boolean
isActive()
Get Active.boolean
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
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
Set SKU.void
setUOMSymbol
(String UOMSymbol) Set Symbol.void
Set UPC/EAN.void
Set Search Key.void
setWarehouseName
(String WarehouseName) Set Warehouse.
-
Field Details
-
Table_Name
TableName=RV_WarehousePrice- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=639- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttribute- See Also:
-
COLUMNNAME_Margin
Column name Margin- See Also:
-
COLUMNNAME_M_PriceList_Version_ID
Column name M_PriceList_Version_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PriceLimit
Column name PriceLimit- See Also:
-
COLUMNNAME_PriceList
Column name PriceList- See Also:
-
COLUMNNAME_PriceStd
Column name PriceStd- See Also:
-
COLUMNNAME_QtyAvailable
Column name QtyAvailable- See Also:
-
COLUMNNAME_QtyOnHand
Column name QtyOnHand- See Also:
-
COLUMNNAME_QtyOrdered
Column name QtyOrdered- See Also:
-
COLUMNNAME_QtyReserved
Column name QtyReserved- See Also:
-
COLUMNNAME_SKU
Column name SKU- See Also:
-
COLUMNNAME_UOMSymbol
Column name UOMSymbol- See Also:
-
COLUMNNAME_UPC
Column name UPC- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
COLUMNNAME_WarehouseName
Column name WarehouseName- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
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
- 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
- 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
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPriceLimit
Set Limit Price. Lowest price for a product -
getPriceLimit
BigDecimal getPriceLimit()Get Limit Price. Lowest price for a product -
setPriceList
Set List Price. List Price -
getPriceList
BigDecimal getPriceList()Get List Price. List Price -
setPriceStd
Set Standard Price. Standard Price -
getPriceStd
BigDecimal getPriceStd()Get Standard Price. Standard Price -
setQtyAvailable
Set Available Quantity. Available Quantity (On Hand - Reserved) -
getQtyAvailable
BigDecimal getQtyAvailable()Get Available Quantity. Available Quantity (On Hand - Reserved) -
setQtyOnHand
Set On Hand Quantity. On Hand Quantity -
getQtyOnHand
BigDecimal getQtyOnHand()Get On Hand Quantity. On Hand Quantity -
setQtyOrdered
Set Ordered Quantity. Ordered Quantity -
getQtyOrdered
BigDecimal getQtyOrdered()Get Ordered Quantity. Ordered Quantity -
setQtyReserved
Set Reserved Quantity. Reserved Quantity -
getQtyReserved
BigDecimal getQtyReserved()Get Reserved Quantity. Reserved Quantity -
setSKU
Set SKU. Stock Keeping Unit -
getSKU
String getSKU()Get SKU. Stock Keeping Unit -
setUOMSymbol
Set Symbol. Symbol for a Unit of Measure -
getUOMSymbol
String getUOMSymbol()Get Symbol. Symbol for a Unit of Measure -
setUPC
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
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
Set Warehouse. Warehouse Name -
getWarehouseName
String getWarehouseName()Get Warehouse. Warehouse Name
-