@Entity public class FiscalYearFunctionControl extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FiscalYearBasedBusinessObject
Modifier and Type | Class and Description |
---|---|
static class |
FiscalYearFunctionControl.FiscalYearFunctionControlId |
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() |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public FiscalYearFunctionControl()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
public void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
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()
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.