|
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_RfQLineQty
org.compiere.model.MRfQLineQty
public class MRfQLineQty
RfQ Line Qty Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_RfQLineQty |
|---|
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 | |
|---|---|
MRfQLineQty(Ctx ctx,
int C_RfQLineQty_ID,
String trxName)
Standard Constructor |
|
MRfQLineQty(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRfQLineQty(MRfQLine line)
Parent Constructor |
|
| Method Summary | |
|---|---|
static MRfQLineQty |
get(Ctx ctx,
int C_RfQLineQty_ID)
Get MRfQLineQty from Cache |
MRfQResponseLineQty[] |
getResponseQtys(boolean onlyValidAmounts)
Get active Response Qtys of this RfQ Qty |
String |
getUomName()
Get Uom Name |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_RfQLineQty |
|---|
get_AccessLevel, getBenchmarkPrice, getBestResponseAmt, getC_RfQLine_ID, getC_RfQLineQty_ID, getC_UOM_ID, getKeyNamePair, getMargin, getOfferAmt, getQty, initPO, isOfferQty, isPurchaseQty, isRfQQty, setBenchmarkPrice, setBestResponseAmt, setC_RfQLine_ID, setC_RfQLineQty_ID, setC_UOM_ID, setIsOfferQty, setIsPurchaseQty, setIsRfQQty, setMargin, setOfferAmt, setQty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRfQLineQty(Ctx ctx,
int C_RfQLineQty_ID,
String trxName)
ctx - contextC_RfQLineQty_ID - idtrxName - transaction
public MRfQLineQty(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MRfQLineQty(MRfQLine line)
line - RfQ line| Method Detail |
|---|
public static MRfQLineQty get(Ctx ctx,
int C_RfQLineQty_ID)
ctx - contextC_RfQLineQty_ID - id
public String getUomName()
public MRfQResponseLineQty[] getResponseQtys(boolean onlyValidAmounts)
onlyValidAmounts - only valid amounts
public String toString()
toString in class X_C_RfQLineQty
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||