Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_Commission_ID
          Column name C_Commission_ID
static String COLUMNNAME_C_CommissionRun_ID
          Column name C_CommissionRun_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_GrandTotal
          Column name GrandTotal
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_StartDate
          Column name StartDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=436
static String Table_Name
          TableName=C_CommissionRun
 
Method Summary
 int getC_Commission_ID()
          Get Commission.
 I_C_Commission getC_Commission()
           
 int getC_CommissionRun_ID()
          Get Commission Run.
 String getDescription()
          Get Description.
 String getDocumentNo()
          Get Document No.
 BigDecimal getGrandTotal()
          Get Grand Total.
 Timestamp getStartDate()
          Get Start Date.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_Commission_ID(int C_Commission_ID)
          Set Commission.
 void setC_CommissionRun_ID(int C_CommissionRun_ID)
          Set Commission Run.
 void setDescription(String Description)
          Set Description.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setGrandTotal(BigDecimal GrandTotal)
          Set Grand Total.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


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_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_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
Method Detail

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 Exception
Throws:
Exception

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


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


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)


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.