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 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 BreakDiscountstatic final StringColumn name BreakValuestatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name FixedPricestatic final StringColumn name IsActivestatic final StringColumn name IsBPartnerFlatDiscountstatic final StringColumn name M_DiscountSchema_IDstatic final StringColumn name M_DiscountSchemaBreak_IDstatic final StringColumn name M_DiscountSchemaBreak_UUstatic final StringColumn name M_Product_Category_IDstatic final StringColumn name M_Product_IDstatic final StringColumn name SeqNostatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=476static final StringTableName=M_DiscountSchemaBreak -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Break Discount %.Get Break Value.Get Created.intGet Created By.Get Fixed Price.Deprecated.intGet Discount Schema.intGet Discount Schema Break.Get M_DiscountSchemaBreak_UUDeprecated.Deprecated.intGet Product Category.intGet Product.intgetSeqNo()Get Sequence.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet B.Partner Flat Discount.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetBreakDiscount(BigDecimal BreakDiscount) Set Break Discount %.voidsetBreakValue(BigDecimal BreakValue) Set Break Value.voidsetFixedPrice(BigDecimal FixedPrice) Set Fixed Price.voidsetIsActive(boolean IsActive) Set Active.voidsetIsBPartnerFlatDiscount(boolean IsBPartnerFlatDiscount) Set B.Partner Flat Discount.voidsetM_DiscountSchema_ID(int M_DiscountSchema_ID) Set Discount Schema.voidsetM_DiscountSchemaBreak_ID(int M_DiscountSchemaBreak_ID) Set Discount Schema Break.voidsetM_DiscountSchemaBreak_UU(String M_DiscountSchemaBreak_UU) Set M_DiscountSchemaBreak_UUvoidsetM_Product_Category_ID(int M_Product_Category_ID) Set Product Category.voidsetM_Product_ID(int M_Product_ID) Set Product.voidsetSeqNo(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=M_DiscountSchemaBreak- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=476- 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_BreakDiscount
Column name BreakDiscount- See Also:
-
COLUMNNAME_BreakValue
Column name BreakValue- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_FixedPrice
Column name FixedPrice- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsBPartnerFlatDiscount
Column name IsBPartnerFlatDiscount- See Also:
-
COLUMNNAME_M_DiscountSchemaBreak_ID
Column name M_DiscountSchemaBreak_ID- See Also:
-
COLUMNNAME_M_DiscountSchemaBreak_UU
Column name M_DiscountSchemaBreak_UU- See Also:
-
COLUMNNAME_M_DiscountSchema_ID
Column name M_DiscountSchema_ID- See Also:
-
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 -
setBreakDiscount
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
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 -
setFixedPrice
Set Fixed Price. Fixed Price for Product -
getFixedPrice
BigDecimal getFixedPrice()Get Fixed Price. Fixed Price for Product -
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
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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
-