|
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_DistributionRunLine
public class X_M_DistributionRunLine
Generated Model for M_DistributionRunLine
| 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_DistributionRunLine |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Line, COLUMNNAME_M_DistributionList_ID, COLUMNNAME_M_DistributionRun_ID, COLUMNNAME_M_DistributionRunLine_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_MinQty, COLUMNNAME_TotalQty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_DistributionRunLine(Properties ctx,
int M_DistributionRunLine_ID,
String trxName)
Standard Constructor |
|
X_M_DistributionRunLine(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 |
getLine()
Get Line No. |
int |
getM_DistributionList_ID()
Get Distribution List. |
I_M_DistributionList |
getM_DistributionList()
|
int |
getM_DistributionRun_ID()
Get Distribution Run. |
I_M_DistributionRun |
getM_DistributionRun()
|
int |
getM_DistributionRunLine_ID()
Get Distribution Run Line. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getMinQty()
Get Minimum Quantity. |
BigDecimal |
getTotalQty()
Get Total Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setLine(int Line)
Set Line No. |
void |
setM_DistributionList_ID(int M_DistributionList_ID)
Set Distribution List. |
void |
setM_DistributionRun_ID(int M_DistributionRun_ID)
Set Distribution Run. |
void |
setM_DistributionRunLine_ID(int M_DistributionRunLine_ID)
Set Distribution Run Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setMinQty(BigDecimal MinQty)
Set Minimum Quantity. |
void |
setTotalQty(BigDecimal TotalQty)
Set Total Quantity. |
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_DistributionRunLine(Properties ctx,
int M_DistributionRunLine_ID,
String trxName)
public X_M_DistributionRunLine(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_DistributionRunLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_DistributionRunLinepublic void setLine(int Line)
setLine in interface I_M_DistributionRunLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_M_DistributionRunLine
public I_M_DistributionList getM_DistributionList()
throws Exception
getM_DistributionList in interface I_M_DistributionRunLineExceptionpublic void setM_DistributionList_ID(int M_DistributionList_ID)
setM_DistributionList_ID in interface I_M_DistributionRunLineM_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_DistributionRunLine
public I_M_DistributionRun getM_DistributionRun()
throws Exception
getM_DistributionRun in interface I_M_DistributionRunLineExceptionpublic void setM_DistributionRun_ID(int M_DistributionRun_ID)
setM_DistributionRun_ID in interface I_M_DistributionRunLineM_DistributionRun_ID - Distribution Run create Orders to distribute products to a selected list of partnerspublic int getM_DistributionRun_ID()
getM_DistributionRun_ID in interface I_M_DistributionRunLinepublic KeyNamePair getKeyNamePair()
public void setM_DistributionRunLine_ID(int M_DistributionRunLine_ID)
setM_DistributionRunLine_ID in interface I_M_DistributionRunLineM_DistributionRunLine_ID - Distribution Run Lines define Distribution List, the Product and Quantiriespublic int getM_DistributionRunLine_ID()
getM_DistributionRunLine_ID in interface I_M_DistributionRunLinepublic void setMinQty(BigDecimal MinQty)
setMinQty in interface I_M_DistributionRunLineMinQty - Minimum quantity for the business partnerpublic BigDecimal getMinQty()
getMinQty in interface I_M_DistributionRunLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_DistributionRunLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_DistributionRunLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_DistributionRunLinepublic void setTotalQty(BigDecimal TotalQty)
setTotalQty in interface I_M_DistributionRunLineTotalQty - Total Quantitypublic BigDecimal getTotalQty()
getTotalQty in interface I_M_DistributionRunLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||