Package org.compiere.model
Interface I_C_CommissionRun
-
- All Known Implementing Classes:
MCommissionRun
,X_C_CommissionRun
public interface I_C_CommissionRun
Generated Interface for C_CommissionRun- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Commission_ID
Column name C_Commission_IDstatic String
COLUMNNAME_C_CommissionRun_ID
Column name C_CommissionRun_IDstatic String
COLUMNNAME_C_CommissionRun_UU
Column name C_CommissionRun_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_GrandTotal
Column name GrandTotalstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic 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=436static String
Table_Name
TableName=C_CommissionRun
-
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_Commission
getC_Commission()
int
getC_Commission_ID()
Get Commission.int
getC_CommissionRun_ID()
Get Commission Run.String
getC_CommissionRun_UU()
Get C_CommissionRun_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDocumentNo()
Get Document No.BigDecimal
getGrandTotal()
Get Grand Total.Timestamp
getStartDate()
Get Start Date.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Commission_ID(int C_Commission_ID)
Set Commission.void
setC_CommissionRun_ID(int C_CommissionRun_ID)
Set Commission Run.void
setC_CommissionRun_UU(String C_CommissionRun_UU)
Set C_CommissionRun_UUvoid
setDescription(String Description)
Set Description.void
setDocumentNo(String DocumentNo)
Set Document No.void
setGrandTotal(BigDecimal GrandTotal)
Set Grand Total.void
setIsActive(boolean IsActive)
Set Active.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setStartDate(Timestamp StartDate)
Set Start Date.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_CommissionRun- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=436- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - 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_Commission_ID
static final String COLUMNNAME_C_Commission_ID
Column name C_Commission_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CommissionRun_ID
static final String COLUMNNAME_C_CommissionRun_ID
Column name C_CommissionRun_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CommissionRun_UU
static final String COLUMNNAME_C_CommissionRun_UU
Column name C_CommissionRun_UU- 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_GrandTotal
static final String COLUMNNAME_GrandTotal
Column name GrandTotal- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- 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_Commission_ID
void setC_Commission_ID(int C_Commission_ID)
Set Commission. Commission
-
getC_Commission_ID
int getC_Commission_ID()
Get Commission. Commission
-
getC_Commission
I_C_Commission getC_Commission() throws RuntimeException
- Throws:
RuntimeException
-
setC_CommissionRun_ID
void setC_CommissionRun_ID(int C_CommissionRun_ID)
Set Commission Run. Commission Run or Process
-
getC_CommissionRun_ID
int getC_CommissionRun_ID()
Get Commission Run. Commission Run or Process
-
setC_CommissionRun_UU
void setC_CommissionRun_UU(String C_CommissionRun_UU)
Set C_CommissionRun_UU
-
getC_CommissionRun_UU
String getC_CommissionRun_UU()
Get C_CommissionRun_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocumentNo
void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document
-
getDocumentNo
String getDocumentNo()
Get Document No. Document sequence number of the document
-
setGrandTotal
void setGrandTotal(BigDecimal GrandTotal)
Set Grand Total. Total amount of document
-
getGrandTotal
BigDecimal getGrandTotal()
Get Grand Total. Total amount of document
-
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
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
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
-
-