|
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_M_PriceList_Version
public class X_M_PriceList_Version
Generated Model for M_PriceList_Version
| Field Summary | |
|---|---|
static int |
M_PRICELIST_VERSION_BASE_ID_AD_Reference_ID
M_Pricelist_Version_Base_ID AD_Reference_ID=188 |
| 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 |
| Fields inherited from interface org.compiere.model.I_M_PriceList_Version |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_M_DiscountSchema_ID, COLUMNNAME_M_PriceList_ID, COLUMNNAME_M_Pricelist_Version_Base_ID, COLUMNNAME_M_PriceList_Version_ID, COLUMNNAME_Name, COLUMNNAME_ProcCreate, COLUMNNAME_ValidFrom, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_PriceList_Version(Properties ctx,
int M_PriceList_Version_ID,
String trxName)
Standard Constructor |
|
X_M_PriceList_Version(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_DiscountSchema_ID()
Get Discount Schema. |
I_M_DiscountSchema |
getM_DiscountSchema()
|
int |
getM_PriceList_ID()
Get Price List. |
int |
getM_Pricelist_Version_Base_ID()
Get Base Price List. |
int |
getM_PriceList_Version_ID()
Get Price List Version. |
I_M_PriceList |
getM_PriceList()
|
String |
getName()
Get Name. |
String |
getProcCreate()
Get Create. |
Timestamp |
getValidFrom()
Get Valid from. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setM_DiscountSchema_ID(int M_DiscountSchema_ID)
Set Discount Schema. |
void |
setM_PriceList_ID(int M_PriceList_ID)
Set Price List. |
void |
setM_Pricelist_Version_Base_ID(int M_Pricelist_Version_Base_ID)
Set Base Price List. |
void |
setM_PriceList_Version_ID(int M_PriceList_Version_ID)
Set Price List Version. |
void |
setName(String Name)
Set Name. |
void |
setProcCreate(String ProcCreate)
Set Create. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
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 |
| Field Detail |
|---|
public static final int M_PRICELIST_VERSION_BASE_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_PriceList_Version(Properties ctx,
int M_PriceList_Version_ID,
String trxName)
public X_M_PriceList_Version(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 POpublic void setDescription(String Description)
setDescription in interface I_M_PriceList_VersionDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_PriceList_Version
public I_M_DiscountSchema getM_DiscountSchema()
throws Exception
getM_DiscountSchema in interface I_M_PriceList_VersionExceptionpublic void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
setM_DiscountSchema_ID in interface I_M_PriceList_VersionM_DiscountSchema_ID - Schema to calculate the trade discount percentagepublic int getM_DiscountSchema_ID()
getM_DiscountSchema_ID in interface I_M_PriceList_Version
public I_M_PriceList getM_PriceList()
throws Exception
getM_PriceList in interface I_M_PriceList_VersionExceptionpublic void setM_PriceList_ID(int M_PriceList_ID)
setM_PriceList_ID in interface I_M_PriceList_VersionM_PriceList_ID - Unique identifier of a Price Listpublic int getM_PriceList_ID()
getM_PriceList_ID in interface I_M_PriceList_Versionpublic void setM_Pricelist_Version_Base_ID(int M_Pricelist_Version_Base_ID)
setM_Pricelist_Version_Base_ID in interface I_M_PriceList_VersionM_Pricelist_Version_Base_ID - Source for Price list calculationspublic int getM_Pricelist_Version_Base_ID()
getM_Pricelist_Version_Base_ID in interface I_M_PriceList_Versionpublic void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
setM_PriceList_Version_ID in interface I_M_PriceList_VersionM_PriceList_Version_ID - Identifies a unique instance of a Price Listpublic int getM_PriceList_Version_ID()
getM_PriceList_Version_ID in interface I_M_PriceList_Versionpublic void setName(String Name)
setName in interface I_M_PriceList_VersionName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_PriceList_Versionpublic KeyNamePair getKeyNamePair()
public void setProcCreate(String ProcCreate)
setProcCreate in interface I_M_PriceList_VersionProcCreate - Createpublic String getProcCreate()
getProcCreate in interface I_M_PriceList_Versionpublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_M_PriceList_VersionValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_M_PriceList_Version
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||