Adempiere 3.5.2a

org.compiere.model
Class X_C_RevenueRecognition_Plan

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_RevenueRecognition_Plan
All Implemented Interfaces:
Serializable, Comparator, I_C_RevenueRecognition_Plan, I_Persistent, Evaluatee
Direct Known Subclasses:
MRevenueRecognitionPlan

public class X_C_RevenueRecognition_Plan
extends PO
implements I_C_RevenueRecognition_Plan, I_Persistent

Generated Model for C_RevenueRecognition_Plan

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_C_RevenueRecognition_Plan
accessLevel, COLUMNNAME_C_AcctSchema_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_C_RevenueRecognition_ID, COLUMNNAME_C_RevenueRecognition_Plan_ID, COLUMNNAME_P_Revenue_Acct, COLUMNNAME_RecognizedAmt, COLUMNNAME_TotalAmt, COLUMNNAME_UnEarnedRevenue_Acct, Model, Table_ID, Table_Name
 
Constructor Summary
X_C_RevenueRecognition_Plan(Properties ctx, int C_RevenueRecognition_Plan_ID, String trxName)
          Standard Constructor
X_C_RevenueRecognition_Plan(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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()
           
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getP_Revenue_Acct()
          Get Product Revenue.
 BigDecimal getRecognizedAmt()
          Get Recognized Amount.
 BigDecimal getTotalAmt()
          Get Total Amount.
 int getUnEarnedRevenue_Acct()
          Get Unearned Revenue.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Constructor Detail

X_C_RevenueRecognition_Plan

public X_C_RevenueRecognition_Plan(Properties ctx,
                                   int C_RevenueRecognition_Plan_ID,
                                   String trxName)
Standard Constructor


X_C_RevenueRecognition_Plan

public X_C_RevenueRecognition_Plan(Properties ctx,
                                   ResultSet rs,
                                   String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
1 - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getC_AcctSchema

public I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Specified by:
getC_AcctSchema in interface I_C_RevenueRecognition_Plan
Throws:
Exception

setC_AcctSchema_ID

public void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema.

Specified by:
setC_AcctSchema_ID in interface I_C_RevenueRecognition_Plan
Parameters:
C_AcctSchema_ID - Rules for accounting

getC_AcctSchema_ID

public int getC_AcctSchema_ID()
Get Accounting Schema.

Specified by:
getC_AcctSchema_ID in interface I_C_RevenueRecognition_Plan
Returns:
Rules for accounting

getC_Currency

public I_C_Currency getC_Currency()
                           throws Exception
Specified by:
getC_Currency in interface I_C_RevenueRecognition_Plan
Throws:
Exception

setC_Currency_ID

public void setC_Currency_ID(int C_Currency_ID)
Set Currency.

Specified by:
setC_Currency_ID in interface I_C_RevenueRecognition_Plan
Parameters:
C_Currency_ID - The Currency for this record

getC_Currency_ID

public int getC_Currency_ID()
Get Currency.

Specified by:
getC_Currency_ID in interface I_C_RevenueRecognition_Plan
Returns:
The Currency for this record

getC_InvoiceLine

public I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Specified by:
getC_InvoiceLine in interface I_C_RevenueRecognition_Plan
Throws:
Exception

setC_InvoiceLine_ID

public void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line.

Specified by:
setC_InvoiceLine_ID in interface I_C_RevenueRecognition_Plan
Parameters:
C_InvoiceLine_ID - Invoice Detail Line

getC_InvoiceLine_ID

public int getC_InvoiceLine_ID()
Get Invoice Line.

Specified by:
getC_InvoiceLine_ID in interface I_C_RevenueRecognition_Plan
Returns:
Invoice Detail Line

getC_RevenueRecognition

public I_C_RevenueRecognition getC_RevenueRecognition()
                                               throws Exception
Specified by:
getC_RevenueRecognition in interface I_C_RevenueRecognition_Plan
Throws:
Exception

setC_RevenueRecognition_ID

public void setC_RevenueRecognition_ID(int C_RevenueRecognition_ID)
Set Revenue Recognition.

Specified by:
setC_RevenueRecognition_ID in interface I_C_RevenueRecognition_Plan
Parameters:
C_RevenueRecognition_ID - Method for recording revenue

getC_RevenueRecognition_ID

public int getC_RevenueRecognition_ID()
Get Revenue Recognition.

Specified by:
getC_RevenueRecognition_ID in interface I_C_RevenueRecognition_Plan
Returns:
Method for recording revenue

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setC_RevenueRecognition_Plan_ID

public void setC_RevenueRecognition_Plan_ID(int C_RevenueRecognition_Plan_ID)
Set Revenue Recognition Plan.

Specified by:
setC_RevenueRecognition_Plan_ID in interface I_C_RevenueRecognition_Plan
Parameters:
C_RevenueRecognition_Plan_ID - Plan for recognizing or recording revenue

getC_RevenueRecognition_Plan_ID

public int getC_RevenueRecognition_Plan_ID()
Get Revenue Recognition Plan.

Specified by:
getC_RevenueRecognition_Plan_ID in interface I_C_RevenueRecognition_Plan
Returns:
Plan for recognizing or recording revenue

setP_Revenue_Acct

public void setP_Revenue_Acct(int P_Revenue_Acct)
Set Product Revenue.

Specified by:
setP_Revenue_Acct in interface I_C_RevenueRecognition_Plan
Parameters:
P_Revenue_Acct - Account for Product Revenue (Sales Account)

getP_Revenue_Acct

public int getP_Revenue_Acct()
Get Product Revenue.

Specified by:
getP_Revenue_Acct in interface I_C_RevenueRecognition_Plan
Returns:
Account for Product Revenue (Sales Account)

setRecognizedAmt

public void setRecognizedAmt(BigDecimal RecognizedAmt)
Set Recognized Amount.

Specified by:
setRecognizedAmt in interface I_C_RevenueRecognition_Plan
Parameters:
RecognizedAmt - Recognized Amount

getRecognizedAmt

public BigDecimal getRecognizedAmt()
Get Recognized Amount.

Specified by:
getRecognizedAmt in interface I_C_RevenueRecognition_Plan
Returns:
Recognized Amount

setTotalAmt

public void setTotalAmt(BigDecimal TotalAmt)
Set Total Amount.

Specified by:
setTotalAmt in interface I_C_RevenueRecognition_Plan
Parameters:
TotalAmt - Total Amount

getTotalAmt

public BigDecimal getTotalAmt()
Get Total Amount.

Specified by:
getTotalAmt in interface I_C_RevenueRecognition_Plan
Returns:
Total Amount

setUnEarnedRevenue_Acct

public void setUnEarnedRevenue_Acct(int UnEarnedRevenue_Acct)
Set Unearned Revenue.

Specified by:
setUnEarnedRevenue_Acct in interface I_C_RevenueRecognition_Plan
Parameters:
UnEarnedRevenue_Acct - Account for unearned revenue

getUnEarnedRevenue_Acct

public int getUnEarnedRevenue_Acct()
Get Unearned Revenue.

Specified by:
getUnEarnedRevenue_Acct in interface I_C_RevenueRecognition_Plan
Returns:
Account for unearned revenue

Adempiere 3.5.2a

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