Adempiere 3.5.2a

org.compiere.model
Interface I_C_RevenueRecognition_Plan

All Known Implementing Classes:
MRevenueRecognitionPlan, X_C_RevenueRecognition_Plan

public interface I_C_RevenueRecognition_Plan

Generated Interface for C_RevenueRecognition_Plan

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_InvoiceLine_ID
          Column name C_InvoiceLine_ID
static String COLUMNNAME_C_RevenueRecognition_ID
          Column name C_RevenueRecognition_ID
static String COLUMNNAME_C_RevenueRecognition_Plan_ID
          Column name C_RevenueRecognition_Plan_ID
static String COLUMNNAME_P_Revenue_Acct
          Column name P_Revenue_Acct
static String COLUMNNAME_RecognizedAmt
          Column name RecognizedAmt
static String COLUMNNAME_TotalAmt
          Column name TotalAmt
static String COLUMNNAME_UnEarnedRevenue_Acct
          Column name UnEarnedRevenue_Acct
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=443
static String Table_Name
          TableName=C_RevenueRecognition_Plan
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_InvoiceLine_ID()
          Get Invoice Line.
 I_C_InvoiceLine getC_InvoiceLine()
           
 int getC_RevenueRecognition_ID()
          Get Revenue Recognition.
 int getC_RevenueRecognition_Plan_ID()
          Get Revenue Recognition Plan.
 I_C_RevenueRecognition getC_RevenueRecognition()
           
 int getP_Revenue_Acct()
          Get Product Revenue.
 BigDecimal getRecognizedAmt()
          Get Recognized Amount
 BigDecimal getTotalAmt()
          Get Total Amount.
 int getUnEarnedRevenue_Acct()
          Get Unearned Revenue.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
          Set Invoice Line.
 void setC_RevenueRecognition_ID(int C_RevenueRecognition_ID)
          Set Revenue Recognition.
 void setC_RevenueRecognition_Plan_ID(int C_RevenueRecognition_Plan_ID)
          Set Revenue Recognition Plan.
 void setP_Revenue_Acct(int P_Revenue_Acct)
          Set Product Revenue.
 void setRecognizedAmt(BigDecimal RecognizedAmt)
          Set Recognized Amount
 void setTotalAmt(BigDecimal TotalAmt)
          Set Total Amount.
 void setUnEarnedRevenue_Acct(int UnEarnedRevenue_Acct)
          Set Unearned Revenue.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_RevenueRecognition_Plan

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=443


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceLine_ID

static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_RevenueRecognition_ID

static final String COLUMNNAME_C_RevenueRecognition_ID
Column name C_RevenueRecognition_ID

See Also:
Constant Field Values

COLUMNNAME_C_RevenueRecognition_Plan_ID

static final String COLUMNNAME_C_RevenueRecognition_Plan_ID
Column name C_RevenueRecognition_Plan_ID

See Also:
Constant Field Values

COLUMNNAME_P_Revenue_Acct

static final String COLUMNNAME_P_Revenue_Acct
Column name P_Revenue_Acct

See Also:
Constant Field Values

COLUMNNAME_RecognizedAmt

static final String COLUMNNAME_RecognizedAmt
Column name RecognizedAmt

See Also:
Constant Field Values

COLUMNNAME_TotalAmt

static final String COLUMNNAME_TotalAmt
Column name TotalAmt

See Also:
Constant Field Values

COLUMNNAME_UnEarnedRevenue_Acct

static final String COLUMNNAME_UnEarnedRevenue_Acct
Column name UnEarnedRevenue_Acct

See Also:
Constant Field Values
Method Detail

setC_AcctSchema_ID

void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting


getC_AcctSchema_ID

int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting


getC_AcctSchema

I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Throws:
Exception

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

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setC_InvoiceLine_ID

void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. Invoice Detail Line


getC_InvoiceLine_ID

int getC_InvoiceLine_ID()
Get Invoice Line. Invoice Detail Line


getC_InvoiceLine

I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Throws:
Exception

setC_RevenueRecognition_ID

void setC_RevenueRecognition_ID(int C_RevenueRecognition_ID)
Set Revenue Recognition. Method for recording revenue


getC_RevenueRecognition_ID

int getC_RevenueRecognition_ID()
Get Revenue Recognition. Method for recording revenue


getC_RevenueRecognition

I_C_RevenueRecognition getC_RevenueRecognition()
                                               throws Exception
Throws:
Exception

setC_RevenueRecognition_Plan_ID

void setC_RevenueRecognition_Plan_ID(int C_RevenueRecognition_Plan_ID)
Set Revenue Recognition Plan. Plan for recognizing or recording revenue


getC_RevenueRecognition_Plan_ID

int getC_RevenueRecognition_Plan_ID()
Get Revenue Recognition Plan. Plan for recognizing or recording revenue


setP_Revenue_Acct

void setP_Revenue_Acct(int P_Revenue_Acct)
Set Product Revenue. Account for Product Revenue (Sales Account)


getP_Revenue_Acct

int getP_Revenue_Acct()
Get Product Revenue. Account for Product Revenue (Sales Account)


setRecognizedAmt

void setRecognizedAmt(BigDecimal RecognizedAmt)
Set Recognized Amount


getRecognizedAmt

BigDecimal getRecognizedAmt()
Get Recognized Amount


setTotalAmt

void setTotalAmt(BigDecimal TotalAmt)
Set Total Amount. Total Amount


getTotalAmt

BigDecimal getTotalAmt()
Get Total Amount. Total Amount


setUnEarnedRevenue_Acct

void setUnEarnedRevenue_Acct(int UnEarnedRevenue_Acct)
Set Unearned Revenue. Account for unearned revenue


getUnEarnedRevenue_Acct

int getUnEarnedRevenue_Acct()
Get Unearned Revenue. Account for unearned revenue


Adempiere 3.5.2a

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