|
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_C_RfQResponseLineQty
org.compiere.model.MRfQResponseLineQty
public class MRfQResponseLineQty
RfQ Response Line Qty
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_RfQResponseLineQty |
|---|
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 | |
|---|---|
MRfQResponseLineQty(Ctx ctx,
int C_RfQResponseLineQty_ID,
String trxName)
Persistency Constructor |
|
MRfQResponseLineQty(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRfQResponseLineQty(MRfQResponseLine line,
MRfQLineQty qty)
Parent Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
int |
compare(PO o1,
PO o2)
Compare based on net amount |
boolean |
equals(Object obj)
Is Net Amount equal ? |
BigDecimal |
getNetAmt()
Get Net Amt (price minus discount in %) |
MRfQLineQty |
getRfQLineQty()
Get RfQ Line Qty |
boolean |
isValidAmt()
Is the Amount (price - discount) Valid |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_RfQResponseLineQty |
|---|
get_AccessLevel, getC_RfQLineQty_ID, getC_RfQResponseLine_ID, getC_RfQResponseLineQty_ID, getDiscount, getKeyNamePair, getPrice, getRanking, initPO, setC_RfQLineQty_ID, setC_RfQResponseLine_ID, setC_RfQResponseLineQty_ID, setDiscount, setPrice, setRanking |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRfQResponseLineQty(Ctx ctx,
int C_RfQResponseLineQty_ID,
String trxName)
ctx - contextC_RfQResponseLineQty_ID - idtrxName - transaction
public MRfQResponseLineQty(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MRfQResponseLineQty(MRfQResponseLine line,
MRfQLineQty qty)
line - lineqty - qty| Method Detail |
|---|
public MRfQLineQty getRfQLineQty()
public boolean isValidAmt()
public BigDecimal getNetAmt()
public String toString()
toString in class X_C_RfQResponseLineQty
public int compare(PO o1,
PO o2)
compare in interface Comparator<PO>compare in class POo1 - the first object to be compared.o2 - the second object to be compared.
ClassCastException - if the arguments' types prevent them from
being compared by this Comparator.public boolean equals(Object obj)
equals in interface Comparator<PO>equals in class POobj - the reference object with which to compare.
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||