|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.OffsetAccount
public class OffsetAccount
This class represents an offset account business object.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OffsetAccount()
Default constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public OffsetAccount()
Method Detail |
---|
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 Chart getChart()
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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |