|
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_M_DistributionRunLine
org.compiere.model.MDistributionRunLine
public class MDistributionRunLine
Distribution Run List Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_DistributionRunLine |
|---|
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 | |
|---|---|
MDistributionRunLine(Ctx ctx,
int M_DistributionRunLine_ID,
String trxName)
Standard Constructor |
|
MDistributionRunLine(Ctx 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 org.compiere.model.X_M_DistributionRunLine |
|---|
get_AccessLevel, getDescription, getKeyNamePair, getLine, getM_DistributionList_ID, getM_DistributionRun_ID, getM_DistributionRunLine_ID, getM_Product_ID, getMinQty, getTotalQty, initPO, setDescription, setLine, setM_DistributionList_ID, setM_DistributionRun_ID, setM_DistributionRunLine_ID, setM_Product_ID, setMinQty, setTotalQty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MDistributionRunLine(Ctx ctx,
int M_DistributionRunLine_ID,
String trxName)
ctx - contextM_DistributionRunLine_ID - idtrxName - transaction
public MDistributionRunLine(Ctx 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()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||