org.kuali.kfs.fp.businessobject
Class FiscalYearFunctionControl

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.FiscalYearFunctionControl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

This class is used to represent a fiscal year function control business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
FiscalYearFunctionControl()
          Default constructor.
 
Method Summary
 boolean equals(Object obj)
          Implementing equals since I need contains to behave reasonably.
 String getFinancialSystemFunctionControlCode()
          Gets the financialSystemFunctionControlCode attribute.
 FunctionControlCode getFunctionControl()
           
 SystemOptions getUniversityFiscal()
          Gets the universityFiscal attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isFinancialSystemFunctionActiveIndicator()
          Gets the financialSystemFunctionActiveIndicator attribute.
 void setFinancialSystemFunctionActiveIndicator(boolean financialSystemFunctionActiveIndicator)
          Sets the financialSystemFunctionActiveIndicator attribute.
 void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
          Sets the financialSystemFunctionControlCode attribute.
 void setFunctionControl(FunctionControlCode functionControl)
          Deprecated.  
 void setUniversityFiscal(SystemOptions universityFiscal)
          Sets the universityFiscal attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute.
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

FiscalYearFunctionControl

public FiscalYearFunctionControl()
Default constructor.

Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getFinancialSystemFunctionControlCode

public String getFinancialSystemFunctionControlCode()
Gets the financialSystemFunctionControlCode attribute.

Returns:
Returns the financialSystemFunctionControlCode

setFinancialSystemFunctionControlCode

public void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
Sets the financialSystemFunctionControlCode attribute.

Parameters:
financialSystemFunctionControlCode - The financialSystemFunctionControlCode to set.

isFinancialSystemFunctionActiveIndicator

public boolean isFinancialSystemFunctionActiveIndicator()
Gets the financialSystemFunctionActiveIndicator attribute.

Returns:
Returns the financialSystemFunctionActiveIndicator

setFinancialSystemFunctionActiveIndicator

public void setFinancialSystemFunctionActiveIndicator(boolean financialSystemFunctionActiveIndicator)
Sets the financialSystemFunctionActiveIndicator attribute.

Parameters:
financialSystemFunctionActiveIndicator - The financialSystemFunctionActiveIndicator to set.

getFunctionControl

public FunctionControlCode getFunctionControl()
Returns:
Returns the functionControl.

setFunctionControl

public void setFunctionControl(FunctionControlCode functionControl)
Deprecated. 

Parameters:
functionControl - The functionControl to set.

equals

public boolean equals(Object obj)
Implementing equals since I need contains to behave reasonably.

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toStringMapper

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

getUniversityFiscal

public SystemOptions getUniversityFiscal()
Gets the universityFiscal attribute.

Returns:
Returns the universityFiscal.

setUniversityFiscal

public void setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.

Parameters:
universityFiscal - The universityFiscal to set.


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