org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionAppointmentFundingLoad02Move

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

public class BudgetConstructionAppointmentFundingLoad02Move
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionAppointmentFundingLoad02Move()
          Default no-arg constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
           
 Account getContinuationAccount()
           
 String getContinuationAccountNumber()
           
 Chart getContinuationChartOfAccount()
          Gets the continuationChartOfAccount attribute.
 String getContinuationFinChrtOfAcctCd()
           
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
 void setContinuationAccount(Account continuationAccount)
          Deprecated.  
 void setContinuationAccountNumber(String continuationAccountNumber)
           
 void setContinuationChartOfAccount(Chart continuationChartOfAccount)
          Deprecated.  
 void setContinuationFinChrtOfAcctCd(String continuationFinChrtOfAcctCd)
           
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

BudgetConstructionAppointmentFundingLoad02Move

public BudgetConstructionAppointmentFundingLoad02Move()
Default no-arg constructor.

Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
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.

getContinuationFinChrtOfAcctCd

public String getContinuationFinChrtOfAcctCd()
Returns:
Returns the continuationFinChrtOfAcctCd.

setContinuationFinChrtOfAcctCd

public void setContinuationFinChrtOfAcctCd(String continuationFinChrtOfAcctCd)
Parameters:
continuationFinChrtOfAcctCd - The continuationFinChrtOfAcctCd to set.

getContinuationAccountNumber

public String getContinuationAccountNumber()
Returns:
Returns the continuationAccountNumber.

setContinuationAccountNumber

public void setContinuationAccountNumber(String continuationAccountNumber)
Parameters:
continuationAccountNumber - The continuationAccountNumber to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts 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 value.

Parameters:
account - The account to set.

getContinuationChartOfAccount

public Chart getContinuationChartOfAccount()
Gets the continuationChartOfAccount attribute.

Returns:
Returns the continuationChartOfAccount.

setContinuationChartOfAccount

public void setContinuationChartOfAccount(Chart continuationChartOfAccount)
Deprecated. 

Sets the continuationChartOfAccount attribute value.

Parameters:
continuationChartOfAccount - The continuationChartOfAccount to set.

getContinuationAccount

public Account getContinuationAccount()
Returns:
Returns the continuationAccount.

setContinuationAccount

public void setContinuationAccount(Account continuationAccount)
Deprecated. 

Parameters:
continuationAccount - The continuationAccount to set.

toStringMapper

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


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