|
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_RfQLine
org.compiere.model.MRfQLine
public class MRfQLine
RfQ Line
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_RfQLine |
|---|
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 | |
|---|---|
MRfQLine(Ctx ctx,
int C_RfQLine_ID,
String trxName)
Standard Constructor |
|
MRfQLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRfQLine(MRfQ rfq)
Parent Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MRfQLine |
get(Ctx ctx,
int C_RfQLine_ID)
Get MRfQLine from Cache |
String |
getProductDetailHTML()
Get Product Details |
MRfQLineQty[] |
getQtys()
Get Quantities |
MRfQLineQty[] |
getQtys(boolean requery)
Get Quantities |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_RfQLine |
|---|
get_AccessLevel, getC_RfQ_ID, getC_RfQLine_ID, getDateWorkComplete, getDateWorkStart, getDeliveryDays, getDescription, getHelp, getKeyNamePair, getLine, getM_AttributeSetInstance_ID, getM_Product_ID, initPO, setC_RfQ_ID, setC_RfQLine_ID, setDateWorkComplete, setDateWorkStart, setDeliveryDays, setDescription, setHelp, setLine, setM_AttributeSetInstance_ID, setM_Product_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRfQLine(Ctx ctx,
int C_RfQLine_ID,
String trxName)
ctx - contextC_RfQLine_ID - idtrxName - transaction
public MRfQLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MRfQLine(MRfQ rfq)
rfq - RfQ| Method Detail |
|---|
public static MRfQLine get(Ctx ctx,
int C_RfQLine_ID)
ctx - contextC_RfQLine_ID - id
public MRfQLineQty[] getQtys()
public MRfQLineQty[] getQtys(boolean requery)
requery - requery
public String getProductDetailHTML()
public String toString()
toString in class X_C_RfQLineprotected 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 | |||||||||