Class ElementValue
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.financialmgmt.accounting.coa.ElementValue
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ElementValue extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity FinancialMgmtElementValue (stored in table C_ElementValue).
Help: The individual valid values for the Element. The values must conform to the format defined. If the Element is an Account Type then the Account Classification (Asset, Liability etc) and posting controls are also defined
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACCOUNTINGELEMENT
Property accountingElement stored in column C_Element_ID in table C_ElementValue
Help: The Account Tree uniquely identifies the Account Tree, also known as Chart of Accounts, linked to the Accounting Schema.static String
PROPERTY_ACCOUNTSIGN
Property accountSign stored in column AccountSign in table C_ElementValue
Help: Indicates if the expected balance for this account should be a Debit or a Credit.static String
PROPERTY_ACCOUNTTYPE
Property accountType stored in column AccountType in table C_ElementValue
Help: Valid account types are A - Asset, E - Expense, L - Liability, O- Owner Equity, R -Revenue and M- Memo. The account type is used to determine what taxes, if any are applicable, validating payables and receivables for business partners. Note: Memo account amounts are ignored when checking for balancingstatic String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_ElementValuestatic String
PROPERTY_BANKACCOUNT
Property bankAccount stored in column C_BankAccount_ID in table C_ElementValue
Help: The Bank Account identifies an account at this Bank.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_ElementValuestatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_ElementValuestatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_ElementValuestatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_ElementValue
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_ElementValue
Help: A description is limited to 255 characters.static String
PROPERTY_DOCUMENTCONTROLLED
Property documentControlled stored in column IsDocControlled in table C_ElementValue
Help: Control account - If an account is controlled by a document, you cannot post manually to itstatic String
PROPERTY_ELEMENTLEVEL
Property elementLevel stored in column ElementLevel in table C_ElementValue
Help: Indicates the level of the account (heading, account, breakdown or subaccount).static String
PROPERTY_ELEMENTSHOWN
Property elementShown stored in column ShowElement in table C_ElementValue
Help: Displays this element.static String
PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST
Property financialMgmtAcctSchemaElementList stored in table C_ElementValuestatic String
PROPERTY_FINANCIALMGMTELEMENTVALUETRLLIST
Property financialMgmtElementValueTrlList stored in table C_ElementValuestatic String
PROPERTY_FOREIGNCURRENCYACCOUNT
Property foreignCurrencyAccount stored in column IsForeignCurrency in table C_ElementValue
Help: Balances in foreign currency accounts are held in the nominated currency and translated to functional currencystatic String
PROPERTY_ID
Property id stored in column C_ElementValue_ID in table C_ElementValue
Help: Account Elements can be natural accounts or user defined values.static String
PROPERTY_ISBANKACCOUNT
Property isBankAccount stored in column IsBankAccount in table C_ElementValue
Help: The Bank Account checkbox indicates if this is account is the bank account.static String
PROPERTY_NAME
Property name stored in column Name in table C_ElementValuestatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_ElementValuestatic String
PROPERTY_POSTACTUAL
Property postActual stored in column PostActual in table C_ElementValue
Help: The Post Actual indicates if actual values can be posted to this element value.static String
PROPERTY_POSTBUDGET
Property postBudget stored in column PostBudget in table C_ElementValue
Help: The Post Budget indicates if budget values can be posted to this element value.static String
PROPERTY_POSTENCUMBRANCE
Property postEncumbrance stored in column PostEncumbrance in table C_ElementValue
Help: Post commitments to this accountstatic String
PROPERTY_POSTSTATISTICAL
Property postStatistical stored in column PostStatistical in table C_ElementValue
Help: Post statistical quantities to this account?static String
PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table C_ElementValuestatic String
PROPERTY_SHOWVALUECONDITION
Property showValueCondition stored in column ShowValueCond in table C_ElementValue
Help: Condition to show value. when algebraic it is always displayed, when positive it is shown only if the amount is positive and when negative it is shown only if the amount is negative.static String
PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table C_ElementValue
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.static String
PROPERTY_TITLENODE
Property titleNode stored in column Isalwaysshown in table C_ElementValue
Help: A node flagged as "Title Node", will always be displayed in the report, even if the balance is 0, and the "Show only accounts with value" is flagged.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_ElementValuestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_ElementValuestatic String
PROPERTY_VALIDFROMDATE
Property validFromDate stored in column ValidFrom in table C_ElementValue
Help: The Valid From date indicates the first day of a date rangestatic String
PROPERTY_VALIDTODATE
Property validToDate stored in column ValidTo in table C_ElementValue
Help: The Valid To date indicates the last day of a date rangestatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ElementValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
getAccountingElement()
String
getAccountSign()
String
getAccountType()
BankAccount
getBankAccount()
Client
getClient()
Client fieldUser
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditCurrency
getCurrency()
String
getDescription()
String
getElementLevel()
String
getEntityName()
List<AcctSchemaElement>
getFinancialMgmtAcctSchemaElementList()
Help: The Account Schema Element defines the elements that comprise the account key. A name is defined which will display in documents. Also the order of the elements and if they are balanced and mandatory are indicated.List<ElementValueTrl>
getFinancialMgmtElementValueTrlList()
Help: Defines the translation of the element value to an alternate languageString
getId()
String
getName()
Organization
getOrganization()
Gets organization fieldString
getSearchKey()
String
getShowValueCondition()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userDate
getValidFromDate()
Date
getValidToDate()
Boolean
isActive()
Gets active fieldBoolean
isBankAccount()
Boolean
isDocumentControlled()
Boolean
isElementShown()
Boolean
isForeignCurrencyAccount()
Boolean
isPostActual()
Boolean
isPostBudget()
Boolean
isPostEncumbrance()
Boolean
isPostStatistical()
Boolean
isSummaryLevel()
Boolean
isTitleNode()
void
setAccountingElement(Element accountingElement)
void
setAccountSign(String accountSign)
void
setAccountType(String accountType)
void
setActive(Boolean active)
Sets active fieldvoid
setBankAccount(Boolean isBankAccount)
void
setBankAccount(BankAccount bankAccount)
void
setClient(Client client)
Client fieldvoid
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setCurrency(Currency currency)
void
setDescription(String description)
void
setDocumentControlled(Boolean documentControlled)
void
setElementLevel(String elementLevel)
void
setElementShown(Boolean elementShown)
void
setFinancialMgmtAcctSchemaElementList(List<AcctSchemaElement> financialMgmtAcctSchemaElementList)
Help: The Account Schema Element defines the elements that comprise the account key. A name is defined which will display in documents. Also the order of the elements and if they are balanced and mandatory are indicated.void
setFinancialMgmtElementValueTrlList(List<ElementValueTrl> financialMgmtElementValueTrlList)
Help: Defines the translation of the element value to an alternate languagevoid
setForeignCurrencyAccount(Boolean foreignCurrencyAccount)
void
setId(String id)
void
setName(String name)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setPostActual(Boolean postActual)
void
setPostBudget(Boolean postBudget)
void
setPostEncumbrance(Boolean postEncumbrance)
void
setPostStatistical(Boolean postStatistical)
void
setSearchKey(String searchKey)
void
setShowValueCondition(String showValueCondition)
void
setSummaryLevel(Boolean summaryLevel)
void
setTitleNode(Boolean titleNode)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setValidFromDate(Date validFromDate)
void
setValidToDate(Date validToDate)
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column C_ElementValue_ID in table C_ElementValue
Help: Account Elements can be natural accounts or user defined values.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_ElementValue- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_ElementValue- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_ElementValue- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_ElementValue- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_ElementValue- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_ElementValue- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_ElementValue- See Also:
Traceable
, Constant Field Values
-
PROPERTY_SEARCHKEY
public static final String PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table C_ElementValue- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table C_ElementValue- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_ElementValue
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTTYPE
public static final String PROPERTY_ACCOUNTTYPE
Property accountType stored in column AccountType in table C_ElementValue
Help: Valid account types are A - Asset, E - Expense, L - Liability, O- Owner Equity, R -Revenue and M- Memo. The account type is used to determine what taxes, if any are applicable, validating payables and receivables for business partners. Note: Memo account amounts are ignored when checking for balancing- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTSIGN
public static final String PROPERTY_ACCOUNTSIGN
Property accountSign stored in column AccountSign in table C_ElementValue
Help: Indicates if the expected balance for this account should be a Debit or a Credit.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTCONTROLLED
public static final String PROPERTY_DOCUMENTCONTROLLED
Property documentControlled stored in column IsDocControlled in table C_ElementValue
Help: Control account - If an account is controlled by a document, you cannot post manually to it- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTINGELEMENT
public static final String PROPERTY_ACCOUNTINGELEMENT
Property accountingElement stored in column C_Element_ID in table C_ElementValue
Help: The Account Tree uniquely identifies the Account Tree, also known as Chart of Accounts, linked to the Accounting Schema.- See Also:
- Constant Field Values
-
PROPERTY_SUMMARYLEVEL
public static final String PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table C_ElementValue
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.- See Also:
- Constant Field Values
-
PROPERTY_VALIDFROMDATE
public static final String PROPERTY_VALIDFROMDATE
Property validFromDate stored in column ValidFrom in table C_ElementValue
Help: The Valid From date indicates the first day of a date range- See Also:
- Constant Field Values
-
PROPERTY_VALIDTODATE
public static final String PROPERTY_VALIDTODATE
Property validToDate stored in column ValidTo in table C_ElementValue
Help: The Valid To date indicates the last day of a date range- See Also:
- Constant Field Values
-
PROPERTY_POSTACTUAL
public static final String PROPERTY_POSTACTUAL
Property postActual stored in column PostActual in table C_ElementValue
Help: The Post Actual indicates if actual values can be posted to this element value.- See Also:
- Constant Field Values
-
PROPERTY_POSTBUDGET
public static final String PROPERTY_POSTBUDGET
Property postBudget stored in column PostBudget in table C_ElementValue
Help: The Post Budget indicates if budget values can be posted to this element value.- See Also:
- Constant Field Values
-
PROPERTY_POSTENCUMBRANCE
public static final String PROPERTY_POSTENCUMBRANCE
Property postEncumbrance stored in column PostEncumbrance in table C_ElementValue
Help: Post commitments to this account- See Also:
- Constant Field Values
-
PROPERTY_POSTSTATISTICAL
public static final String PROPERTY_POSTSTATISTICAL
Property postStatistical stored in column PostStatistical in table C_ElementValue
Help: Post statistical quantities to this account?- See Also:
- Constant Field Values
-
PROPERTY_ISBANKACCOUNT
public static final String PROPERTY_ISBANKACCOUNT
Property isBankAccount stored in column IsBankAccount in table C_ElementValue
Help: The Bank Account checkbox indicates if this is account is the bank account.- See Also:
- Constant Field Values
-
PROPERTY_BANKACCOUNT
public static final String PROPERTY_BANKACCOUNT
Property bankAccount stored in column C_BankAccount_ID in table C_ElementValue
Help: The Bank Account identifies an account at this Bank.- See Also:
- Constant Field Values
-
PROPERTY_FOREIGNCURRENCYACCOUNT
public static final String PROPERTY_FOREIGNCURRENCYACCOUNT
Property foreignCurrencyAccount stored in column IsForeignCurrency in table C_ElementValue
Help: Balances in foreign currency accounts are held in the nominated currency and translated to functional currency- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table C_ElementValue
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_ELEMENTSHOWN
public static final String PROPERTY_ELEMENTSHOWN
Property elementShown stored in column ShowElement in table C_ElementValue
Help: Displays this element.- See Also:
- Constant Field Values
-
PROPERTY_SHOWVALUECONDITION
public static final String PROPERTY_SHOWVALUECONDITION
Property showValueCondition stored in column ShowValueCond in table C_ElementValue
Help: Condition to show value. when algebraic it is always displayed, when positive it is shown only if the amount is positive and when negative it is shown only if the amount is negative.- See Also:
- Constant Field Values
-
PROPERTY_ELEMENTLEVEL
public static final String PROPERTY_ELEMENTLEVEL
Property elementLevel stored in column ElementLevel in table C_ElementValue
Help: Indicates the level of the account (heading, account, breakdown or subaccount).- See Also:
- Constant Field Values
-
PROPERTY_TITLENODE
public static final String PROPERTY_TITLENODE
Property titleNode stored in column Isalwaysshown in table C_ElementValue
Help: A node flagged as "Title Node", will always be displayed in the report, even if the balance is 0, and the "Show only accounts with value" is flagged.- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST
public static final String PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST
Property financialMgmtAcctSchemaElementList stored in table C_ElementValue- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTELEMENTVALUETRLLIST
public static final String PROPERTY_FINANCIALMGMTELEMENTVALUETRLLIST
Property financialMgmtElementValueTrlList stored in table C_ElementValue- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getSearchKey
public String getSearchKey()
- See Also:
PROPERTY_SEARCHKEY
-
setSearchKey
public void setSearchKey(String searchKey)
- See Also:
PROPERTY_SEARCHKEY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getAccountType
public String getAccountType()
- See Also:
PROPERTY_ACCOUNTTYPE
-
setAccountType
public void setAccountType(String accountType)
- See Also:
PROPERTY_ACCOUNTTYPE
-
getAccountSign
public String getAccountSign()
- See Also:
PROPERTY_ACCOUNTSIGN
-
setAccountSign
public void setAccountSign(String accountSign)
- See Also:
PROPERTY_ACCOUNTSIGN
-
isDocumentControlled
public Boolean isDocumentControlled()
- See Also:
PROPERTY_DOCUMENTCONTROLLED
-
setDocumentControlled
public void setDocumentControlled(Boolean documentControlled)
- See Also:
PROPERTY_DOCUMENTCONTROLLED
-
getAccountingElement
public Element getAccountingElement()
- See Also:
PROPERTY_ACCOUNTINGELEMENT
-
setAccountingElement
public void setAccountingElement(Element accountingElement)
- See Also:
PROPERTY_ACCOUNTINGELEMENT
-
isSummaryLevel
public Boolean isSummaryLevel()
- See Also:
PROPERTY_SUMMARYLEVEL
-
setSummaryLevel
public void setSummaryLevel(Boolean summaryLevel)
- See Also:
PROPERTY_SUMMARYLEVEL
-
getValidFromDate
public Date getValidFromDate()
- See Also:
PROPERTY_VALIDFROMDATE
-
setValidFromDate
public void setValidFromDate(Date validFromDate)
- See Also:
PROPERTY_VALIDFROMDATE
-
getValidToDate
public Date getValidToDate()
- See Also:
PROPERTY_VALIDTODATE
-
setValidToDate
public void setValidToDate(Date validToDate)
- See Also:
PROPERTY_VALIDTODATE
-
isPostActual
public Boolean isPostActual()
- See Also:
PROPERTY_POSTACTUAL
-
setPostActual
public void setPostActual(Boolean postActual)
- See Also:
PROPERTY_POSTACTUAL
-
isPostBudget
public Boolean isPostBudget()
- See Also:
PROPERTY_POSTBUDGET
-
setPostBudget
public void setPostBudget(Boolean postBudget)
- See Also:
PROPERTY_POSTBUDGET
-
isPostEncumbrance
public Boolean isPostEncumbrance()
- See Also:
PROPERTY_POSTENCUMBRANCE
-
setPostEncumbrance
public void setPostEncumbrance(Boolean postEncumbrance)
- See Also:
PROPERTY_POSTENCUMBRANCE
-
isPostStatistical
public Boolean isPostStatistical()
- See Also:
PROPERTY_POSTSTATISTICAL
-
setPostStatistical
public void setPostStatistical(Boolean postStatistical)
- See Also:
PROPERTY_POSTSTATISTICAL
-
isBankAccount
public Boolean isBankAccount()
- See Also:
PROPERTY_ISBANKACCOUNT
-
setBankAccount
public void setBankAccount(Boolean isBankAccount)
- See Also:
PROPERTY_ISBANKACCOUNT
-
getBankAccount
public BankAccount getBankAccount()
- See Also:
PROPERTY_BANKACCOUNT
-
setBankAccount
public void setBankAccount(BankAccount bankAccount)
- See Also:
PROPERTY_BANKACCOUNT
-
isForeignCurrencyAccount
public Boolean isForeignCurrencyAccount()
- See Also:
PROPERTY_FOREIGNCURRENCYACCOUNT
-
setForeignCurrencyAccount
public void setForeignCurrencyAccount(Boolean foreignCurrencyAccount)
- See Also:
PROPERTY_FOREIGNCURRENCYACCOUNT
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
isElementShown
public Boolean isElementShown()
- See Also:
PROPERTY_ELEMENTSHOWN
-
setElementShown
public void setElementShown(Boolean elementShown)
- See Also:
PROPERTY_ELEMENTSHOWN
-
getShowValueCondition
public String getShowValueCondition()
- See Also:
PROPERTY_SHOWVALUECONDITION
-
setShowValueCondition
public void setShowValueCondition(String showValueCondition)
- See Also:
PROPERTY_SHOWVALUECONDITION
-
getElementLevel
public String getElementLevel()
- See Also:
PROPERTY_ELEMENTLEVEL
-
setElementLevel
public void setElementLevel(String elementLevel)
- See Also:
PROPERTY_ELEMENTLEVEL
-
isTitleNode
public Boolean isTitleNode()
- See Also:
PROPERTY_TITLENODE
-
setTitleNode
public void setTitleNode(Boolean titleNode)
- See Also:
PROPERTY_TITLENODE
-
getFinancialMgmtAcctSchemaElementList
public List<AcctSchemaElement> getFinancialMgmtAcctSchemaElementList()
Help: The Account Schema Element defines the elements that comprise the account key. A name is defined which will display in documents. Also the order of the elements and if they are balanced and mandatory are indicated.- See Also:
AcctSchemaElement
-
setFinancialMgmtAcctSchemaElementList
public void setFinancialMgmtAcctSchemaElementList(List<AcctSchemaElement> financialMgmtAcctSchemaElementList)
Help: The Account Schema Element defines the elements that comprise the account key. A name is defined which will display in documents. Also the order of the elements and if they are balanced and mandatory are indicated.- See Also:
AcctSchemaElement
-
getFinancialMgmtElementValueTrlList
public List<ElementValueTrl> getFinancialMgmtElementValueTrlList()
Help: Defines the translation of the element value to an alternate language- See Also:
ElementValueTrl
-
setFinancialMgmtElementValueTrlList
public void setFinancialMgmtElementValueTrlList(List<ElementValueTrl> financialMgmtElementValueTrlList)
Help: Defines the translation of the element value to an alternate language- See Also:
ElementValueTrl
-
-