Package org.compiere.model
Interface I_C_RfQLineQty
-
- All Known Implementing Classes:
MRfQLineQty,X_C_RfQLineQty
public interface I_C_RfQLineQtyGenerated Interface for C_RfQLineQty- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BenchmarkPriceColumn name BenchmarkPricestatic StringCOLUMNNAME_BestResponseAmtColumn name BestResponseAmtstatic StringCOLUMNNAME_C_RfQLine_IDColumn name C_RfQLine_IDstatic StringCOLUMNNAME_C_RfQLineQty_IDColumn name C_RfQLineQty_IDstatic StringCOLUMNNAME_C_RfQLineQty_UUColumn name C_RfQLineQty_UUstatic StringCOLUMNNAME_C_UOM_IDColumn name C_UOM_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsOfferQtyColumn name IsOfferQtystatic StringCOLUMNNAME_IsPurchaseQtyColumn name IsPurchaseQtystatic StringCOLUMNNAME_IsRfQQtyColumn name IsRfQQtystatic StringCOLUMNNAME_MarginColumn name Marginstatic StringCOLUMNNAME_OfferAmtColumn name OfferAmtstatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=675static StringTable_NameTableName=C_RfQLineQty
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetBenchmarkPrice()Get Benchmark Price.BigDecimalgetBestResponseAmt()Get Best Response Amount.I_C_RfQLinegetC_RfQLine()intgetC_RfQLine_ID()Get RfQ Line.intgetC_RfQLineQty_ID()Get RfQ Line Quantity.StringgetC_RfQLineQty_UU()Get C_RfQLineQty_UUI_C_UOMgetC_UOM()intgetC_UOM_ID()Get UOM.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetMargin()Get Margin %.BigDecimalgetOfferAmt()Get Offer Amount.BigDecimalgetQty()Get Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisOfferQty()Get Offer Quantity.booleanisPurchaseQty()Get Purchase Quantity.booleanisRfQQty()Get RfQ Quantity.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBenchmarkPrice(BigDecimal BenchmarkPrice)Set Benchmark Price.voidsetBestResponseAmt(BigDecimal BestResponseAmt)Set Best Response Amount.voidsetC_RfQLine_ID(int C_RfQLine_ID)Set RfQ Line.voidsetC_RfQLineQty_ID(int C_RfQLineQty_ID)Set RfQ Line Quantity.voidsetC_RfQLineQty_UU(String C_RfQLineQty_UU)Set C_RfQLineQty_UUvoidsetC_UOM_ID(int C_UOM_ID)Set UOM.voidsetIsActive(boolean IsActive)Set Active.voidsetIsOfferQty(boolean IsOfferQty)Set Offer Quantity.voidsetIsPurchaseQty(boolean IsPurchaseQty)Set Purchase Quantity.voidsetIsRfQQty(boolean IsRfQQty)Set RfQ Quantity.voidsetMargin(BigDecimal Margin)Set Margin %.voidsetOfferAmt(BigDecimal OfferAmt)Set Offer Amount.voidsetQty(BigDecimal Qty)Set Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_RfQLineQty- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=675- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_BenchmarkPrice
static final String COLUMNNAME_BenchmarkPrice
Column name BenchmarkPrice- See Also:
- Constant Field Values
-
COLUMNNAME_BestResponseAmt
static final String COLUMNNAME_BestResponseAmt
Column name BestResponseAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQLine_ID
static final String COLUMNNAME_C_RfQLine_ID
Column name C_RfQLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQLineQty_ID
static final String COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQLineQty_UU
static final String COLUMNNAME_C_RfQLineQty_UU
Column name C_RfQLineQty_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsOfferQty
static final String COLUMNNAME_IsOfferQty
Column name IsOfferQty- See Also:
- Constant Field Values
-
COLUMNNAME_IsPurchaseQty
static final String COLUMNNAME_IsPurchaseQty
Column name IsPurchaseQty- See Also:
- Constant Field Values
-
COLUMNNAME_IsRfQQty
static final String COLUMNNAME_IsRfQQty
Column name IsRfQQty- See Also:
- Constant Field Values
-
COLUMNNAME_Margin
static final String COLUMNNAME_Margin
Column name Margin- See Also:
- Constant Field Values
-
COLUMNNAME_OfferAmt
static final String COLUMNNAME_OfferAmt
Column name OfferAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setBenchmarkPrice
void setBenchmarkPrice(BigDecimal BenchmarkPrice)
Set Benchmark Price. Price to compare responses to
-
getBenchmarkPrice
BigDecimal getBenchmarkPrice()
Get Benchmark Price. Price to compare responses to
-
setBestResponseAmt
void setBestResponseAmt(BigDecimal BestResponseAmt)
Set Best Response Amount. Best Response Amount
-
getBestResponseAmt
BigDecimal getBestResponseAmt()
Get Best Response Amount. Best Response Amount
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_RfQLine_ID
void setC_RfQLine_ID(int C_RfQLine_ID)
Set RfQ Line. Request for Quotation Line
-
getC_RfQLine_ID
int getC_RfQLine_ID()
Get RfQ Line. Request for Quotation Line
-
getC_RfQLine
I_C_RfQLine getC_RfQLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_RfQLineQty_ID
void setC_RfQLineQty_ID(int C_RfQLineQty_ID)
Set RfQ Line Quantity. Request for Quotation Line Quantity
-
getC_RfQLineQty_ID
int getC_RfQLineQty_ID()
Get RfQ Line Quantity. Request for Quotation Line Quantity
-
setC_RfQLineQty_UU
void setC_RfQLineQty_UU(String C_RfQLineQty_UU)
Set C_RfQLineQty_UU
-
getC_RfQLineQty_UU
String getC_RfQLineQty_UU()
Get C_RfQLineQty_UU
-
setC_UOM_ID
void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure
-
getC_UOM_ID
int getC_UOM_ID()
Get UOM. Unit of Measure
-
getC_UOM
I_C_UOM getC_UOM() throws RuntimeException
- Throws:
RuntimeException
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsOfferQty
void setIsOfferQty(boolean IsOfferQty)
Set Offer Quantity. This quantity is used in the Offer to the Customer
-
isOfferQty
boolean isOfferQty()
Get Offer Quantity. This quantity is used in the Offer to the Customer
-
setIsPurchaseQty
void setIsPurchaseQty(boolean IsPurchaseQty)
Set Purchase Quantity. This quantity is used in the Purchase Order to the Supplier
-
isPurchaseQty
boolean isPurchaseQty()
Get Purchase Quantity. This quantity is used in the Purchase Order to the Supplier
-
setIsRfQQty
void setIsRfQQty(boolean IsRfQQty)
Set RfQ Quantity. The quantity is used when generating RfQ Responses
-
isRfQQty
boolean isRfQQty()
Get RfQ Quantity. The quantity is used when generating RfQ Responses
-
setMargin
void setMargin(BigDecimal Margin)
Set Margin %. Margin for a product as a percentage
-
getMargin
BigDecimal getMargin()
Get Margin %. Margin for a product as a percentage
-
setOfferAmt
void setOfferAmt(BigDecimal OfferAmt)
Set Offer Amount. Amount of the Offer
-
getOfferAmt
BigDecimal getOfferAmt()
Get Offer Amount. Amount of the Offer
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-