org.kuali.kfs.coa.businessobject
Class IndirectCostRecoveryExclusionAccount

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.coa.businessobject.IndirectCostRecoveryExclusionAccount
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 IndirectCostRecoveryExclusionAccount
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
IndirectCostRecoveryExclusionAccount()
           
 
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.
 Chart getFinancialObjectChartOfAccount()
          Gets the financialObjectChartOfAccount attribute.
 String getFinancialObjectChartOfAccountCode()
          Gets the financialObjectChartOfAccountCode attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 ObjectCode getObjectCodeCurrent()
           
 boolean isActive()
           
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setActive(boolean active)
           
 void setChart(Chart chart)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setFinancialObjectChartOfAccount(Chart financialObjectChartOfAccount)
          Deprecated.  
 void setFinancialObjectChartOfAccountCode(String financialObjectChartOfAccountCode)
          Sets the financialObjectChartOfAccountCode attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setObjectCodeCurrent(ObjectCode 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

IndirectCostRecoveryExclusionAccount

public IndirectCostRecoveryExclusionAccount()
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.

getFinancialObjectChartOfAccountCode

public String getFinancialObjectChartOfAccountCode()
Gets the financialObjectChartOfAccountCode attribute.

Returns:
Returns the financialObjectChartOfAccountCode

setFinancialObjectChartOfAccountCode

public void setFinancialObjectChartOfAccountCode(String financialObjectChartOfAccountCode)
Sets the financialObjectChartOfAccountCode attribute.

Parameters:
financialObjectChartOfAccountCode - The financialObjectChartOfAccountCode to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

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

getFinancialObjectChartOfAccount

public Chart getFinancialObjectChartOfAccount()
Gets the financialObjectChartOfAccount attribute.

Returns:
Returns the financialObjectChartOfAccount

setFinancialObjectChartOfAccount

public void setFinancialObjectChartOfAccount(Chart financialObjectChartOfAccount)
Deprecated. 

Sets the financialObjectChartOfAccount attribute.

Parameters:
financialObjectChartOfAccount - The financialObjectChartOfAccount to set.

getObjectCodeCurrent

public ObjectCode getObjectCodeCurrent()
Returns:
Returns the objectCode.

setObjectCodeCurrent

public void setObjectCodeCurrent(ObjectCode objectCodeCurrent)
Deprecated. 

Parameters:
objectCode - The objectCode to set.

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns whether the objectCode is active.

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - Set if the record is active.

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.