|
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_RV_WarehousePrice
public class X_RV_WarehousePrice
Generated Model for RV_WarehousePrice
| 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_RV_WarehousePrice(Properties ctx,
int RV_WarehousePrice_ID,
String trxName)
Standard Constructor |
|
X_RV_WarehousePrice(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
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 |
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. |
String |
getValue()
Get Search Key. |
String |
getWarehouseName()
Get Warehouse. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isInstanceAttribute()
Get Instance Attribute. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
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. |
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_RV_WarehousePrice(Properties ctx,
int RV_WarehousePrice_ID,
String trxName)
public X_RV_WarehousePrice(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_UOM getC_UOM()
throws Exception
getC_UOM in interface I_RV_WarehousePriceExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_RV_WarehousePriceC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_RV_WarehousePricepublic void setIsInstanceAttribute(boolean IsInstanceAttribute)
setIsInstanceAttribute in interface I_RV_WarehousePriceIsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)public boolean isInstanceAttribute()
isInstanceAttribute in interface I_RV_WarehousePricepublic void setMargin(BigDecimal Margin)
setMargin in interface I_RV_WarehousePriceMargin - Margin for a product as a percentagepublic BigDecimal getMargin()
getMargin in interface I_RV_WarehousePrice
public I_M_PriceList_Version getM_PriceList_Version()
throws Exception
getM_PriceList_Version in interface I_RV_WarehousePriceExceptionpublic void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
setM_PriceList_Version_ID in interface I_RV_WarehousePriceM_PriceList_Version_ID - Identifies a unique instance of a Price Listpublic int getM_PriceList_Version_ID()
getM_PriceList_Version_ID in interface I_RV_WarehousePrice
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_RV_WarehousePriceExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_RV_WarehousePriceM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_RV_WarehousePrice
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_RV_WarehousePriceExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_RV_WarehousePriceM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_RV_WarehousePricepublic void setName(String Name)
setName in interface I_RV_WarehousePriceName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_RV_WarehousePricepublic void setPriceLimit(BigDecimal PriceLimit)
setPriceLimit in interface I_RV_WarehousePricePriceLimit - Lowest price for a productpublic BigDecimal getPriceLimit()
getPriceLimit in interface I_RV_WarehousePricepublic void setPriceList(BigDecimal PriceList)
setPriceList in interface I_RV_WarehousePricePriceList - List Pricepublic BigDecimal getPriceList()
getPriceList in interface I_RV_WarehousePricepublic void setPriceStd(BigDecimal PriceStd)
setPriceStd in interface I_RV_WarehousePricePriceStd - Standard Pricepublic BigDecimal getPriceStd()
getPriceStd in interface I_RV_WarehousePricepublic void setQtyAvailable(BigDecimal QtyAvailable)
setQtyAvailable in interface I_RV_WarehousePriceQtyAvailable - Available Quantity (On Hand - Reserved)public BigDecimal getQtyAvailable()
getQtyAvailable in interface I_RV_WarehousePricepublic void setQtyOnHand(BigDecimal QtyOnHand)
setQtyOnHand in interface I_RV_WarehousePriceQtyOnHand - On Hand Quantitypublic BigDecimal getQtyOnHand()
getQtyOnHand in interface I_RV_WarehousePricepublic void setQtyOrdered(BigDecimal QtyOrdered)
setQtyOrdered in interface I_RV_WarehousePriceQtyOrdered - Ordered Quantitypublic BigDecimal getQtyOrdered()
getQtyOrdered in interface I_RV_WarehousePricepublic void setQtyReserved(BigDecimal QtyReserved)
setQtyReserved in interface I_RV_WarehousePriceQtyReserved - Reserved Quantitypublic BigDecimal getQtyReserved()
getQtyReserved in interface I_RV_WarehousePricepublic void setSKU(String SKU)
setSKU in interface I_RV_WarehousePriceSKU - Stock Keeping Unitpublic String getSKU()
getSKU in interface I_RV_WarehousePricepublic void setUOMSymbol(String UOMSymbol)
setUOMSymbol in interface I_RV_WarehousePriceUOMSymbol - Symbol for a Unit of Measurepublic String getUOMSymbol()
getUOMSymbol in interface I_RV_WarehousePricepublic void setUPC(String UPC)
setUPC in interface I_RV_WarehousePriceUPC - Bar Code (Universal Product Code or its superset European Article Number)public String getUPC()
getUPC in interface I_RV_WarehousePricepublic void setValue(String Value)
setValue in interface I_RV_WarehousePriceValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_RV_WarehousePricepublic void setWarehouseName(String WarehouseName)
setWarehouseName in interface I_RV_WarehousePriceWarehouseName - Warehouse Namepublic String getWarehouseName()
getWarehouseName in interface I_RV_WarehousePrice
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||