|
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_C_RfQLineQty
public class X_C_RfQLineQty
Generated Model for C_RfQLineQty
| 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_C_RfQLineQty |
|---|
accessLevel, COLUMNNAME_BenchmarkPrice, COLUMNNAME_BestResponseAmt, COLUMNNAME_C_RfQLine_ID, COLUMNNAME_C_RfQLineQty_ID, COLUMNNAME_C_UOM_ID, COLUMNNAME_IsOfferQty, COLUMNNAME_IsPurchaseQty, COLUMNNAME_IsRfQQty, COLUMNNAME_Margin, COLUMNNAME_OfferAmt, COLUMNNAME_Qty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_RfQLineQty(Properties ctx,
int C_RfQLineQty_ID,
String trxName)
Standard Constructor |
|
X_C_RfQLineQty(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getBenchmarkPrice()
Get Benchmark Price. |
BigDecimal |
getBestResponseAmt()
Get Best Response Amount. |
int |
getC_RfQLine_ID()
Get RfQ Line. |
I_C_RfQLine |
getC_RfQLine()
|
int |
getC_RfQLineQty_ID()
Get RfQ Line Quantity. |
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getMargin()
Get Margin %. |
BigDecimal |
getOfferAmt()
Get Offer Amount. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isOfferQty()
Get Offer Quantity. |
boolean |
isPurchaseQty()
Get Purchase Quantity. |
boolean |
isRfQQty()
Get RfQ Quantity. |
void |
setBenchmarkPrice(BigDecimal BenchmarkPrice)
Set Benchmark Price. |
void |
setBestResponseAmt(BigDecimal BestResponseAmt)
Set Best Response Amount. |
void |
setC_RfQLine_ID(int C_RfQLine_ID)
Set RfQ Line. |
void |
setC_RfQLineQty_ID(int C_RfQLineQty_ID)
Set RfQ Line Quantity. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setIsOfferQty(boolean IsOfferQty)
Set Offer Quantity. |
void |
setIsPurchaseQty(boolean IsPurchaseQty)
Set Purchase Quantity. |
void |
setIsRfQQty(boolean IsRfQQty)
Set RfQ Quantity. |
void |
setMargin(BigDecimal Margin)
Set Margin %. |
void |
setOfferAmt(BigDecimal OfferAmt)
Set Offer Amount. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
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 X_C_RfQLineQty(Properties ctx,
int C_RfQLineQty_ID,
String trxName)
public X_C_RfQLineQty(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setBenchmarkPrice(BigDecimal BenchmarkPrice)
setBenchmarkPrice in interface I_C_RfQLineQtyBenchmarkPrice - Price to compare responses topublic BigDecimal getBenchmarkPrice()
getBenchmarkPrice in interface I_C_RfQLineQtypublic void setBestResponseAmt(BigDecimal BestResponseAmt)
setBestResponseAmt in interface I_C_RfQLineQtyBestResponseAmt - Best Response Amountpublic BigDecimal getBestResponseAmt()
getBestResponseAmt in interface I_C_RfQLineQty
public I_C_RfQLine getC_RfQLine()
throws Exception
getC_RfQLine in interface I_C_RfQLineQtyExceptionpublic void setC_RfQLine_ID(int C_RfQLine_ID)
setC_RfQLine_ID in interface I_C_RfQLineQtyC_RfQLine_ID - Request for Quotation Linepublic int getC_RfQLine_ID()
getC_RfQLine_ID in interface I_C_RfQLineQtypublic void setC_RfQLineQty_ID(int C_RfQLineQty_ID)
setC_RfQLineQty_ID in interface I_C_RfQLineQtyC_RfQLineQty_ID - Request for Quotation Line Quantitypublic int getC_RfQLineQty_ID()
getC_RfQLineQty_ID in interface I_C_RfQLineQty
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_C_RfQLineQtyExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_C_RfQLineQtyC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_C_RfQLineQtypublic KeyNamePair getKeyNamePair()
public void setIsOfferQty(boolean IsOfferQty)
setIsOfferQty in interface I_C_RfQLineQtyIsOfferQty - This quantity is used in the Offer to the Customerpublic boolean isOfferQty()
isOfferQty in interface I_C_RfQLineQtypublic void setIsPurchaseQty(boolean IsPurchaseQty)
setIsPurchaseQty in interface I_C_RfQLineQtyIsPurchaseQty - This quantity is used in the Purchase Order to the Supplierpublic boolean isPurchaseQty()
isPurchaseQty in interface I_C_RfQLineQtypublic void setIsRfQQty(boolean IsRfQQty)
setIsRfQQty in interface I_C_RfQLineQtyIsRfQQty - The quantity is used when generating RfQ Responsespublic boolean isRfQQty()
isRfQQty in interface I_C_RfQLineQtypublic void setMargin(BigDecimal Margin)
setMargin in interface I_C_RfQLineQtyMargin - Margin for a product as a percentagepublic BigDecimal getMargin()
getMargin in interface I_C_RfQLineQtypublic void setOfferAmt(BigDecimal OfferAmt)
setOfferAmt in interface I_C_RfQLineQtyOfferAmt - Amount of the Offerpublic BigDecimal getOfferAmt()
getOfferAmt in interface I_C_RfQLineQtypublic void setQty(BigDecimal Qty)
setQty in interface I_C_RfQLineQtyQty - Quantitypublic BigDecimal getQty()
getQty in interface I_C_RfQLineQty
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||