Package org.compiere.model
Interface I_M_PriceList
- All Known Implementing Classes:
MPriceList,X_M_PriceList
public interface I_M_PriceList
Generated Interface for M_PriceList
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name BasePriceList_IDstatic final StringColumn name C_Currency_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name EnforcePriceLimitstatic final StringColumn name IsActivestatic final StringColumn name IsDefaultstatic final StringColumn name IsMandatorystatic final StringColumn name isPresentForProductstatic final StringColumn name IsSOPriceListstatic final StringColumn name IsTaxIncludedstatic final StringColumn name M_PriceList_IDstatic final StringColumn name M_PriceList_UUstatic final StringColumn name Namestatic final StringColumn name PricePrecisionstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=255static final StringTableName=M_PriceList -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Base Price List.Deprecated.intGet Currency.Get Created.intGet Created By.Get Description.intGet Price List.Get M_PriceList_UUgetName()Get Name.intGet Price Precision.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Default.booleanGet Enforce price limit.booleanGet Mandatory.booleanGet Is Present For ProductbooleanGet Sales Price list.booleanGet Price includes Tax.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetBasePriceList_ID(int BasePriceList_ID) Set Base Price List.voidsetC_Currency_ID(int C_Currency_ID) Set Currency.voidsetDescription(String Description) Set Description.voidsetEnforcePriceLimit(boolean EnforcePriceLimit) Set Enforce price limit.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDefault(boolean IsDefault) Set Default.voidsetIsMandatory(boolean IsMandatory) Set Mandatory.voidsetisPresentForProduct(boolean isPresentForProduct) Set Is Present For ProductvoidsetIsSOPriceList(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_UU(String M_PriceList_UU) Set M_PriceList_UUvoidSet Name.voidsetPricePrecision(int PricePrecision) Set Price Precision.
-
Field Details
-
Table_Name
TableName=M_PriceList- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=255- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_BasePriceList_ID
Column name BasePriceList_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EnforcePriceLimit
Column name EnforcePriceLimit- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsMandatory
Column name IsMandatory- See Also:
-
COLUMNNAME_IsSOPriceList
Column name IsSOPriceList- See Also:
-
COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded- See Also:
-
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID- See Also:
-
COLUMNNAME_M_PriceList_UU
Column name M_PriceList_UU- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PricePrecision
Column name PricePrecision- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_isPresentForProduct
Column name isPresentForProduct- 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 -
setBasePriceList_ID
void setBasePriceList_ID(int BasePriceList_ID) Set Base Price List. Pricelist to be used, if product not found on this pricelist -
getBasePriceList_ID
int getBasePriceList_ID()Get Base Price List. Pricelist to be used, if product not found on this pricelist -
getBasePriceList
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
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 -
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 -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setIsMandatory
void setIsMandatory(boolean IsMandatory) Set Mandatory. Data entry is required in this column -
isMandatory
boolean isMandatory()Get Mandatory. Data entry is required in this column -
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 -
setM_PriceList_UU
Set M_PriceList_UU -
getM_PriceList_UU
String getM_PriceList_UU()Get M_PriceList_UU -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setisPresentForProduct
void setisPresentForProduct(boolean isPresentForProduct) Set Is Present For Product -
isPresentForProduct
boolean isPresentForProduct()Get Is Present For Product
-