org.kuali.kfs.fp.businessobject
Class OffsetAccount

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.OffsetAccount
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OffsetAccount
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

This class represents an offset account business object.

See Also:
Serialized Form

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

OffsetAccount

public OffsetAccount()
Default constructor.

Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getFinancialOffsetObjectCode

public String getFinancialOffsetObjectCode()
Gets the financialOffsetObjectCode attribute.

Returns:
Returns the financialOffsetObjectCode

setFinancialOffsetObjectCode

public void setFinancialOffsetObjectCode(String financialOffsetObjectCode)
Sets the financialOffsetObjectCode attribute.

Parameters:
financialOffsetObjectCode - The financialOffsetObjectCode to set.

getFinancialOffsetChartOfAccountCode

public String getFinancialOffsetChartOfAccountCode()
Gets the financialOffsetChartOfAccountCode attribute.

Returns:
Returns the financialOffsetChartOfAccountCode

setFinancialOffsetChartOfAccountCode

public void setFinancialOffsetChartOfAccountCode(String financialOffsetChartOfAccountCode)
Sets the financialOffsetChartOfAccountCode attribute.

Parameters:
financialOffsetChartOfAccountCode - The financialOffsetChartOfAccountCode to set.

getFinancialOffsetAccountNumber

public String getFinancialOffsetAccountNumber()
Gets the financialOffsetAccountNumber attribute.

Returns:
Returns the financialOffsetAccountNumber

setFinancialOffsetAccountNumber

public void setFinancialOffsetAccountNumber(String financialOffsetAccountNumber)
Sets the financialOffsetAccountNumber attribute.

Parameters:
financialOffsetAccountNumber - The financialOffsetAccountNumber to set.

getChart

public Chart getChart()
Gets the chart attribute.

Returns:
Returns the chart

setChart

public void setChart(Chart chart)
Deprecated. 

Sets the chart attribute.

Parameters:
chart - The chart to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Deprecated. 

Sets the account attribute.

Parameters:
account - The account to set.

getFinancialOffsetChartOfAccount

public Chart getFinancialOffsetChartOfAccount()
Gets the financialOffsetChartOfAccount attribute.

Returns:
Returns the financialOffsetChartOfAccount

setFinancialOffsetChartOfAccount

public void setFinancialOffsetChartOfAccount(Chart financialOffsetChartOfAccount)
Deprecated. 

Sets the financialOffsetChartOfAccount attribute.

Parameters:
financialOffsetChartOfAccount - The financialOffsetChartOfAccount to set.

getFinancialOffsetAccount

public Account getFinancialOffsetAccount()
Returns:
Returns the financialOffsetAccount.

setFinancialOffsetAccount

public void setFinancialOffsetAccount(Account financialOffsetAccount)
Deprecated. 

Parameters:
financialOffsetAccount - The financialOffsetAccount to set.

getObjectCodeCurrent

public ObjectCodeCurrent getObjectCodeCurrent()
Returns:
Returns the objectCodeCurrent.

setObjectCodeCurrent

public void setObjectCodeCurrent(ObjectCodeCurrent objectCodeCurrent)
Deprecated. 

Parameters:
objectCodeCurrent - The objectCodeCurrent to set.

getOffsetAccountViewer

public 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

Returns:
the String "View Offset Account"

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.