Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BreakDiscount
Column name BreakDiscountstatic String
COLUMNNAME_BreakValue
Column name BreakValuestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsBPartnerFlatDiscount
Column name IsBPartnerFlatDiscountstatic String
COLUMNNAME_M_DiscountSchema_ID
Column name M_DiscountSchema_IDstatic String
COLUMNNAME_M_DiscountSchemaBreak_ID
Column name M_DiscountSchemaBreak_IDstatic String
COLUMNNAME_M_DiscountSchemaBreak_UU
Column name M_DiscountSchemaBreak_UUstatic String
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=476static String
Table_Name
TableName=M_DiscountSchemaBreak
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getBreakDiscount()
Get Break Discount %.BigDecimal
getBreakValue()
Get Break Value.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_DiscountSchema
getM_DiscountSchema()
int
getM_DiscountSchema_ID()
Get Discount Schema.int
getM_DiscountSchemaBreak_ID()
Get Discount Schema Break.String
getM_DiscountSchemaBreak_UU()
Get M_DiscountSchemaBreak_UUI_M_Product
getM_Product()
I_M_Product_Category
getM_Product_Category()
int
getM_Product_Category_ID()
Get Product Category.int
getM_Product_ID()
Get Product.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isBPartnerFlatDiscount()
Get B.Partner Flat Discount.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setBreakDiscount(BigDecimal BreakDiscount)
Set Break Discount %.void
setBreakValue(BigDecimal BreakValue)
Set Break Value.void
setIsActive(boolean IsActive)
Set Active.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_DiscountSchemaBreak_UU(String M_DiscountSchemaBreak_UU)
Set M_DiscountSchemaBreak_UUvoid
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
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_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_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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_DiscountSchemaBreak_UU
static final String COLUMNNAME_M_DiscountSchemaBreak_UU
Column name M_DiscountSchemaBreak_UU- 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
-
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
-
-
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
-
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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
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_DiscountSchemaBreak_UU
void setM_DiscountSchemaBreak_UU(String M_DiscountSchemaBreak_UU)
Set M_DiscountSchemaBreak_UU
-
getM_DiscountSchemaBreak_UU
String getM_DiscountSchemaBreak_UU()
Get M_DiscountSchemaBreak_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
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 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
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-