|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.FiscalYearFunctionControl
public class FiscalYearFunctionControl
This class is used to represent a fiscal year function control business object.
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 |
---|
public FiscalYearFunctionControl()
Method Detail |
---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getFinancialSystemFunctionControlCode()
public void setFinancialSystemFunctionControlCode(String financialSystemFunctionControlCode)
financialSystemFunctionControlCode
- The financialSystemFunctionControlCode to set.public boolean isFinancialSystemFunctionActiveIndicator()
public void setFinancialSystemFunctionActiveIndicator(boolean financialSystemFunctionActiveIndicator)
financialSystemFunctionActiveIndicator
- The financialSystemFunctionActiveIndicator to set.public FunctionControlCode getFunctionControl()
public void setFunctionControl(FunctionControlCode functionControl)
functionControl
- The functionControl to set.public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal
- The universityFiscal to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |