Compiere 3.1

org.compiere.model
Class X_C_ElementValue

java.lang.Object
  extended by org.compiere.framework.PO
      extended by org.compiere.model.X_C_ElementValue
All Implemented Interfaces:
Serializable, Cloneable, Comparator<PO>, Evaluatee
Direct Known Subclasses:
MElementValue

public class X_C_ElementValue
extends PO

Generated Model for C_ElementValue

Version:
Release 3.1.0 - $Id$
Author:
Jorg Janke (generated)
See Also:
Serialized Form

Field Summary
protected  BigDecimal accessLevel
           
static int ACCOUNTSIGN_AD_Reference_ID
          AccountSign AD_Reference_ID=118
static String ACCOUNTSIGN_Credit
          Credit = C
static String ACCOUNTSIGN_Debit
          Debit = D
static String ACCOUNTSIGN_Natural
          Natural = N
static int ACCOUNTTYPE_AD_Reference_ID
          AccountType AD_Reference_ID=117
static String ACCOUNTTYPE_Asset
          Asset = A
static String ACCOUNTTYPE_Expense
          Expense = E
static String ACCOUNTTYPE_Liability
          Liability = L
static String ACCOUNTTYPE_Memo
          Memo = M
static String ACCOUNTTYPE_OwnerSEquity
          Owner's Equity = O
static String ACCOUNTTYPE_Revenue
          Revenue = R
protected static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=188
static String Table_Name
          TableName=C_ElementValue
static long updatedMS
          Last Updated Timestamp 2008-06-10 15:12:06.0
 
Fields inherited from class org.compiere.framework.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
X_C_ElementValue(Ctx ctx, int C_ElementValue_ID, String trxName)
          Standard Constructor
