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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 1 - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_RfQLineQty_IDstatic final StringColumn name C_RfQResponseLine_IDstatic final StringColumn name C_RfQResponseLineQty_IDstatic final StringColumn name C_RfQResponseLineQty_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Discountstatic final StringColumn name IsActivestatic final StringColumn name Pricestatic final StringColumn name Rankingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=672static final StringTableName=C_RfQResponseLineQty -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet RfQ Line Quantity.Deprecated.intGet RfQ Response Line.intGet RfQ Response Line Qty.Get C_RfQResponseLineQty_UUGet Created.intGet Created By.Get Discount %.getPrice()Get Price.intGet Ranking.Get Updated.intGet 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 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_C_RfQLineQty_ID
Column name C_RfQLineQty_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_C_RfQResponseLine_ID
Column name C_RfQResponseLine_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- 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 -
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
Deprecated.- 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 -
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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
-