Package org.compiere.model
Interface I_C_RfQResponseLineQty
-
- All Known Implementing Classes:
MRfQResponseLineQty,X_C_RfQResponseLineQty
public interface I_C_RfQResponseLineQtyGenerated Interface for C_RfQResponseLineQty- 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_C_RfQLineQty_IDColumn name C_RfQLineQty_IDstatic StringCOLUMNNAME_C_RfQResponseLine_IDColumn name C_RfQResponseLine_IDstatic StringCOLUMNNAME_C_RfQResponseLineQty_IDColumn name C_RfQResponseLineQty_IDstatic StringCOLUMNNAME_C_RfQResponseLineQty_UUColumn name C_RfQResponseLineQty_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DiscountColumn name Discountstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_PriceColumn name Pricestatic StringCOLUMNNAME_RankingColumn name Rankingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=672static StringTable_NameTableName=C_RfQResponseLineQty
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_RfQLineQtygetC_RfQLineQty()intgetC_RfQLineQty_ID()Get RfQ Line Quantity.I_C_RfQResponseLinegetC_RfQResponseLine()intgetC_RfQResponseLine_ID()Get RfQ Response Line.intgetC_RfQResponseLineQty_ID()Get RfQ Response Line Qty.StringgetC_RfQResponseLineQty_UU()Get C_RfQResponseLineQty_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetDiscount()Get Discount %.BigDecimalgetPrice()Get Price.intgetRanking()Get Ranking.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_RfQLineQty_ID(int C_RfQLineQty_ID)Set RfQ Line Quantity.voidsetC_RfQResponseLine_ID(int C_RfQResponseLine_ID)Set RfQ Response Line.voidsetC_RfQResponseLineQty_ID(int C_RfQResponseLineQty_ID)Set RfQ Response Line Qty.voidsetC_RfQResponseLineQty_UU(String C_RfQResponseLineQty_UU)Set C_RfQResponseLineQty_UUvoidsetDiscount(BigDecimal Discount)Set Discount %.voidsetIsActive(boolean IsActive)Set Active.voidsetPrice(BigDecimal Price)Set Price.voidsetRanking(int Ranking)Set Ranking.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_RfQResponseLineQty- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=672- 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_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_RfQLineQty_ID
static final String COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQResponseLine_ID
static final String COLUMNNAME_C_RfQResponseLine_ID
Column name C_RfQResponseLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQResponseLineQty_ID
static final String COLUMNNAME_C_RfQResponseLineQty_ID
Column name C_RfQResponseLineQty_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_RfQResponseLineQty_UU
static final String COLUMNNAME_C_RfQResponseLineQty_UU
Column name C_RfQResponseLineQty_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Discount
static final String COLUMNNAME_Discount
Column name Discount- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Price
static final String COLUMNNAME_Price
Column name Price- See Also:
- Constant Field Values
-
COLUMNNAME_Ranking
static final String COLUMNNAME_Ranking
Column name Ranking- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
getC_RfQLineQty
I_C_RfQLineQty getC_RfQLineQty() throws RuntimeException
- Throws:
RuntimeException
-
setC_RfQResponseLine_ID
void setC_RfQResponseLine_ID(int C_RfQResponseLine_ID)
Set RfQ Response Line. Request for Quotation Response Line
-
getC_RfQResponseLine_ID
int getC_RfQResponseLine_ID()
Get RfQ Response Line. Request for Quotation Response Line
-
getC_RfQResponseLine
I_C_RfQResponseLine getC_RfQResponseLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_RfQResponseLineQty_ID
void setC_RfQResponseLineQty_ID(int C_RfQResponseLineQty_ID)
Set RfQ Response Line Qty. Request for Quotation Response Line Quantity
-
getC_RfQResponseLineQty_ID
int getC_RfQResponseLineQty_ID()
Get RfQ Response Line Qty. Request for Quotation Response Line Quantity
-
setC_RfQResponseLineQty_UU
void setC_RfQResponseLineQty_UU(String C_RfQResponseLineQty_UU)
Set C_RfQResponseLineQty_UU
-
getC_RfQResponseLineQty_UU
String getC_RfQResponseLineQty_UU()
Get C_RfQResponseLineQty_UU
-
setDiscount
void setDiscount(BigDecimal Discount)
Set Discount %. Discount in percent
-
getDiscount
BigDecimal getDiscount()
Get Discount %. Discount in percent
-
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
-
setPrice
void setPrice(BigDecimal Price)
Set Price. Price
-
getPrice
BigDecimal getPrice()
Get Price. Price
-
setRanking
void setRanking(int Ranking)
Set Ranking. Relative Rank Number
-
getRanking
int getRanking()
Get Ranking. Relative Rank Number
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-