Adempiere 3.5.2a

org.compiere.model
Interface I_M_PriceList_Version

All Known Implementing Classes:
MPriceListVersion, X_M_PriceList_Version

public interface I_M_PriceList_Version

Generated Interface for M_PriceList_Version

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_DiscountSchema_ID
          Column name M_DiscountSchema_ID
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_M_Pricelist_Version_Base_ID
          Column name M_Pricelist_Version_Base_ID
static String COLUMNNAME_M_PriceList_Version_ID
          Column name M_PriceList_Version_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ProcCreate
          Column name ProcCreate
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=295
static String Table_Name
          TableName=M_PriceList_Version
 
Method Summary
 String getDescription()
          Get Description.
 int getM_DiscountSchema_ID()
          Get Discount Schema.
 I_M_DiscountSchema getM_DiscountSchema()
           
 int getM_PriceList_ID()
          Get Price List.
 int getM_Pricelist_Version_Base_ID()
          Get Base Price List.
 int getM_PriceList_Version_ID()
          Get Price List Version.
 I_M_PriceList getM_PriceList()
           
 String getName()
          Get Name.
 String getProcCreate()
          Get Create
 Timestamp getValidFrom()
          Get Valid from.
 void setDescription(String Description)
          Set Description.
 void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
          Set Discount Schema.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setM_Pricelist_Version_Base_ID(int M_Pricelist_Version_Base_ID)
          Set Base Price List.
 void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
          Set Price List Version.
 void setName(String Name)
          Set Name.
 void setProcCreate(String ProcCreate)
          Set Create
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_PriceList_Version

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=295


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_M_DiscountSchema_ID

static final String COLUMNNAME_M_DiscountSchema_ID
Column name M_DiscountSchema_ID

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_Base_ID

static final String COLUMNNAME_M_Pricelist_Version_Base_ID
Column name M_Pricelist_Version_Base_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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ProcCreate

static final String COLUMNNAME_ProcCreate
Column name ProcCreate

See Also:
Constant Field Values

COLUMNNAME_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values
Method Detail

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setM_DiscountSchema_ID

void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
Set Discount Schema. Schema to calculate the trade discount percentage


getM_DiscountSchema_ID

int getM_DiscountSchema_ID()
Get Discount Schema. Schema to calculate the trade discount percentage


getM_DiscountSchema

I_M_DiscountSchema getM_DiscountSchema()
                                       throws Exception
Throws:
Exception

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

setM_Pricelist_Version_Base_ID

void setM_Pricelist_Version_Base_ID(int M_Pricelist_Version_Base_ID)
Set Base Price List. Source for Price list calculations


getM_Pricelist_Version_Base_ID

int getM_Pricelist_Version_Base_ID()
Get Base Price List. Source for Price list calculations


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


setName

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


getName

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


setProcCreate

void setProcCreate(String ProcCreate)
Set Create


getProcCreate

String getProcCreate()
Get Create


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)


Adempiere 3.5.2a

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