|
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_T_DistributionRunDetail
public class X_T_DistributionRunDetail
Generated Model for T_DistributionRunDetail
| 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 |
| Constructor Summary | |
|---|---|
X_T_DistributionRunDetail(Properties ctx,
int T_DistributionRunDetail_ID,
String trxName)
Standard Constructor |
|
X_T_DistributionRunDetail(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BPartner_ID()
Get Business Partner . |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
I_C_BPartner_Location |
getC_BPartner_Location()
|
I_C_BPartner |
getC_BPartner()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_DistributionList_ID()
Get Distribution List. |
I_M_DistributionList |
getM_DistributionList()
|
int |
getM_DistributionListLine_ID()
Get Distribution List Line. |
I_M_DistributionListLine |
getM_DistributionListLine()
|
int |
getM_DistributionRun_ID()
Get Distribution Run. |
I_M_DistributionRun |
getM_DistributionRun()
|
int |
getM_DistributionRunLine_ID()
Get Distribution Run Line. |
I_M_DistributionRunLine |
getM_DistributionRunLine()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getMinQty()
Get Minimum Quantity. |
BigDecimal |
getQty()
Get Quantity. |
BigDecimal |
getRatio()
Get Ratio. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. |
void |
setM_DistributionList_ID(int M_DistributionList_ID)
Set Distribution List. |
void |
setM_DistributionListLine_ID(int M_DistributionListLine_ID)
Set Distribution List Line. |
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 |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setRatio(BigDecimal Ratio)
Set 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_T_DistributionRunDetail(Properties ctx,
int T_DistributionRunDetail_ID,
String trxName)
public X_T_DistributionRunDetail(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 PO
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_T_DistributionRunDetailExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_T_DistributionRunDetailC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_T_DistributionRunDetail
public I_C_BPartner_Location getC_BPartner_Location()
throws Exception
getC_BPartner_Location in interface I_T_DistributionRunDetailExceptionpublic void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
setC_BPartner_Location_ID in interface I_T_DistributionRunDetailC_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
getC_BPartner_Location_ID in interface I_T_DistributionRunDetail
public I_M_DistributionList getM_DistributionList()
throws Exception
getM_DistributionList in interface I_T_DistributionRunDetailExceptionpublic void setM_DistributionList_ID(int M_DistributionList_ID)
setM_DistributionList_ID in interface I_T_DistributionRunDetailM_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partnerspublic int getM_DistributionList_ID()
getM_DistributionList_ID in interface I_T_DistributionRunDetail
public I_M_DistributionListLine getM_DistributionListLine()
throws Exception
getM_DistributionListLine in interface I_T_DistributionRunDetailExceptionpublic void setM_DistributionListLine_ID(int M_DistributionListLine_ID)
setM_DistributionListLine_ID in interface I_T_DistributionRunDetailM_DistributionListLine_ID - Distribution List Line with Business Partner and Quantity/Percentagepublic int getM_DistributionListLine_ID()
getM_DistributionListLine_ID in interface I_T_DistributionRunDetail
public I_M_DistributionRun getM_DistributionRun()
throws Exception
getM_DistributionRun in interface I_T_DistributionRunDetailExceptionpublic void setM_DistributionRun_ID(int M_DistributionRun_ID)
setM_DistributionRun_ID in interface I_T_DistributionRunDetailM_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_T_DistributionRunDetailpublic KeyNamePair getKeyNamePair()
public I_M_DistributionRunLine getM_DistributionRunLine()
throws Exception
getM_DistributionRunLine in interface I_T_DistributionRunDetailExceptionpublic void setM_DistributionRunLine_ID(int M_DistributionRunLine_ID)
setM_DistributionRunLine_ID in interface I_T_DistributionRunDetailM_DistributionRunLine_ID - Distribution Run Lines define Distribution List, the Product and Quantiriespublic int getM_DistributionRunLine_ID()
getM_DistributionRunLine_ID in interface I_T_DistributionRunDetailpublic void setMinQty(BigDecimal MinQty)
setMinQty in interface I_T_DistributionRunDetailMinQty - Minimum quantity for the business partnerpublic BigDecimal getMinQty()
getMinQty in interface I_T_DistributionRunDetail
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_T_DistributionRunDetailExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_T_DistributionRunDetailM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_T_DistributionRunDetailpublic void setQty(BigDecimal Qty)
setQty in interface I_T_DistributionRunDetailQty - Quantitypublic BigDecimal getQty()
getQty in interface I_T_DistributionRunDetailpublic void setRatio(BigDecimal Ratio)
setRatio in interface I_T_DistributionRunDetailRatio - Relative Ratio for Distributionspublic BigDecimal getRatio()
getRatio in interface I_T_DistributionRunDetail
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||