org.kuali.kfs.coa.businessobject
Class HigherEducationFunction

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.HigherEducationFunction
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 HigherEducationFunction
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
HigherEducationFunction()
          Default no-arg constructor.
 
Method Summary
 AICPAFunction getAicpaFunction()
           
 String getCodeAndDescription()
           
 FederalFunction getFederalFunction()
           
 String getFinAicpaFunctionCode()
          Gets the finAicpaFunctionCode attribute.
 String getFinancialFederalFunctionCode()
          Gets the financialFederalFunctionCode attribute.
 String getFinancialHigherEdFunctionCd()
          Gets the financialHigherEdFunctionCd attribute.
 String getFinancialHigherEdFunctionNm()
          Gets the financialHigherEdFunctionNm attribute.
 String getFinUnivBdgtOfficeFunctionCd()
          Gets the finUnivBdgtOfficeFunctionCd attribute.
 UniversityBudgetOfficeFunction getUniversityBudgetOfficeFunction()
           
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setAicpaFunction(AICPAFunction aicpaFunction)
          Deprecated.  
 void setFederalFunction(FederalFunction federalFunction)
          Deprecated.  
 void setFinAicpaFunctionCode(String finAicpaFunctionCode)
          Sets the finAicpaFunctionCode attribute.
 void setFinancialFederalFunctionCode(String financialFederalFunctionCode)
          Sets the financialFederalFunctionCode attribute.
 void setFinancialHigherEdFunctionCd(String financialHigherEdFunctionCd)
          Sets the financialHigherEdFunctionCd attribute.
 void setFinancialHigherEdFunctionNm(String financialHigherEdFunctionNm)
          Sets the financialHigherEdFunctionNm attribute.
 void setFinUnivBdgtOfficeFunctionCd(String finUnivBdgtOfficeFunctionCd)
          Sets the finUnivBdgtOfficeFunctionCd attribute.
 void setUniversityBudgetOfficeFunction(UniversityBudgetOfficeFunction universityBudgetOfficeFunction)
          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

HigherEducationFunction

public HigherEducationFunction()
Default no-arg constructor.

Method Detail

getFinancialHigherEdFunctionCd

public String getFinancialHigherEdFunctionCd()
Gets the financialHigherEdFunctionCd attribute.

Returns:
Returns the financialHigherEdFunctionCd

setFinancialHigherEdFunctionCd

public void setFinancialHigherEdFunctionCd(String financialHigherEdFunctionCd)
Sets the financialHigherEdFunctionCd attribute.

Parameters:
financialHigherEdFunctionCd - The financialHigherEdFunctionCd to set.

getFinancialHigherEdFunctionNm

public String getFinancialHigherEdFunctionNm()
Gets the financialHigherEdFunctionNm attribute.

Returns:
Returns the financialHigherEdFunctionNm

setFinancialHigherEdFunctionNm

public void setFinancialHigherEdFunctionNm(String financialHigherEdFunctionNm)
Sets the financialHigherEdFunctionNm attribute.

Parameters:
financialHigherEdFunctionNm - The financialHigherEdFunctionNm to set.

getFinUnivBdgtOfficeFunctionCd

public String getFinUnivBdgtOfficeFunctionCd()
Gets the finUnivBdgtOfficeFunctionCd attribute.

Returns:
Returns the finUnivBdgtOfficeFunctionCd

setFinUnivBdgtOfficeFunctionCd

public void setFinUnivBdgtOfficeFunctionCd(String finUnivBdgtOfficeFunctionCd)
Sets the finUnivBdgtOfficeFunctionCd attribute.

Parameters:
finUnivBdgtOfficeFunctionCd - The finUnivBdgtOfficeFunctionCd to set.

getFinAicpaFunctionCode

public String getFinAicpaFunctionCode()
Gets the finAicpaFunctionCode attribute.

Returns:
Returns the finAicpaFunctionCode

setFinAicpaFunctionCode

public void setFinAicpaFunctionCode(String finAicpaFunctionCode)
Sets the finAicpaFunctionCode attribute.

Parameters:
finAicpaFunctionCode - The finAicpaFunctionCode to set.

getFinancialFederalFunctionCode

public String getFinancialFederalFunctionCode()
Gets the financialFederalFunctionCode attribute.

Returns:
Returns the financialFederalFunctionCode

setFinancialFederalFunctionCode

public void setFinancialFederalFunctionCode(String financialFederalFunctionCode)
Sets the financialFederalFunctionCode attribute.

Parameters:
financialFederalFunctionCode - The financialFederalFunctionCode to set.

getUniversityBudgetOfficeFunction

public UniversityBudgetOfficeFunction getUniversityBudgetOfficeFunction()
Returns:
Returns the universityBudgetOfficeFunction.

setUniversityBudgetOfficeFunction

public void setUniversityBudgetOfficeFunction(UniversityBudgetOfficeFunction universityBudgetOfficeFunction)
Deprecated. 

Parameters:
universityBudgetOfficeFunction - The universityBudgetOfficeFunction to set.

getFederalFunction

public FederalFunction getFederalFunction()
Returns:
Returns the federalFunction.

setFederalFunction

public void setFederalFunction(FederalFunction federalFunction)
Deprecated. 

Parameters:
federalFunction - The federalFunction to set.

getAicpaFunction

public AICPAFunction getAicpaFunction()
Returns:
Returns the aicpaFunction.

setAicpaFunction

public void setAicpaFunction(AICPAFunction aicpaFunction)
Deprecated. 

Parameters:
aicpaFunction - The aicpaFunction to set.

getCodeAndDescription

public String getCodeAndDescription()
Returns:
Returns the code and description in format: xx - xxxxxxxxxxxxxxxx

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.