public class FiscalYearFunctionControl extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FiscalYearBasedBusinessObject
| Constructor and Description |
|---|
FiscalYearFunctionControl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic FiscalYearFunctionControl()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear in interface FiscalYearBasedBusinessObjectpublic void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear in interface FiscalYearBasedBusinessObjectuniversityFiscalYear - 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 ObjectObject.equals(java.lang.Object)protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal - The universityFiscal to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.