|
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
public class X_C_RfQLineQty
Generated Model for C_RfQLineQty
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=675 |
static String |
Table_Name
TableName=C_RfQLineQty |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| 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 | |
|---|---|
X_C_RfQLineQty(Ctx ctx,
int C_RfQLineQty_ID,
String trxName)
Standard Constructor |
|
X_C_RfQLineQty(Ctx 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. |
int |
getC_RfQLineQty_ID()
Get RfQ Line Quantity. |
int |
getC_UOM_ID()
Get UOM. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getMargin()
Get Margin %. |
BigDecimal |
getOfferAmt()
Get Offer Amount. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Ctx 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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_RfQLineQty(Ctx ctx,
int C_RfQLineQty_ID,
String trxName)
ctx - contextC_RfQLineQty_ID - idtrxName - transaction
public X_C_RfQLineQty(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setBenchmarkPrice(BigDecimal BenchmarkPrice)
BenchmarkPrice - Price to compare responses topublic BigDecimal getBenchmarkPrice()
public void setBestResponseAmt(BigDecimal BestResponseAmt)
BestResponseAmt - Best Response Amountpublic BigDecimal getBestResponseAmt()
public void setC_RfQLineQty_ID(int C_RfQLineQty_ID)
C_RfQLineQty_ID - Request for Quotation Line Quantitypublic int getC_RfQLineQty_ID()
public void setC_RfQLine_ID(int C_RfQLine_ID)
C_RfQLine_ID - Request for Quotation Linepublic int getC_RfQLine_ID()
public void setC_UOM_ID(int C_UOM_ID)
C_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
public KeyNamePair getKeyNamePair()
public void setIsOfferQty(boolean IsOfferQty)
IsOfferQty - This quantity is used in the Offer to the Customerpublic boolean isOfferQty()
public void setIsPurchaseQty(boolean IsPurchaseQty)
IsPurchaseQty - This quantity is used in the Purchase Order to the Supplierpublic boolean isPurchaseQty()
public void setIsRfQQty(boolean IsRfQQty)
IsRfQQty - The quantity is used when generating RfQ Responsespublic boolean isRfQQty()
public void setMargin(BigDecimal Margin)
Margin - Margin for a product as a percentagepublic BigDecimal getMargin()
public void setOfferAmt(BigDecimal OfferAmt)
OfferAmt - Amount of the Offerpublic BigDecimal getOfferAmt()
public void setQty(BigDecimal Qty)
Qty - Quantitypublic BigDecimal getQty()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||