Adempiere 3.5.2a

org.compiere.model
Class X_Fact_Acct

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_Fact_Acct
All Implemented Interfaces:
Serializable, Comparator, I_Fact_Acct, I_Persistent, Evaluatee
Direct Known Subclasses:
FactLine, MFactAcct

public class X_Fact_Acct
extends PO
implements I_Fact_Acct, I_Persistent

Generated Model for Fact_Acct

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

Field Summary
static int ACCOUNT_ID_AD_Reference_ID
          Account_ID AD_Reference_ID=132
static int AD_ORGTRX_ID_AD_Reference_ID
          AD_OrgTrx_ID AD_Reference_ID=130
static int C_LOCFROM_ID_AD_Reference_ID
          C_LocFrom_ID AD_Reference_ID=133
static int C_LOCTO_ID_AD_Reference_ID
          C_LocTo_ID AD_Reference_ID=133
static String POSTINGTYPE_Actual
          Actual = A
static int POSTINGTYPE_AD_Reference_ID
          PostingType AD_Reference_ID=125
static String POSTINGTYPE_Budget
          Budget = B
static String POSTINGTYPE_Commitment
          Commitment = E
static String POSTINGTYPE_Reservation
          Reservation = R
static String POSTINGTYPE_Statistical
          Statistical = S
static int USER1_ID_AD_Reference_ID
          User1_ID AD_Reference_ID=134
static int USER2_ID_AD_Reference_ID
          User2_ID AD_Reference_ID=137
 
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_Fact_Acct
accessLevel, COLUMNNAME_A_Asset_ID, COLUMNNAME_Account_ID, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_AmtAcctCr, COLUMNNAME_AmtAcctDr, COLUMNNAME_AmtSourceCr, COLUMNNAME_AmtSourceDr, COLUMNNAME_C_AcctSchema_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_LocFrom_ID, COLUMNNAME_C_LocTo_ID, COLUMNNAME_C_Period_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_ProjectPhase_ID, COLUMNNAME_C_ProjectTask_ID, COLUMNNAME_C_SalesRegion_ID, COLUMNNAME_C_SubAcct_ID, COLUMNNAME_C_Tax_ID, COLUMNNAME_C_UOM_ID, COLUMNNAME_DateAcct, COLUMNNAME_DateTrx, COLUMNNAME_Description, COLUMNNAME_Fact_Acct_ID, COLUMNNAME_GL_Budget_ID, COLUMNNAME_GL_Category_ID, COLUMNNAME_Line_ID, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_PostingType, COLUMNNAME_Qty, COLUMNNAME_Record_ID, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, COLUMNNAME_UserElement1_ID, COLUMNNAME_UserElement2_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_Fact_Acct(Properties ctx, int Fact_Acct_ID, String trxName)
          Standard Constructor