X_C_ElementValue(Ctx ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 String getAccountSign()
          Get Account Sign.
 String getAccountType()
          Get Account Type.
 int getC_BankAccount_ID()
          Get Bank Account.
 int getC_Currency_ID()
          Get Currency.
 int getC_Element_ID()
          Get Element.
 int getC_ElementValue_ID()
          Get Account Element.
 String getDescription()
          Get Description.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getName()
          Get Name.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 String getValue()
          Get Search Key.
protected  POInfo initPO(Ctx ctx)
          Load Meta Data
 boolean isAccountSignValid(String test)
          Is test a valid value.
 boolean isAccountTypeValid(String test)
          Is test a valid value.
 boolean isBankAccount()
          Get Bank Account.
 boolean isDocControlled()
          Get Document Controlled.
 boolean isForeignCurrency()
          Get Foreign Currency Account.
 boolean isPostActual()
          Get Post Actual.
 boolean isPostBudget()
          Get Post Budget.
 boolean isPostEncumbrance()
          Get Post Encumbrance.
 boolean isPostStatistical()
          Get Post Statistical.
 boolean isSummary()
          Get Summary Level.
 void setAccountSign(String AccountSign)
          Set Account Sign.
 void setAccountType(String AccountType)
          Set Account Type.
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_Element_ID(int C_Element_ID)
          Set Element.
 void setC_ElementValue_ID(int C_ElementValue_ID)
          Set Account Element.
 void setDescription(String Description)
          Set Description.
 void setIsBankAccount(boolean IsBankAccount)
          Set Bank Account.
 void setIsDocControlled(boolean IsDocControlled)
          Set Document Controlled.
 void setIsForeignCurrency(boolean IsForeignCurrency)
          Set Foreign Currency Account.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setName(String Name)
          Set Name.
 void setPostActual(boolean PostActual)
          Set Post Actual.
 void setPostBudget(boolean PostBudget)
          Set Post Budget.
 void setPostEncumbrance(boolean PostEncumbrance)
          Set Post Encumbrance.
 void setPostStatistical(boolean PostStatistical)
          Set Post Statistical.
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 void setValue(String Value)
          Set Search Key.
 String toString()
          Info
 
Methods inherited from class org.compiere.framework.PO
addAttachment, addAttachment, addError, afterDelete, afterSave, beforeDelete, beforeSave, compare, convertToBigDecimal, convertToBoolean, convertToInt, convertToTimestamp, copy, copyValues, copyValues, createAttachment, delete_Accounting, delete, delete, dump, dump, equals, get_ChangeVO, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_EntityType, get_HashMap, get_ID, get_IDOld, get_Info, get_KeyColumns, get_Logger, get_Table_ID, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_ValuesAsString, get_WhereClause, get_xmlDocument, get_xmlString, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getVO, hashCode, insert_Accounting, is_Changed, is_KeyColumn, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveNew_getID, saveNewInsertSQL, saveNewSpecial, saveUpdate, set_ChangeVO, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueString, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setContext, setCtx, setDocWorkflowMgr, setIsActive, setStandardDefaults, setUpdateable, setUpdatedBy, toStringX, unlock, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

updatedMS

public static final long updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0

See Also:
Constant Field Values

Table_ID

public static final int Table_ID
AD_Table_ID=188

See Also:
Constant Field Values

Table_Name

public static final String Table_Name
TableName=C_ElementValue

See Also:
Constant Field Values

Model

protected static KeyNamePair Model

accessLevel

protected BigDecimal accessLevel

ACCOUNTSIGN_AD_Reference_ID

public static final int ACCOUNTSIGN_AD_Reference_ID
AccountSign AD_Reference_ID=118

See Also:
Constant Field Values

ACCOUNTSIGN_Credit

public static final String ACCOUNTSIGN_Credit
Credit = C

See Also:
Constant Field Values

ACCOUNTSIGN_Debit

public static final String ACCOUNTSIGN_Debit
Debit = D

See Also:
Constant Field Values

ACCOUNTSIGN_Natural

public static final String ACCOUNTSIGN_Natural
Natural = N

See Also:
Constant Field Values

ACCOUNTTYPE_AD_Reference_ID

public static final int ACCOUNTTYPE_AD_Reference_ID
AccountType AD_Reference_ID=117

See Also:
Constant Field Values

ACCOUNTTYPE_Asset

public static final String ACCOUNTTYPE_Asset
Asset = A

See Also:
Constant Field Values

ACCOUNTTYPE_Expense

public static final String ACCOUNTTYPE_Expense
Expense = E

See Also:
Constant Field Values

ACCOUNTTYPE_Liability

public static final String ACCOUNTTYPE_Liability
Liability = L

See Also:
Constant Field Values

ACCOUNTTYPE_Memo

public static final String ACCOUNTTYPE_Memo
Memo = M

See Also:
Constant Field Values

ACCOUNTTYPE_OwnerSEquity

public static final String ACCOUNTTYPE_OwnerSEquity
Owner's Equity = O

See Also:
Constant Field Values

ACCOUNTTYPE_Revenue

public static final String ACCOUNTTYPE_Revenue
Revenue = R

See Also:
Constant Field Values
Constructor Detail

X_C_ElementValue

public X_C_ElementValue(Ctx ctx,
                        int C_ElementValue_ID,
                        String trxName)
Standard Constructor

Parameters:
ctx - context
C_ElementValue_ID - id
trxName - transaction

X_C_ElementValue

public X_C_ElementValue(Ctx ctx,
                        ResultSet rs,
                        String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction
Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
2 - Client

initPO

protected POInfo initPO(Ctx ctx)
Load Meta Data

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

toString

public String toString()
Info

Overrides:
toString in class PO
Returns:
info

isAccountSignValid

public boolean isAccountSignValid(String test)
Is test a valid value.

Parameters:
test - testvalue
Returns:
true if valid

setAccountSign

public void setAccountSign(String AccountSign)
Set Account Sign.

Parameters:
AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit

getAccountSign

public String getAccountSign()
Get Account Sign.

Returns:
Indicates the Natural Sign of the Account as a Debit or Credit

isAccountTypeValid

public boolean isAccountTypeValid(String test)
Is test a valid value.

Parameters:
test - testvalue
Returns:
true if valid

setAccountType

public void setAccountType(String AccountType)
Set Account Type.

Parameters:
AccountType - Indicates the type of account

getAccountType

public String getAccountType()
Get Account Type.

Returns:
Indicates the type of account

setC_BankAccount_ID

public void setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account.

Parameters:
C_BankAccount_ID - Account at the Bank

getC_BankAccount_ID

public int getC_BankAccount_ID()
Get Bank Account.

Returns:
Account at the Bank

setC_Currency_ID

public void setC_Currency_ID(int C_Currency_ID)
Set Currency.

Parameters:
C_Currency_ID - The Currency for this record

getC_Currency_ID

public int getC_Currency_ID()
Get Currency.

Returns:
The Currency for this record

setC_ElementValue_ID

public void setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element.

Parameters:
C_ElementValue_ID - Account Element

getC_ElementValue_ID

public int getC_ElementValue_ID()
Get Account Element.

Returns:
Account Element

setC_Element_ID

public void setC_Element_ID(int C_Element_ID)
Set Element.

Parameters:
C_Element_ID - Accounting Element

getC_Element_ID

public int getC_Element_ID()
Get Element.

Returns:
Accounting Element

setDescription

public void setDescription(String Description)
Set Description.

Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Returns:
Optional short description of the record

setIsBankAccount

public void setIsBankAccount(boolean IsBankAccount)
Set Bank Account.

Parameters:
IsBankAccount - Indicates if this is the Bank Account

isBankAccount

public boolean isBankAccount()
Get Bank Account.

Returns:
Indicates if this is the Bank Account

setIsDocControlled

public void setIsDocControlled(boolean IsDocControlled)
Set Document Controlled.

Parameters:
IsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to it

isDocControlled

public boolean isDocControlled()
Get Document Controlled.

Returns:
Control account - If an account is controlled by a document, you cannot post manually to it

setIsForeignCurrency

public void setIsForeignCurrency(boolean IsForeignCurrency)
Set Foreign Currency Account.

Parameters:
IsForeignCurrency - Balances in foreign currency accounts are held in the nominated currency

isForeignCurrency

public boolean isForeignCurrency()
Get Foreign Currency Account.

Returns:
Balances in foreign currency accounts are held in the nominated currency

setIsSummary

public void setIsSummary(boolean IsSummary)
Set Summary Level.

Parameters:
IsSummary - This is a summary entity

isSummary

public boolean isSummary()
Get Summary Level.

Returns:
This is a summary entity

setName

public void setName(String Name)
Set Name.

Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Returns:
Alphanumeric identifier of the entity

setPostActual

public void setPostActual(boolean PostActual)
Set Post Actual.

Parameters:
PostActual - Actual Values can be posted

isPostActual

public boolean isPostActual()
Get Post Actual.

Returns:
Actual Values can be posted

setPostBudget

public void setPostBudget(boolean PostBudget)
Set Post Budget.

Parameters:
PostBudget - Budget values can be posted

isPostBudget

public boolean isPostBudget()
Get Post Budget.

Returns:
Budget values can be posted

setPostEncumbrance

public void setPostEncumbrance(boolean PostEncumbrance)
Set Post Encumbrance.

Parameters:
PostEncumbrance - Post commitments to this account

isPostEncumbrance

public boolean isPostEncumbrance()
Get Post Encumbrance.

Returns:
Post commitments to this account

setPostStatistical

public void setPostStatistical(boolean PostStatistical)
Set Post Statistical.

Parameters:
PostStatistical - Post statistical quantities to this account?

isPostStatistical

public boolean isPostStatistical()
Get Post Statistical.

Returns:
Post statistical quantities to this account?

setValidFrom

public void setValidFrom(Timestamp ValidFrom)
Set Valid from.

Parameters:
ValidFrom - Valid from including this date (first day)

getValidFrom

public Timestamp getValidFrom()
Get Valid from.

Returns:
Valid from including this date (first day)

setValidTo

public void setValidTo(Timestamp ValidTo)
Set Valid to.

Parameters:
ValidTo - Valid to including this date (last day)

getValidTo

public Timestamp getValidTo()
Get Valid to.

Returns:
Valid to including this date (last day)

setValue

public void setValue(String Value)
Set Search Key.

Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Returns:
Search key for the record in the format required - must be unique

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.