|
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
org.compiere.model.MDistributionRunLine
public class MDistributionRunLine
Distribution Run List Line Model
| 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 | |
|---|---|
MDistributionRunLine(Properties ctx,
int M_DistributionRunLine_ID,
String trxName)
Standard Constructor |
|
MDistributionRunLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
void |
addActualAllocation(BigDecimal add)
Add to Actual Min Qty |
void |
addActualMin(BigDecimal add)
Add to Actual Min Qty |
void |
addActualQty(BigDecimal add)
Add to Actual Qty |
BigDecimal |
getActualAllocation()
Get Actual Allocation Qty |
BigDecimal |
getActualAllocationDiff()
Get Allocation Difference |
BigDecimal |
getActualMin()
Get Actual Min Qty |
BigDecimal |
getActualQty()
Get Actual Qty |
String |
getInfo()
Get Info |
BigDecimal |
getLastDifference()
Get Last Allocation Difference |
BigDecimal |
getMaxAllocation()
Get Max Allocation |
MProduct |
getProduct()
Get Product |
int |
getUOMPrecision()
Get Product Standard Precision |
boolean |
isActualAllocationEqTotal()
Is Actual Allocation equals Total |
boolean |
isActualMinGtTotal()
Is Actual Min Greater than Total |
void |
resetCalculations()
Reset Calculations |
void |
setLastDifference(BigDecimal difference)
Set Last Allocation Difference |
void |
setMaxAllocation(BigDecimal max,
boolean set)
Set Max Allocation if greater |
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 MDistributionRunLine(Properties ctx,
int M_DistributionRunLine_ID,
String trxName)
ctx - contextM_DistributionRunLine_ID - idtrxName - transaction
public MDistributionRunLine(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public BigDecimal getActualQty()
public void addActualQty(BigDecimal add)
add - number to addpublic BigDecimal getActualMin()
public void addActualMin(BigDecimal add)
add - number to addpublic boolean isActualMinGtTotal()
public BigDecimal getActualAllocation()
public void addActualAllocation(BigDecimal add)
add - number to addpublic boolean isActualAllocationEqTotal()
public BigDecimal getActualAllocationDiff()
public BigDecimal getLastDifference()
public void setLastDifference(BigDecimal difference)
difference - differencepublic BigDecimal getMaxAllocation()
public void setMaxAllocation(BigDecimal max,
boolean set)
max - allocationset - set to maxpublic void resetCalculations()
public MProduct getProduct()
public int getUOMPrecision()
public String toString()
toString in class X_M_DistributionRunLinepublic String getInfo()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||