Package org.compiere.model
Interface I_C_RfQResponseLineQty
- All Known Implementing Classes:
MRfQResponseLineQty
,X_C_RfQResponseLineQty
public interface I_C_RfQResponseLineQty
Generated Interface for C_RfQResponseLineQty
- 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 C_RfQLineQty_IDstatic final String
Column name C_RfQResponseLine_IDstatic final String
Column name C_RfQResponseLineQty_IDstatic final String
Column name C_RfQResponseLineQty_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Discountstatic final String
Column name IsActivestatic final String
Column name Pricestatic final String
Column name Rankingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=672static final String
TableName=C_RfQResponseLineQty -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get RfQ Line Quantity.int
Get RfQ Response Line.int
Get RfQ Response Line Qty.Get C_RfQResponseLineQty_UUGet Created.int
Get Created By.Get Discount %.getPrice()
Get Price.int
Get Ranking.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_RfQLineQty_ID
(int C_RfQLineQty_ID) Set RfQ Line Quantity.void
setC_RfQResponseLine_ID
(int C_RfQResponseLine_ID) Set RfQ Response Line.void
setC_RfQResponseLineQty_ID
(int C_RfQResponseLineQty_ID) Set RfQ Response Line Qty.void
setC_RfQResponseLineQty_UU
(String C_RfQResponseLineQty_UU) Set C_RfQResponseLineQty_UUvoid
setDiscount
(BigDecimal Discount) Set Discount %.void
setIsActive
(boolean IsActive) Set Active.void
setPrice
(BigDecimal Price) Set Price.void
setRanking
(int Ranking) Set Ranking.
-
Field Details
-
Table_Name
TableName=C_RfQResponseLineQty- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=672- 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_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_RfQLineQty_ID
Column name C_RfQLineQty_ID- See Also:
-
COLUMNNAME_C_RfQResponseLine_ID
Column name C_RfQResponseLine_ID- See Also:
-
COLUMNNAME_C_RfQResponseLineQty_ID
Column name C_RfQResponseLineQty_ID- See Also:
-
COLUMNNAME_C_RfQResponseLineQty_UU
Column name C_RfQResponseLineQty_UU- See Also:
-
COLUMNNAME_Discount
Column name Discount- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Price
Column name Price- See Also:
-
COLUMNNAME_Ranking
Column name Ranking- 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 -
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
- 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
- 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
Set C_RfQResponseLineQty_UU -
getC_RfQResponseLineQty_UU
String getC_RfQResponseLineQty_UU()Get C_RfQResponseLineQty_UU -
setDiscount
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
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
-