Package org.compiere.model
Interface I_I_PriceList
-
- All Known Implementing Classes:
X_I_PriceList
public interface I_I_PriceListGenerated Interface for I_PriceList- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 2 - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BPartner_ValueColumn name BPartner_Valuestatic StringCOLUMNNAME_BreakValueColumn name BreakValuestatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_UOM_IDColumn name C_UOM_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EnforcePriceLimitColumn name EnforcePriceLimitstatic StringCOLUMNNAME_I_ErrorMsgColumn name I_ErrorMsgstatic StringCOLUMNNAME_I_IsImportedColumn name I_IsImportedstatic StringCOLUMNNAME_I_PriceList_IDColumn name I_PriceList_IDstatic StringCOLUMNNAME_I_PriceList_UUColumn name I_PriceList_UUstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ISO_CodeColumn name ISO_Codestatic StringCOLUMNNAME_IsSOPriceListColumn name IsSOPriceListstatic StringCOLUMNNAME_IsTaxIncludedColumn name IsTaxIncludedstatic StringCOLUMNNAME_M_PriceList_IDColumn name M_PriceList_IDstatic StringCOLUMNNAME_M_PriceList_Version_IDColumn name M_PriceList_Version_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PriceLimitColumn name PriceLimitstatic StringCOLUMNNAME_PriceListColumn name PriceListstatic StringCOLUMNNAME_PricePrecisionColumn name PricePrecisionstatic StringCOLUMNNAME_PriceStdColumn name PriceStdstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_ProductValueColumn name ProductValuestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValidFromColumn name ValidFromstatic StringCOLUMNNAME_X12DE355Column name X12DE355static KeyNamePairModelstatic intTable_IDAD_Table_ID=53173static StringTable_NameTableName=I_PriceList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetBPartner_Value()Get Business Partner Key.BigDecimalgetBreakValue()Get Break Value.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_UOMgetC_UOM()intgetC_UOM_ID()Get UOM.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetI_ErrorMsg()Get Import Error Message.intgetI_PriceList_ID()Get Import Price ListStringgetI_PriceList_UU()Get I_PriceList_UUStringgetISO_Code()Get ISO Currency Code.I_M_PriceListgetM_PriceList()intgetM_PriceList_ID()Get Price List.I_M_PriceList_VersiongetM_PriceList_Version()intgetM_PriceList_Version_ID()Get Price List Version.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetName()Get Name.BigDecimalgetPriceLimit()Get Limit Price.BigDecimalgetPriceList()Get List Price.intgetPricePrecision()Get Price Precision.BigDecimalgetPriceStd()Get Standard Price.StringgetProductValue()Get Product Key.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.TimestampgetValidFrom()Get Valid from.StringgetX12DE355()Get UOM Code.booleanisActive()Get Active.booleanisEnforcePriceLimit()Get Enforce price limit.booleanisI_IsImported()Get Imported.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowbooleanisSOPriceList()Get Sales Price list.booleanisTaxIncluded()Get Price includes Tax.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBPartner_Value(String BPartner_Value)Set Business Partner Key.voidsetBreakValue(BigDecimal BreakValue)Set Break Value.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_UOM_ID(int C_UOM_ID)Set UOM.voidsetDescription(String Description)Set Description.voidsetEnforcePriceLimit(boolean EnforcePriceLimit)Set Enforce price limit.voidsetI_ErrorMsg(String I_ErrorMsg)Set Import Error Message.voidsetI_IsImported(boolean I_IsImported)Set Imported.voidsetI_PriceList_ID(int I_PriceList_ID)Set Import Price ListvoidsetI_PriceList_UU(String I_PriceList_UU)Set I_PriceList_UUvoidsetIsActive(boolean IsActive)Set Active.voidsetISO_Code(String ISO_Code)Set ISO Currency Code.voidsetIsSOPriceList(boolean IsSOPriceList)Set Sales Price list.voidsetIsTaxIncluded(boolean IsTaxIncluded)Set Price includes Tax.voidsetM_PriceList_ID(int M_PriceList_ID)Set Price List.voidsetM_PriceList_Version_ID(int M_PriceList_Version_ID)Set Price List Version.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetName(String Name)Set Name.voidsetPriceLimit(BigDecimal PriceLimit)Set Limit Price.voidsetPriceList(BigDecimal PriceList)Set List Price.voidsetPricePrecision(int PricePrecision)Set Price Precision.voidsetPriceStd(BigDecimal PriceStd)Set Standard Price.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetProductValue(String ProductValue)Set Product Key.voidsetValidFrom(Timestamp ValidFrom)Set Valid from.voidsetX12DE355(String X12DE355)Set UOM Code.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=I_PriceList- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53173- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
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_BPartner_Value
static final String COLUMNNAME_BPartner_Value
Column name BPartner_Value- See Also:
- Constant Field Values
-
COLUMNNAME_BreakValue
static final String COLUMNNAME_BreakValue
Column name BreakValue- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_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_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EnforcePriceLimit
static final String COLUMNNAME_EnforcePriceLimit
Column name EnforcePriceLimit- See Also:
- Constant Field Values
-
COLUMNNAME_I_ErrorMsg
static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg- See Also:
- Constant Field Values
-
COLUMNNAME_I_IsImported
static final String COLUMNNAME_I_IsImported
Column name I_IsImported- See Also:
- Constant Field Values
-
COLUMNNAME_I_PriceList_ID
static final String COLUMNNAME_I_PriceList_ID
Column name I_PriceList_ID- See Also:
- Constant Field Values
-
COLUMNNAME_I_PriceList_UU
static final String COLUMNNAME_I_PriceList_UU
Column name I_PriceList_UU- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_ISO_Code
static final String COLUMNNAME_ISO_Code
Column name ISO_Code- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOPriceList
static final String COLUMNNAME_IsSOPriceList
Column name IsSOPriceList- See Also:
- Constant Field Values
-
COLUMNNAME_IsTaxIncluded
static final String COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded- See Also:
- Constant Field Values
-
COLUMNNAME_M_PriceList_ID
static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_PriceList_Version_ID
static final String COLUMNNAME_M_PriceList_Version_ID
Column name M_PriceList_Version_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLimit
static final String COLUMNNAME_PriceLimit
Column name PriceLimit- See Also:
- Constant Field Values
-
COLUMNNAME_PriceList
static final String COLUMNNAME_PriceList
Column name PriceList- See Also:
- Constant Field Values
-
COLUMNNAME_PricePrecision
static final String COLUMNNAME_PricePrecision
Column name PricePrecision- See Also:
- Constant Field Values
-
COLUMNNAME_PriceStd
static final String COLUMNNAME_PriceStd
Column name PriceStd- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_ProductValue
static final String COLUMNNAME_ProductValue
Column name ProductValue- 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
-
COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
- Constant Field Values
-
COLUMNNAME_X12DE355
static final String COLUMNNAME_X12DE355
Column name X12DE355- 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
-
setBPartner_Value
void setBPartner_Value(String BPartner_Value)
Set Business Partner Key. The Key of the Business Partner
-
getBPartner_Value
String getBPartner_Value()
Get Business Partner Key. The Key of the Business Partner
-
setBreakValue
void setBreakValue(BigDecimal BreakValue)
Set Break Value. Low Value of trade discount break level
-
getBreakValue
BigDecimal getBreakValue()
Get Break Value. Low Value of trade discount break level
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record
-
getC_Currency_ID
int getC_Currency_ID()
Get Currency. The Currency for this record
-
getC_Currency
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEnforcePriceLimit
void setEnforcePriceLimit(boolean EnforcePriceLimit)
Set Enforce price limit. Do not allow prices below the limit price
-
isEnforcePriceLimit
boolean isEnforcePriceLimit()
Get Enforce price limit. Do not allow prices below the limit price
-
setI_ErrorMsg
void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process
-
getI_ErrorMsg
String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process
-
setI_IsImported
void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed
-
isI_IsImported
boolean isI_IsImported()
Get Imported. Has this import been processed
-
setI_PriceList_ID
void setI_PriceList_ID(int I_PriceList_ID)
Set Import Price List
-
getI_PriceList_ID
int getI_PriceList_ID()
Get Import Price List
-
setI_PriceList_UU
void setI_PriceList_UU(String I_PriceList_UU)
Set I_PriceList_UU
-
getI_PriceList_UU
String getI_PriceList_UU()
Get I_PriceList_UU
-
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
-
setISO_Code
void setISO_Code(String ISO_Code)
Set ISO Currency Code. Three letter ISO 4217 Code of the Currency
-
getISO_Code
String getISO_Code()
Get ISO Currency Code. Three letter ISO 4217 Code of the Currency
-
setIsSOPriceList
void setIsSOPriceList(boolean IsSOPriceList)
Set Sales Price list. This is a Sales Price List
-
isSOPriceList
boolean isSOPriceList()
Get Sales Price list. This is a Sales Price List
-
setIsTaxIncluded
void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. Tax is included in the price
-
isTaxIncluded
boolean isTaxIncluded()
Get Price includes Tax. Tax is included in the price
-
setM_PriceList_ID
void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List
-
getM_PriceList_ID
int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List
-
getM_PriceList
I_M_PriceList getM_PriceList() throws RuntimeException
- Throws:
RuntimeException
-
setM_PriceList_Version_ID
void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
Set Price List Version. Identifies a unique instance of a Price List
-
getM_PriceList_Version_ID
int getM_PriceList_Version_ID()
Get Price List Version. Identifies a unique instance of a Price List
-
getM_PriceList_Version
I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPriceLimit
void setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. Lowest price for a product
-
getPriceLimit
BigDecimal getPriceLimit()
Get Limit Price. Lowest price for a product
-
setPriceList
void setPriceList(BigDecimal PriceList)
Set List Price. List Price
-
getPriceList
BigDecimal getPriceList()
Get List Price. List Price
-
setPricePrecision
void setPricePrecision(int PricePrecision)
Set Price Precision. Precision (number of decimals) for the Price
-
getPricePrecision
int getPricePrecision()
Get Price Precision. Precision (number of decimals) for the Price
-
setPriceStd
void setPriceStd(BigDecimal PriceStd)
Set Standard Price. Standard Price
-
getPriceStd
BigDecimal getPriceStd()
Get Standard Price. Standard Price
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setProductValue
void setProductValue(String ProductValue)
Set Product Key. Key of the Product
-
getProductValue
String getProductValue()
Get Product Key. Key of the Product
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
setX12DE355
void setX12DE355(String X12DE355)
Set UOM Code. UOM EDI X12 Code
-
getX12DE355
String getX12DE355()
Get UOM Code. UOM EDI X12 Code
-
-