public class OffsetAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
OffsetAccount()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
Chart |
getChart()
Gets the chart attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
Account |
getFinancialOffsetAccount() |
String |
getFinancialOffsetAccountNumber()
Gets the financialOffsetAccountNumber attribute.
|
Chart |
getFinancialOffsetChartOfAccount()
Gets the financialOffsetChartOfAccount attribute.
|
String |
getFinancialOffsetChartOfAccountCode()
Gets the financialOffsetChartOfAccountCode attribute.
|
String |
getFinancialOffsetObjectCode()
Gets the financialOffsetObjectCode attribute.
|
ObjectCodeCurrent |
getObjectCodeCurrent() |
String |
getOffsetAccountViewer()
This method (a hack by any other name...) returns a string so that an offset Account can have a link to view its own
inquiry page after a look up
|
boolean |
isActive()
Gets the active attribute.
|
void |
setAccount(Account account)
Deprecated.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setChart(Chart chart)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setFinancialOffsetAccount(Account financialOffsetAccount)
Deprecated.
|
void |
setFinancialOffsetAccountNumber(String financialOffsetAccountNumber)
Sets the financialOffsetAccountNumber attribute.
|
void |
setFinancialOffsetChartOfAccount(Chart financialOffsetChartOfAccount)
Deprecated.
|
void |
setFinancialOffsetChartOfAccountCode(String financialOffsetChartOfAccountCode)
Sets the financialOffsetChartOfAccountCode attribute.
|
void |
setFinancialOffsetObjectCode(String financialOffsetObjectCode)
Sets the financialOffsetObjectCode attribute.
|
void |
setObjectCodeCurrent(ObjectCodeCurrent objectCodeCurrent)
Deprecated.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public OffsetAccount()
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getFinancialOffsetObjectCode()
public void setFinancialOffsetObjectCode(String financialOffsetObjectCode)
financialOffsetObjectCode
- The financialOffsetObjectCode to set.public String getFinancialOffsetChartOfAccountCode()
public void setFinancialOffsetChartOfAccountCode(String financialOffsetChartOfAccountCode)
financialOffsetChartOfAccountCode
- The financialOffsetChartOfAccountCode to set.public String getFinancialOffsetAccountNumber()
public void setFinancialOffsetAccountNumber(String financialOffsetAccountNumber)
financialOffsetAccountNumber
- The financialOffsetAccountNumber to set.public void setChart(Chart chart)
chart
- The chart to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public Chart getFinancialOffsetChartOfAccount()
public void setFinancialOffsetChartOfAccount(Chart financialOffsetChartOfAccount)
financialOffsetChartOfAccount
- The financialOffsetChartOfAccount to set.public Account getFinancialOffsetAccount()
public void setFinancialOffsetAccount(Account financialOffsetAccount)
financialOffsetAccount
- The financialOffsetAccount to set.public ObjectCodeCurrent getObjectCodeCurrent()
public void setObjectCodeCurrent(ObjectCodeCurrent objectCodeCurrent)
objectCodeCurrent
- The objectCodeCurrent to set.public String getOffsetAccountViewer()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.