|
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_T_DistributionRunDetail
org.compiere.model.MDistributionRunDetail
public class MDistributionRunDetail
Distribution Run Detail
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_T_DistributionRunDetail |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MDistributionRunDetail(Ctx ctx,
int T_DistributionRunDetail_ID,
String trxName)
Standard Constructor |
|
MDistributionRunDetail(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
BigDecimal |
adjustQty(BigDecimal difference)
Adjust the Quantity maintaining UOM precision |
static MDistributionRunDetail[] |
get(Ctx ctx,
int M_DistributionRun_ID,
boolean orderBP,
String trxName)
Get Distribution Dun details |
BigDecimal |
getActualAllocation()
Get Actual Allocation Qty |
boolean |
isCanAdjust()
We can adjust Allocation Qty |
void |
round(int precision)
Round MinQty & Qty |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MDistributionRunDetail(Ctx ctx,
int T_DistributionRunDetail_ID,
String trxName)
ctx - contextT_DistributionRunDetail_ID - idtrxName - trx
public MDistributionRunDetail(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MDistributionRunDetail[] get(Ctx ctx,
int M_DistributionRun_ID,
boolean orderBP,
String trxName)
ctx - contextM_DistributionRun_ID - idorderBP - if true ordered by Business Partner otherwise Run LinetrxName - transaction
public void round(int precision)
precision - precision (saved)public boolean isCanAdjust()
public BigDecimal getActualAllocation()
public BigDecimal adjustQty(BigDecimal difference)
difference - difference
public String toString()
toString in class X_T_DistributionRunDetail
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||