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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name BenchmarkPricestatic final String
Column name BestResponseAmtstatic final String
Column name C_RfQLine_IDstatic final String
Column name C_RfQLineQty_IDstatic final String
Column name C_RfQLineQty_UUstatic final String
Column name C_UOM_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsOfferQtystatic final String
Column name IsPurchaseQtystatic final String
Column name IsRfQQtystatic final String
Column name Marginstatic final String
Column name OfferAmtstatic final String
Column name Qtystatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=675static final String
TableName=C_RfQLineQty -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Benchmark Price.Get Best Response Amount.int
Get RfQ Line.int
Get RfQ Line Quantity.Get C_RfQLineQty_UUgetC_UOM()
int
Get UOM.Get Created.int
Get Created By.Get Margin %.Get Offer Amount.getQty()
Get Quantity.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Offer Quantity.boolean
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 Details
-
Table_Name
TableName=C_RfQLineQty- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=675- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_BenchmarkPrice
Column name BenchmarkPrice- See Also:
-
COLUMNNAME_BestResponseAmt
Column name BestResponseAmt- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_RfQLine_ID
Column name C_RfQLine_ID- See Also:
-
COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_ID- See Also:
-
COLUMNNAME_C_RfQLineQty_UU
Column name C_RfQLineQty_UU- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsOfferQty
Column name IsOfferQty- See Also:
-
COLUMNNAME_IsPurchaseQty
Column name IsPurchaseQty- See Also:
-
COLUMNNAME_IsRfQQty
Column name IsRfQQty- See Also:
-
COLUMNNAME_Margin
Column name Margin- See Also:
-
COLUMNNAME_OfferAmt
Column name OfferAmt- See Also:
-
COLUMNNAME_Qty
Column name Qty- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setBenchmarkPrice
Set Benchmark Price. Price to compare responses to -
getBenchmarkPrice
BigDecimal getBenchmarkPrice()Get Benchmark Price. Price to compare responses to -
setBestResponseAmt
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
- 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
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
- 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
Set Margin %. Margin for a product as a percentage -
getMargin
BigDecimal getMargin()Get Margin %. Margin for a product as a percentage -
setOfferAmt
Set Offer Amount. Amount of the Offer -
getOfferAmt
BigDecimal getOfferAmt()Get Offer Amount. Amount of the Offer -
setQty
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
-