|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_PriceList
public class X_M_PriceList
Generated Model for M_PriceList
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
BASEPRICELIST_ID_AD_Reference_ID
BasePriceList_ID AD_Reference_ID=166 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=255 |
static String |
Table_Name
TableName=M_PriceList |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_PriceList(Ctx ctx,
int M_PriceList_ID,
String trxName)
Standard Constructor |
|
X_M_PriceList(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getBasePriceList_ID()
Get Base Pricelist. |
int |
getC_Currency_ID()
Get Currency. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_PriceList_ID()
Get Price List. |
String |
getName()
Get Name. |
int |
getPricePrecision()
Get Price Precision. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isEnforcePriceLimit()
Get Enforce price limit. |
boolean |
isSOPriceList()
Get Sales Price list. |
boolean |
isTaxIncluded()
Get Price includes Tax. |
void |
setBasePriceList_ID(int BasePriceList_ID)
Set Base Pricelist. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setDescription(String Description)
Set Description. |
void |
setEnforcePriceLimit(boolean EnforcePriceLimit)
Set Enforce price limit. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsSOPriceList(boolean IsSOPriceList)
Set Sales Price list. |
void |
setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. |
void |
setM_PriceList_ID(int M_PriceList_ID)
Set Price List. |
void |
setName(String Name)
Set Name. |
void |
setPricePrecision(int PricePrecision)
Set Price Precision. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int BASEPRICELIST_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_PriceList(Ctx ctx,
int M_PriceList_ID,
String trxName)
ctx - contextM_PriceList_ID - idtrxName - transaction
public X_M_PriceList(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setBasePriceList_ID(int BasePriceList_ID)
BasePriceList_ID - Pricelist to be used, if product not found on this pricelistpublic int getBasePriceList_ID()
public void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEnforcePriceLimit(boolean EnforcePriceLimit)
EnforcePriceLimit - Do not allow prices below the limit pricepublic boolean isEnforcePriceLimit()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setIsSOPriceList(boolean IsSOPriceList)
IsSOPriceList - This is a Sales Price Listpublic boolean isSOPriceList()
public void setIsTaxIncluded(boolean IsTaxIncluded)
IsTaxIncluded - Tax is included in the pricepublic boolean isTaxIncluded()
public void setM_PriceList_ID(int M_PriceList_ID)
M_PriceList_ID - Unique identifier of a Price Listpublic int getM_PriceList_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPricePrecision(int PricePrecision)
PricePrecision - Precision (number of decimals) for the Pricepublic int getPricePrecision()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||