Adempiere 3.5.2a

org.compiere.model
Interface I_M_DiscountSchemaBreak

All Known Implementing Classes:
MDiscountSchemaBreak, X_M_DiscountSchemaBreak

public interface I_M_DiscountSchemaBreak

Generated Interface for M_DiscountSchemaBreak

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_BreakDiscount
          Column name BreakDiscount
static String COLUMNNAME_BreakValue
          Column name BreakValue
static String COLUMNNAME_IsBPartnerFlatDiscount
          Column name IsBPartnerFlatDiscount
static String COLUMNNAME_M_DiscountSchema_ID
          Column name M_DiscountSchema_ID
static String COLUMNNAME_M_DiscountSchemaBreak_ID
          Column name M_DiscountSchemaBreak_ID
static String COLUMNNAME_M_Product_Category_ID
          Column name M_Product_Category_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=476
static String Table_Name
          TableName=M_DiscountSchemaBreak
 
Method Summary
 BigDecimal getBreakDiscount()
          Get Break Discount %.
 BigDecimal getBreakValue()
          Get Break Value.
 int getM_DiscountSchema_ID()
          Get Discount Schema.
 I_M_DiscountSchema getM_DiscountSchema()
           
 int getM_DiscountSchemaBreak_ID()
          Get Discount Schema Break.
 int getM_Product_Category_ID()
          Get Product Category.
 I_M_Product_Category getM_Product_Category()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getSeqNo()
          Get Sequence.
 boolean isBPartnerFlatDiscount()
          Get B.Partner Flat Discount.
 void setBreakDiscount(BigDecimal BreakDiscount)
          Set Break Discount %.
 void setBreakValue(BigDecimal BreakValue)
          Set Break Value.
 void setIsBPartnerFlatDiscount(boolean IsBPartnerFlatDiscount)
          Set B.Partner Flat Discount.
 void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
          Set Discount Schema.
 void setM_DiscountSchemaBreak_ID(int M_DiscountSchemaBreak_ID)
          Set Discount Schema Break.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_DiscountSchemaBreak

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=476


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_BreakDiscount

static final String COLUMNNAME_BreakDiscount
Column name BreakDiscount

See Also:
Constant Field Values

COLUMNNAME_BreakValue

static final String COLUMNNAME_BreakValue
Column name BreakValue

See Also:
Constant Field Values

COLUMNNAME_IsBPartnerFlatDiscount

static final String COLUMNNAME_IsBPartnerFlatDiscount
Column name IsBPartnerFlatDiscount

See Also:
Constant Field Values

COLUMNNAME_M_DiscountSchemaBreak_ID

static final String COLUMNNAME_M_DiscountSchemaBreak_ID
Column name M_DiscountSchemaBreak_ID

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_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_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_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setBreakDiscount

void setBreakDiscount(BigDecimal BreakDiscount)
Set Break Discount %. Trade Discount in Percent for the break level


getBreakDiscount

BigDecimal getBreakDiscount()
Get Break Discount %. Trade Discount in Percent for the break level


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


setIsBPartnerFlatDiscount

void setIsBPartnerFlatDiscount(boolean IsBPartnerFlatDiscount)
Set B.Partner Flat Discount. Use flat discount defined on Business Partner Level


isBPartnerFlatDiscount

boolean isBPartnerFlatDiscount()
Get B.Partner Flat Discount. Use flat discount defined on Business Partner Level


setM_DiscountSchemaBreak_ID

void setM_DiscountSchemaBreak_ID(int M_DiscountSchemaBreak_ID)
Set Discount Schema Break. Trade Discount Break


getM_DiscountSchemaBreak_ID

int getM_DiscountSchemaBreak_ID()
Get Discount Schema Break. Trade Discount Break


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_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           throws Exception
Throws:
Exception

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

setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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