Package org.compiere.model
Interface I_C_Commission
- All Known Implementing Classes:
MCommission
,X_C_Commission
public interface I_C_Commission
Generated Interface for C_Commission
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_BPartner_IDstatic final String
Column name C_Charge_IDstatic final String
Column name C_Commission_IDstatic final String
Column name C_Commission_UUstatic final String
Column name C_Currency_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CreateFromstatic final String
Column name DateLastRunstatic final String
Column name Descriptionstatic final String
Column name DocBasisTypestatic final String
Column name FrequencyTypestatic final String
Column name IsActivestatic final String
Column name ListDetailsstatic final String
Column name M_Product_IDstatic final String
Column name Namestatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=429static final String
TableName=C_Commission -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Business Partner.int
Get Charge.int
Get Commission.Get C_Commission_UUint
Get Currency.Get Created.int
Get Created By.Get Create lines from.Get Date Last Run.Get Description.Get Calculation Basis.Get Frequency Type.int
Get Product.getName()
Get Name.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get List Details.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_BPartner_ID
(int C_BPartner_ID) Set Business Partner.void
setC_Charge_ID
(int C_Charge_ID) Set Charge.void
setC_Commission_ID
(int C_Commission_ID) Set Commission.void
setC_Commission_UU
(String C_Commission_UU) Set C_Commission_UUvoid
setC_Currency_ID
(int C_Currency_ID) Set Currency.void
setCreateFrom
(String CreateFrom) Set Create lines from.void
setDateLastRun
(Timestamp DateLastRun) Set Date Last Run.void
setDescription
(String Description) Set Description.void
setDocBasisType
(String DocBasisType) Set Calculation Basis.void
setFrequencyType
(String FrequencyType) Set Frequency Type.void
setIsActive
(boolean IsActive) Set Active.void
setListDetails
(boolean ListDetails) Set List Details.void
setM_Product_ID
(int M_Product_ID) Set Product.void
Set Name.void
setProcessing
(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=C_Commission- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=429- 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_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
-
COLUMNNAME_C_Commission_ID
Column name C_Commission_ID- See Also:
-
COLUMNNAME_C_Commission_UU
Column name C_Commission_UU- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
-
COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocBasisType
Column name DocBasisType- See Also:
-
COLUMNNAME_FrequencyType
Column name FrequencyType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_ListDetails
Column name ListDetails- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processing
Column name Processing- 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 -
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
- Throws:
RuntimeException
-
setC_Charge_ID
void setC_Charge_ID(int C_Charge_ID) Set Charge. Additional document charges -
getC_Charge_ID
int getC_Charge_ID()Get Charge. Additional document charges -
getC_Charge
- Throws:
RuntimeException
-
setC_Commission_ID
void setC_Commission_ID(int C_Commission_ID) Set Commission. Commission -
getC_Commission_ID
int getC_Commission_ID()Get Commission. Commission -
setC_Commission_UU
Set C_Commission_UU -
getC_Commission_UU
String getC_Commission_UU()Get C_Commission_UU -
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setCreateFrom
Set Create lines from. Process which will generate a new document lines based on an existing document -
getCreateFrom
String getCreateFrom()Get Create lines from. Process which will generate a new document lines based on an existing document -
setDateLastRun
Set Date Last Run. Date the process was last run. -
getDateLastRun
Timestamp getDateLastRun()Get Date Last Run. Date the process was last run. -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocBasisType
Set Calculation Basis. Basis for the calculation the commission -
getDocBasisType
String getDocBasisType()Get Calculation Basis. Basis for the calculation the commission -
setFrequencyType
Set Frequency Type. Frequency of event -
getFrequencyType
String getFrequencyType()Get Frequency Type. Frequency of event -
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 -
setListDetails
void setListDetails(boolean ListDetails) Set List Details. List document details -
isListDetails
boolean isListDetails()Get List Details. List document details -
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
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-