Package org.compiere.model
Interface I_C_RfQLineQty
-
- All Known Implementing Classes:
MRfQLineQty
,X_C_RfQLineQty
public interface I_C_RfQLineQty
Generated Interface for C_RfQLineQty- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BenchmarkPrice
Column name BenchmarkPricestatic String
COLUMNNAME_BestResponseAmt
Column name BestResponseAmtstatic String
COLUMNNAME_C_RfQLine_ID
Column name C_RfQLine_IDstatic String
COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_IDstatic String
COLUMNNAME_C_RfQLineQty_UU
Column name C_RfQLineQty_UUstatic String
COLUMNNAME_C_UOM_ID
Column name C_UOM_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsOfferQty
Column name IsOfferQtystatic String
COLUMNNAME_IsPurchaseQty
Column name IsPurchaseQtystatic String
COLUMNNAME_IsRfQQty
Column name IsRfQQtystatic String
COLUMNNAME_Margin
Column name Marginstatic String
COLUMNNAME_OfferAmt
Column name OfferAmtstatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=675static String
Table_Name
TableName=C_RfQLineQty
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getBenchmarkPrice()
Get Benchmark Price.BigDecimal
getBestResponseAmt()
Get Best Response Amount.I_C_RfQLine
getC_RfQLine()
int
getC_RfQLine_ID()
Get RfQ Line.int
getC_RfQLineQty_ID()
Get RfQ Line Quantity.String
getC_RfQLineQty_UU()
Get C_RfQLineQty_UUI_C_UOM
getC_UOM()
int
getC_UOM_ID()
Get UOM.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getMargin()
Get Margin %.BigDecimal
getOfferAmt()
Get Offer Amount.BigDecimal
getQty()
Get Quantity.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isOfferQty()
Get Offer Quantity.boolean
isPurchaseQty()
Get Purchase Quantity.boolean
isRfQQty()
Get RfQ Quantity.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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_RfQLineQty_UU(String C_RfQLineQty_UU)
Set C_RfQLineQty_UUvoid
setC_UOM_ID(int C_UOM_ID)
Set UOM.void
setIsActive(boolean IsActive)
Set Active.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.
-
-
-
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
-
-