Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_IsInstanceAttribute
          Column name IsInstanceAttribute
static String COLUMNNAME_M_PriceList_Version_ID
          Column name M_PriceList_Version_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_Margin
          Column name Margin
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PriceLimit
          Column name PriceLimit
static String COLUMNNAME_PriceList
          Column name PriceList
static String COLUMNNAME_PriceStd
          Column name PriceStd
static String COLUMNNAME_QtyAvailable
          Column name QtyAvailable
static String COLUMNNAME_QtyOnHand
          Column name QtyOnHand
static String COLUMNNAME_QtyOrdered
          Column name QtyOrdered
static String COLUMNNAME_QtyReserved
          Column name QtyReserved
static String COLUMNNAME_SKU
          Column name SKU
static String COLUMNNAME_UOMSymbol
          Column name UOMSymbol
static String COLUMNNAME_UPC
          Column name UPC
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_WarehouseName
          Column name WarehouseName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=639
static String Table_Name
          TableName=RV_WarehousePrice
 
Method Summary
 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.
 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.
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

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_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

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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)


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.