X_Fact_Acct(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getA_Asset_ID()
          Get Asset.
 int getAccount_ID()
          Get Account.
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 BigDecimal getAmtAcctCr()
          Get Accounted Credit.
 BigDecimal getAmtAcctDr()
          Get Accounted Debit.
 BigDecimal getAmtSourceCr()
          Get Source Credit.
 BigDecimal getAmtSourceDr()
          Get Source Debit.
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_LocFrom_ID()
          Get Location From.
 int getC_LocTo_ID()
          Get Location To.
 int getC_Period_ID()
          Get Period.
 I_C_Period getC_Period()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectPhase_ID()
          Get Project Phase.
 I_C_ProjectPhase getC_ProjectPhase()
           
 int getC_ProjectTask_ID()
          Get Project Task.
 I_C_ProjectTask getC_ProjectTask()
           
 int getC_SalesRegion_ID()
          Get Sales Region.
 I_C_SalesRegion getC_SalesRegion()
           
 int getC_SubAcct_ID()
          Get Sub Account.
 I_C_SubAcct getC_SubAcct()
           
 int getC_Tax_ID()
          Get Tax.
 I_C_Tax getC_Tax()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 Timestamp getDateAcct()
          Get Account Date.
 Timestamp getDateTrx()
          Get Transaction Date.
 String getDescription()
          Get Description.
 int getFact_Acct_ID()
          Get Accounting Fact.
 int getGL_Budget_ID()
          Get Budget.
 I_GL_Budget getGL_Budget()
           
 int getGL_Category_ID()
          Get GL Category.
 I_GL_Category getGL_Category()
           
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getLine_ID()
          Get Line ID.
 int getM_Locator_ID()
          Get Locator.
 I_M_Locator getM_Locator()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getPostingType()
          Get PostingType.
 BigDecimal getQty()
          Get Quantity.
 int getRecord_ID()
          Get Record ID.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
 int getUserElement1_ID()
          Get User Element 1.
 int getUserElement2_ID()
          Get User Element 2.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setAccount_ID(int Account_ID)
          Set Account.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAmtAcctCr(BigDecimal AmtAcctCr)
          Set Accounted Credit.
 void setAmtAcctDr(BigDecimal AmtAcctDr)
          Set Accounted Debit.
 void setAmtSourceCr(BigDecimal AmtSourceCr)
          Set Source Credit.
 void setAmtSourceDr(BigDecimal AmtSourceDr)
          Set Source Debit.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_LocFrom_ID(int C_LocFrom_ID)
          Set Location From.
 void setC_LocTo_ID(int C_LocTo_ID)
          Set Location To.
 void setC_Period_ID(int C_Period_ID)
          Set Period.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
          Set Project Phase.
 void setC_ProjectTask_ID(int C_ProjectTask_ID)
          Set Project Task.
 void setC_SalesRegion_ID(int C_SalesRegion_ID)
          Set Sales Region.
 void setC_SubAcct_ID(int C_SubAcct_ID)
          Set Sub Account.
 void setC_Tax_ID(int C_Tax_ID)
          Set Tax.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDateTrx(Timestamp DateTrx)
          Set Transaction Date.
 void setDescription(String Description)
          Set Description.
 void setFact_Acct_ID(int Fact_Acct_ID)
          Set Accounting Fact.
 void setGL_Budget_ID(int GL_Budget_ID)
          Set Budget.
 void setGL_Category_ID(int GL_Category_ID)
          Set GL Category.
 void setLine_ID(int Line_ID)
          Set Line ID.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setPostingType(String PostingType)
          Set PostingType.
 void setQty(BigDecimal Qty)
          Set Quantity.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setUser1_ID(int User1_ID)
          Set User List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 void setUserElement1_ID(int UserElement1_ID)
          Set User Element 1.
 void setUserElement2_ID(int UserElement2_ID)
          Set User Element 2.
 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
 

Field Detail

ACCOUNT_ID_AD_Reference_ID

public static final int ACCOUNT_ID_AD_Reference_ID
Account_ID AD_Reference_ID=132

See Also:
Constant Field Values

AD_ORGTRX_ID_AD_Reference_ID

public static final int AD_ORGTRX_ID_AD_Reference_ID
AD_OrgTrx_ID AD_Reference_ID=130

See Also:
Constant Field Values

C_LOCFROM_ID_AD_Reference_ID

public static final int C_LOCFROM_ID_AD_Reference_ID
C_LocFrom_ID AD_Reference_ID=133

See Also:
Constant Field Values

C_LOCTO_ID_AD_Reference_ID

public static final int C_LOCTO_ID_AD_Reference_ID
C_LocTo_ID AD_Reference_ID=133

See Also:
Constant Field Values

POSTINGTYPE_AD_Reference_ID

public static final int POSTINGTYPE_AD_Reference_ID
PostingType AD_Reference_ID=125

See Also:
Constant Field Values

POSTINGTYPE_Actual

public static final String POSTINGTYPE_Actual
Actual = A

See Also:
Constant Field Values

POSTINGTYPE_Budget

public static final String POSTINGTYPE_Budget
Budget = B

See Also:
Constant Field Values

POSTINGTYPE_Commitment

public static final String POSTINGTYPE_Commitment
Commitment = E

See Also:
Constant Field Values

POSTINGTYPE_Statistical

public static final String POSTINGTYPE_Statistical
Statistical = S

See Also:
Constant Field Values

POSTINGTYPE_Reservation

public static final String POSTINGTYPE_Reservation
Reservation = R

See Also:
Constant Field Values

USER1_ID_AD_Reference_ID

public static final int USER1_ID_AD_Reference_ID
User1_ID AD_Reference_ID=134

See Also:
Constant Field Values

USER2_ID_AD_Reference_ID

public static final int USER2_ID_AD_Reference_ID
User2_ID AD_Reference_ID=137

See Also:
Constant Field Values
Constructor Detail

X_Fact_Acct

public X_Fact_Acct(Properties ctx,
                   int Fact_Acct_ID,
                   String trxName)
Standard Constructor


X_Fact_Acct

public X_Fact_Acct(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:
3 - Client - 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

setA_Asset_ID

public void setA_Asset_ID(int A_Asset_ID)
Set Asset.

Specified by:
setA_Asset_ID in interface I_Fact_Acct
Parameters:
A_Asset_ID - Asset used internally or by customers

getA_Asset_ID

public int getA_Asset_ID()
Get Asset.

Specified by:
getA_Asset_ID in interface I_Fact_Acct
Returns:
Asset used internally or by customers

setAccount_ID

public void setAccount_ID(int Account_ID)
Set Account.

Specified by:
setAccount_ID in interface I_Fact_Acct
Parameters:
Account_ID - Account used

getAccount_ID

public int getAccount_ID()
Get Account.

Specified by:
getAccount_ID in interface I_Fact_Acct
Returns:
Account used

setAD_OrgTrx_ID

public void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization.

Specified by:
setAD_OrgTrx_ID in interface I_Fact_Acct
Parameters:
AD_OrgTrx_ID - Performing or initiating organization

getAD_OrgTrx_ID

public int getAD_OrgTrx_ID()
Get Trx Organization.

Specified by:
getAD_OrgTrx_ID in interface I_Fact_Acct
Returns:
Performing or initiating organization

getAD_Table

public I_AD_Table getAD_Table()
                       throws Exception
Specified by:
getAD_Table in interface I_Fact_Acct
Throws:
Exception

setAD_Table_ID

public void setAD_Table_ID(int AD_Table_ID)
Set Table.

Specified by:
setAD_Table_ID in interface I_Fact_Acct
Parameters:
AD_Table_ID - Database Table information

getAD_Table_ID

public int getAD_Table_ID()
Get Table.

Specified by:
getAD_Table_ID in interface I_Fact_Acct
Returns:
Database Table information

setAmtAcctCr

public void setAmtAcctCr(BigDecimal AmtAcctCr)
Set Accounted Credit.

Specified by:
setAmtAcctCr in interface I_Fact_Acct
Parameters:
AmtAcctCr - Accounted Credit Amount

getAmtAcctCr

public BigDecimal getAmtAcctCr()
Get Accounted Credit.

Specified by:
getAmtAcctCr in interface I_Fact_Acct
Returns:
Accounted Credit Amount

setAmtAcctDr

public void setAmtAcctDr(BigDecimal AmtAcctDr)
Set Accounted Debit.

Specified by:
setAmtAcctDr in interface I_Fact_Acct
Parameters:
AmtAcctDr - Accounted Debit Amount

getAmtAcctDr

public BigDecimal getAmtAcctDr()
Get Accounted Debit.

Specified by:
getAmtAcctDr in interface I_Fact_Acct
Returns:
Accounted Debit Amount

setAmtSourceCr

public void setAmtSourceCr(BigDecimal AmtSourceCr)
Set Source Credit.

Specified by:
setAmtSourceCr in interface I_Fact_Acct
Parameters:
AmtSourceCr - Source Credit Amount

getAmtSourceCr

public BigDecimal getAmtSourceCr()
Get Source Credit.

Specified by:
getAmtSourceCr in interface I_Fact_Acct
Returns:
Source Credit Amount

setAmtSourceDr

public void setAmtSourceDr(BigDecimal AmtSourceDr)
Set Source Debit.

Specified by:
setAmtSourceDr in interface I_Fact_Acct
Parameters:
AmtSourceDr - Source Debit Amount

getAmtSourceDr

public BigDecimal getAmtSourceDr()
Get Source Debit.

Specified by:
getAmtSourceDr in interface I_Fact_Acct
Returns:
Source Debit Amount

getC_AcctSchema

public I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Specified by:
getC_AcctSchema in interface I_Fact_Acct
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_Fact_Acct
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_Fact_Acct
Returns:
Rules for accounting

getC_Activity

public I_C_Activity getC_Activity()
                           throws Exception
Specified by:
getC_Activity in interface I_Fact_Acct
Throws:
Exception

setC_Activity_ID

public void setC_Activity_ID(int C_Activity_ID)
Set Activity.

Specified by:
setC_Activity_ID in interface I_Fact_Acct
Parameters:
C_Activity_ID - Business Activity

getC_Activity_ID

public int getC_Activity_ID()
Get Activity.

Specified by:
getC_Activity_ID in interface I_Fact_Acct
Returns:
Business Activity

getC_BPartner

public I_C_BPartner getC_BPartner()
                           throws Exception
Specified by:
getC_BPartner in interface I_Fact_Acct
Throws:
Exception

setC_BPartner_ID

public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner .

Specified by:
setC_BPartner_ID in interface I_Fact_Acct
Parameters:
C_BPartner_ID - Identifies a Business Partner

getC_BPartner_ID

public int getC_BPartner_ID()
Get Business Partner .

Specified by:
getC_BPartner_ID in interface I_Fact_Acct
Returns:
Identifies a Business Partner

getC_Campaign

public I_C_Campaign getC_Campaign()
                           throws Exception
Specified by:
getC_Campaign in interface I_Fact_Acct
Throws:
Exception

setC_Campaign_ID

public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.

Specified by:
setC_Campaign_ID in interface I_Fact_Acct
Parameters:
C_Campaign_ID - Marketing Campaign

getC_Campaign_ID

public int getC_Campaign_ID()
Get Campaign.

Specified by:
getC_Campaign_ID in interface I_Fact_Acct
Returns:
Marketing Campaign

getC_Currency

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

setC_Currency_ID

public void setC_Currency_ID(int C_Currency_ID)
Set Currency.

Specified by:
setC_Currency_ID in interface I_Fact_Acct
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_Fact_Acct
Returns:
The Currency for this record

setC_LocFrom_ID

public void setC_LocFrom_ID(int C_LocFrom_ID)
Set Location From.

Specified by:
setC_LocFrom_ID in interface I_Fact_Acct
Parameters:
C_LocFrom_ID - Location that inventory was moved from

getC_LocFrom_ID

public int getC_LocFrom_ID()
Get Location From.

Specified by:
getC_LocFrom_ID in interface I_Fact_Acct
Returns:
Location that inventory was moved from

setC_LocTo_ID

public void setC_LocTo_ID(int C_LocTo_ID)
Set Location To.

Specified by:
setC_LocTo_ID in interface I_Fact_Acct
Parameters:
C_LocTo_ID - Location that inventory was moved to

getC_LocTo_ID

public int getC_LocTo_ID()
Get Location To.

Specified by:
getC_LocTo_ID in interface I_Fact_Acct
Returns:
Location that inventory was moved to

getC_Period

public I_C_Period getC_Period()
                       throws Exception
Specified by:
getC_Period in interface I_Fact_Acct
Throws:
Exception

setC_Period_ID

public void setC_Period_ID(int C_Period_ID)
Set Period.

Specified by:
setC_Period_ID in interface I_Fact_Acct
Parameters:
C_Period_ID - Period of the Calendar

getC_Period_ID

public int getC_Period_ID()
Get Period.

Specified by:
getC_Period_ID in interface I_Fact_Acct
Returns:
Period of the Calendar

getC_Project

public I_C_Project getC_Project()
                         throws Exception
Specified by:
getC_Project in interface I_Fact_Acct
Throws:
Exception

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

Specified by:
setC_Project_ID in interface I_Fact_Acct
Parameters:
C_Project_ID - Financial Project

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_Fact_Acct
Returns:
Financial Project

getC_ProjectPhase

public I_C_ProjectPhase getC_ProjectPhase()
                                   throws Exception
Specified by:
getC_ProjectPhase in interface I_Fact_Acct
Throws:
Exception

setC_ProjectPhase_ID

public void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase.

Specified by:
setC_ProjectPhase_ID in interface I_Fact_Acct
Parameters:
C_ProjectPhase_ID - Phase of a Project

getC_ProjectPhase_ID

public int getC_ProjectPhase_ID()
Get Project Phase.

Specified by:
getC_ProjectPhase_ID in interface I_Fact_Acct
Returns:
Phase of a Project

getC_ProjectTask

public I_C_ProjectTask getC_ProjectTask()
                                 throws Exception
Specified by:
getC_ProjectTask in interface I_Fact_Acct
Throws:
Exception

setC_ProjectTask_ID

public void setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task.

Specified by:
setC_ProjectTask_ID in interface I_Fact_Acct
Parameters:
C_ProjectTask_ID - Actual Project Task in a Phase

getC_ProjectTask_ID

public int getC_ProjectTask_ID()
Get Project Task.

Specified by:
getC_ProjectTask_ID in interface I_Fact_Acct
Returns:
Actual Project Task in a Phase

getC_SalesRegion

public I_C_SalesRegion getC_SalesRegion()
                                 throws Exception
Specified by:
getC_SalesRegion in interface I_Fact_Acct
Throws:
Exception

setC_SalesRegion_ID

public void setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region.

Specified by:
setC_SalesRegion_ID in interface I_Fact_Acct
Parameters:
C_SalesRegion_ID - Sales coverage region

getC_SalesRegion_ID

public int getC_SalesRegion_ID()
Get Sales Region.

Specified by:
getC_SalesRegion_ID in interface I_Fact_Acct
Returns:
Sales coverage region

getC_SubAcct

public I_C_SubAcct getC_SubAcct()
                         throws Exception
Specified by:
getC_SubAcct in interface I_Fact_Acct
Throws:
Exception

setC_SubAcct_ID

public void setC_SubAcct_ID(int C_SubAcct_ID)
Set Sub Account.

Specified by:
setC_SubAcct_ID in interface I_Fact_Acct
Parameters:
C_SubAcct_ID - Sub account for Element Value

getC_SubAcct_ID

public int getC_SubAcct_ID()
Get Sub Account.

Specified by:
getC_SubAcct_ID in interface I_Fact_Acct
Returns:
Sub account for Element Value

getC_Tax

public I_C_Tax getC_Tax()
                 throws Exception
Specified by:
getC_Tax in interface I_Fact_Acct
Throws:
Exception

setC_Tax_ID

public void setC_Tax_ID(int C_Tax_ID)
Set Tax.

Specified by:
setC_Tax_ID in interface I_Fact_Acct
Parameters:
C_Tax_ID - Tax identifier

getC_Tax_ID

public int getC_Tax_ID()
Get Tax.

Specified by:
getC_Tax_ID in interface I_Fact_Acct
Returns:
Tax identifier

getC_UOM

public I_C_UOM getC_UOM()
                 throws Exception
Specified by:
getC_UOM in interface I_Fact_Acct
Throws:
Exception

setC_UOM_ID

public void setC_UOM_ID(int C_UOM_ID)
Set UOM.

Specified by:
setC_UOM_ID in interface I_Fact_Acct
Parameters:
C_UOM_ID - Unit of Measure

getC_UOM_ID

public int getC_UOM_ID()
Get UOM.

Specified by:
getC_UOM_ID in interface I_Fact_Acct
Returns:
Unit of Measure

setDateAcct

public void setDateAcct(Timestamp DateAcct)
Set Account Date.

Specified by:
setDateAcct in interface I_Fact_Acct
Parameters:
DateAcct - Accounting Date

getDateAcct

public Timestamp getDateAcct()
Get Account Date.

Specified by:
getDateAcct in interface I_Fact_Acct
Returns:
Accounting Date

setDateTrx

public void setDateTrx(Timestamp DateTrx)
Set Transaction Date.

Specified by:
setDateTrx in interface I_Fact_Acct
Parameters:
DateTrx - Transaction Date

getDateTrx

public Timestamp getDateTrx()
Get Transaction Date.

Specified by:
getDateTrx in interface I_Fact_Acct
Returns:
Transaction Date

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_Fact_Acct
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_Fact_Acct
Returns:
Optional short description of the record

setFact_Acct_ID

public void setFact_Acct_ID(int Fact_Acct_ID)
Set Accounting Fact.

Specified by:
setFact_Acct_ID in interface I_Fact_Acct
Parameters:
Fact_Acct_ID - Accounting Fact

getFact_Acct_ID

public int getFact_Acct_ID()
Get Accounting Fact.

Specified by:
getFact_Acct_ID in interface I_Fact_Acct
Returns:
Accounting Fact

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

getGL_Budget

public I_GL_Budget getGL_Budget()
                         throws Exception
Specified by:
getGL_Budget in interface I_Fact_Acct
Throws:
Exception

setGL_Budget_ID

public void setGL_Budget_ID(int GL_Budget_ID)
Set Budget.

Specified by:
setGL_Budget_ID in interface I_Fact_Acct
Parameters:
GL_Budget_ID - General Ledger Budget

getGL_Budget_ID

public int getGL_Budget_ID()
Get Budget.

Specified by:
getGL_Budget_ID in interface I_Fact_Acct
Returns:
General Ledger Budget

getGL_Category

public I_GL_Category getGL_Category()
                             throws Exception
Specified by:
getGL_Category in interface I_Fact_Acct
Throws:
Exception

setGL_Category_ID

public void setGL_Category_ID(int GL_Category_ID)
Set GL Category.

Specified by:
setGL_Category_ID in interface I_Fact_Acct
Parameters:
GL_Category_ID - General Ledger Category

getGL_Category_ID

public int getGL_Category_ID()
Get GL Category.

Specified by:
getGL_Category_ID in interface I_Fact_Acct
Returns:
General Ledger Category

setLine_ID

public void setLine_ID(int Line_ID)
Set Line ID.

Specified by:
setLine_ID in interface I_Fact_Acct
Parameters:
Line_ID - Transaction line ID (internal)

getLine_ID

public int getLine_ID()
Get Line ID.

Specified by:
getLine_ID in interface I_Fact_Acct
Returns:
Transaction line ID (internal)

getM_Locator

public I_M_Locator getM_Locator()
                         throws Exception
Specified by:
getM_Locator in interface I_Fact_Acct
Throws:
Exception

setM_Locator_ID

public void setM_Locator_ID(int M_Locator_ID)
Set Locator.

Specified by:
setM_Locator_ID in interface I_Fact_Acct
Parameters:
M_Locator_ID - Warehouse Locator

getM_Locator_ID

public int getM_Locator_ID()
Get Locator.

Specified by:
getM_Locator_ID in interface I_Fact_Acct
Returns:
Warehouse Locator

getM_Product

public I_M_Product getM_Product()
                         throws Exception
Specified by:
getM_Product in interface I_Fact_Acct
Throws:
Exception

setM_Product_ID

public void setM_Product_ID(int M_Product_ID)
Set Product.

Specified by:
setM_Product_ID in interface I_Fact_Acct
Parameters:
M_Product_ID - Product, Service, Item

getM_Product_ID

public int getM_Product_ID()
Get Product.

Specified by:
getM_Product_ID in interface I_Fact_Acct
Returns:
Product, Service, Item

setPostingType

public void setPostingType(String PostingType)
Set PostingType.

Specified by:
setPostingType in interface I_Fact_Acct
Parameters:
PostingType - The type of posted amount for the transaction

getPostingType

public String getPostingType()
Get PostingType.

Specified by:
getPostingType in interface I_Fact_Acct
Returns:
The type of posted amount for the transaction

setQty

public void setQty(BigDecimal Qty)
Set Quantity.

Specified by:
setQty in interface I_Fact_Acct
Parameters:
Qty - Quantity

getQty

public BigDecimal getQty()
Get Quantity.

Specified by:
getQty in interface I_Fact_Acct
Returns:
Quantity

setRecord_ID

public void setRecord_ID(int Record_ID)
Set Record ID.

Specified by:
setRecord_ID in interface I_Fact_Acct
Parameters:
Record_ID - Direct internal record ID

getRecord_ID

public int getRecord_ID()
Get Record ID.

Specified by:
getRecord_ID in interface I_Fact_Acct
Returns:
Direct internal record ID

setUserElement1_ID

public void setUserElement1_ID(int UserElement1_ID)
Set User Element 1.

Specified by:
setUserElement1_ID in interface I_Fact_Acct
Parameters:
UserElement1_ID - User defined accounting Element

getUserElement1_ID

public int getUserElement1_ID()
Get User Element 1.

Specified by:
getUserElement1_ID in interface I_Fact_Acct
Returns:
User defined accounting Element

setUserElement2_ID

public void setUserElement2_ID(int UserElement2_ID)
Set User Element 2.

Specified by:
setUserElement2_ID in interface I_Fact_Acct
Parameters:
UserElement2_ID - User defined accounting Element

getUserElement2_ID

public int getUserElement2_ID()
Get User Element 2.

Specified by:
getUserElement2_ID in interface I_Fact_Acct
Returns:
User defined accounting Element

setUser1_ID

public void setUser1_ID(int User1_ID)
Set User List 1.

Specified by:
setUser1_ID in interface I_Fact_Acct
Parameters:
User1_ID - User defined list element #1

getUser1_ID

public int getUser1_ID()
Get User List 1.

Specified by:
getUser1_ID in interface I_Fact_Acct
Returns:
User defined list element #1

setUser2_ID

public void setUser2_ID(int User2_ID)
Set User List 2.

Specified by:
setUser2_ID in interface I_Fact_Acct
Parameters:
User2_ID - User defined list element #2

getUser2_ID

public int getUser2_ID()
Get User List 2.

Specified by:
getUser2_ID in interface I_Fact_Acct
Returns:
User defined list element #2

Adempiere 3.5.2a

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