Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_BasePriceList_ID
          Column name BasePriceList_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EnforcePriceLimit
          Column name EnforcePriceLimit
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsSOPriceList
          Column name IsSOPriceList
static String COLUMNNAME_IsTaxIncluded
          Column name IsTaxIncluded
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PricePrecision
          Column name PricePrecision
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=255
static String Table_Name
          TableName=M_PriceList
 
Method Summary
 int getBasePriceList_ID()
          Get Base Pricelist.
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 String getDescription()
          Get Description.
 int getM_PriceList_ID()
          Get Price List.
 String getName()
          Get Name.
 BigDecimal getPricePrecision()
          Get Price Precision.
 boolean isDefault()
          Get Default.
 boolean isEnforcePriceLimit()
          Get Enforce price limit.
 boolean isSOPriceList()
          Get Sales Price list.
 boolean isTaxIncluded()
          Get Price includes Tax.
 void setBasePriceList_ID(int BasePriceList_ID)
          Set Base Pricelist.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setDescription(String Description)
          Set Description.
 void setEnforcePriceLimit(boolean EnforcePriceLimit)
          Set Enforce price limit.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsSOPriceList(boolean IsSOPriceList)
          Set Sales Price list.
 void setIsTaxIncluded(boolean IsTaxIncluded)
          Set Price includes Tax.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setName(String Name)
          Set Name.
 void setPricePrecision(BigDecimal PricePrecision)
          Set Price Precision.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_PriceList

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=255


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_BasePriceList_ID

static final String COLUMNNAME_BasePriceList_ID
Column name BasePriceList_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_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_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PricePrecision

static final String COLUMNNAME_PricePrecision
Column name PricePrecision

See Also:
Constant Field Values
Method Detail

setBasePriceList_ID

void setBasePriceList_ID(int BasePriceList_ID)
Set Base Pricelist. Pricelist to be used, if product not found on this pricelist


getBasePriceList_ID

int getBasePriceList_ID()
Get Base Pricelist. Pricelist to be used, if product not found on this pricelist


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 Exception
Throws:
Exception

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


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


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


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPricePrecision

void setPricePrecision(BigDecimal PricePrecision)
Set Price Precision. Precision (number of decimals) for the Price


getPricePrecision

BigDecimal getPricePrecision()
Get Price Precision. Precision (number of decimals) for the Price


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.