Package org.compiere.model
Interface I_M_PromotionPreCondition
-
- All Known Implementing Classes:
MPromotionPreCondition
,X_M_PromotionPreCondition
public interface I_M_PromotionPreCondition
Generated Interface for M_PromotionPreCondition- 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_C_Activity_ID
Column name C_Activity_IDstatic String
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_EndDate
Column name EndDatestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_IDstatic String
COLUMNNAME_M_Promotion_ID
Column name M_Promotion_IDstatic String
COLUMNNAME_M_PromotionPreCondition_ID
Column name M_PromotionPreCondition_IDstatic String
COLUMNNAME_M_PromotionPreCondition_UU
Column name M_PromotionPreCondition_UUstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_PromotionCode
Column name PromotionCodestatic String
COLUMNNAME_PromotionCounter
Column name PromotionCounterstatic String
COLUMNNAME_PromotionUsageLimit
Column name PromotionUsageLimitstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_StartDate
Column name StartDatestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53180static String
Table_Name
TableName=M_PromotionPreCondition
-
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.I_C_Activity
getC_Activity()
int
getC_Activity_ID()
Get Activity.I_C_BP_Group
getC_BP_Group()
int
getC_BP_Group_ID()
Get Business Partner Group.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getEndDate()
Get End Date.I_M_PriceList
getM_PriceList()
int
getM_PriceList_ID()
Get Price List.I_M_Promotion
getM_Promotion()
int
getM_Promotion_ID()
Get Promotionint
getM_PromotionPreCondition_ID()
Get Promotion Pre ConditionString
getM_PromotionPreCondition_UU()
Get M_PromotionPreCondition_UUI_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.String
getPromotionCode()
Get Promotion Code.int
getPromotionCounter()
Get Usage Counter.int
getPromotionUsageLimit()
Get Usage Limit.int
getSeqNo()
Get Sequence.Timestamp
getStartDate()
Get Start Date.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Activity_ID(int C_Activity_ID)
Set Activity.void
setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setEndDate(Timestamp EndDate)
Set End Date.void
setIsActive(boolean IsActive)
Set Active.void
setM_PriceList_ID(int M_PriceList_ID)
Set Price List.void
setM_Promotion_ID(int M_Promotion_ID)
Set Promotionvoid
setM_PromotionPreCondition_ID(int M_PromotionPreCondition_ID)
Set Promotion Pre Conditionvoid
setM_PromotionPreCondition_UU(String M_PromotionPreCondition_UU)
Set M_PromotionPreCondition_UUvoid
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.void
setPromotionCode(String PromotionCode)
Set Promotion Code.void
setPromotionCounter(int PromotionCounter)
Set Usage Counter.void
setPromotionUsageLimit(int PromotionUsageLimit)
Set Usage Limit.void
setSeqNo(int SeqNo)
Set Sequence.void
setStartDate(Timestamp StartDate)
Set Start Date.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_PromotionPreCondition- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53180- 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_C_Activity_ID
static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BP_Group_ID
static final String COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_ID- 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_EndDate
static final String COLUMNNAME_EndDate
Column name EndDate- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Promotion_ID
static final String COLUMNNAME_M_Promotion_ID
Column name M_Promotion_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_PromotionPreCondition_ID
static final String COLUMNNAME_M_PromotionPreCondition_ID
Column name M_PromotionPreCondition_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_PromotionPreCondition_UU
static final String COLUMNNAME_M_PromotionPreCondition_UU
Column name M_PromotionPreCondition_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PromotionCode
static final String COLUMNNAME_PromotionCode
Column name PromotionCode- See Also:
- Constant Field Values
-
COLUMNNAME_PromotionCounter
static final String COLUMNNAME_PromotionCounter
Column name PromotionCounter- See Also:
- Constant Field Values
-
COLUMNNAME_PromotionUsageLimit
static final String COLUMNNAME_PromotionUsageLimit
Column name PromotionUsageLimit- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_StartDate
static final String COLUMNNAME_StartDate
Column name StartDate- 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
-
setC_Activity_ID
void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity
-
getC_Activity_ID
int getC_Activity_ID()
Get Activity. Business Activity
-
getC_Activity
I_C_Activity getC_Activity() throws RuntimeException
- Throws:
RuntimeException
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_BP_Group_ID
void setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group. Business Partner Group
-
getC_BP_Group_ID
int getC_BP_Group_ID()
Get Business Partner Group. Business Partner Group
-
getC_BP_Group
I_C_BP_Group getC_BP_Group() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setEndDate
void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)
-
getEndDate
Timestamp getEndDate()
Get End Date. Last effective date (inclusive)
-
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
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_Promotion_ID
void setM_Promotion_ID(int M_Promotion_ID)
Set Promotion
-
getM_Promotion_ID
int getM_Promotion_ID()
Get Promotion
-
getM_Promotion
I_M_Promotion getM_Promotion() throws RuntimeException
- Throws:
RuntimeException
-
setM_PromotionPreCondition_ID
void setM_PromotionPreCondition_ID(int M_PromotionPreCondition_ID)
Set Promotion Pre Condition
-
getM_PromotionPreCondition_ID
int getM_PromotionPreCondition_ID()
Get Promotion Pre Condition
-
setM_PromotionPreCondition_UU
void setM_PromotionPreCondition_UU(String M_PromotionPreCondition_UU)
Set M_PromotionPreCondition_UU
-
getM_PromotionPreCondition_UU
String getM_PromotionPreCondition_UU()
Get M_PromotionPreCondition_UU
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse_ID
int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setPromotionCode
void setPromotionCode(String PromotionCode)
Set Promotion Code. User entered promotion code at sales time
-
getPromotionCode
String getPromotionCode()
Get Promotion Code. User entered promotion code at sales time
-
setPromotionCounter
void setPromotionCounter(int PromotionCounter)
Set Usage Counter. Usage counter
-
getPromotionCounter
int getPromotionCounter()
Get Usage Counter. Usage counter
-
setPromotionUsageLimit
void setPromotionUsageLimit(int PromotionUsageLimit)
Set Usage Limit. Maximum usage limit
-
getPromotionUsageLimit
int getPromotionUsageLimit()
Get Usage Limit. Maximum usage limit
-
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
-
setStartDate
void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)
-
getStartDate
Timestamp getStartDate()
Get Start Date. First effective day (inclusive)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-