|
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_DistributionList
public class X_M_DistributionList
Generated Model for M_DistributionList
| 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 |
| Fields inherited from interface org.compiere.model.I_M_DistributionList |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_DistributionList_ID, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_RatioTotal, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_DistributionList(Properties ctx,
int M_DistributionList_ID,
String trxName)
Standard Constructor |
|
X_M_DistributionList(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_DistributionList_ID()
Get Distribution List. |
String |
getName()
Get Name. |
BigDecimal |
getRatioTotal()
Get Total Ratio. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_DistributionList_ID(int M_DistributionList_ID)
Set Distribution List. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRatioTotal(BigDecimal RatioTotal)
Set Total Ratio. |
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_M_DistributionList(Properties ctx,
int M_DistributionList_ID,
String trxName)
public X_M_DistributionList(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_DistributionListDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_DistributionListpublic void setHelp(String Help)
setHelp in interface I_M_DistributionListHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_DistributionListpublic void setM_DistributionList_ID(int M_DistributionList_ID)
setM_DistributionList_ID in interface I_M_DistributionListM_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partnerspublic int getM_DistributionList_ID()
getM_DistributionList_ID in interface I_M_DistributionListpublic void setName(String Name)
setName in interface I_M_DistributionListName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_DistributionListpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_M_DistributionListProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_DistributionListpublic void setRatioTotal(BigDecimal RatioTotal)
setRatioTotal in interface I_M_DistributionListRatioTotal - Total of relative weight in a distributionpublic BigDecimal getRatioTotal()
getRatioTotal in interface I_M_DistributionList
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||