|
||||||||||
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.sys.businessobject.UniversityDate
public class UniversityDate
Represents a specific university date
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
UniversityDate()
|
Method Summary | |
---|---|
AccountingPeriod |
getAccountingPeriod()
|
SystemOptions |
getOptions()
Gets the options attribute. |
Date |
getUniversityDate()
|
String |
getUniversityFiscalAccountingPeriod()
|
Integer |
getUniversityFiscalYear()
|
void |
setAccountingPeriod(AccountingPeriod accountingPeriod)
Deprecated. |
void |
setOptions(SystemOptions options)
Deprecated. |
void |
setUniversityDate(Date universityDate)
|
void |
setUniversityFiscalAccountingPeriod(String universityFiscalAccountingPeriod)
|
void |
setUniversityFiscalYear(Integer universityFiscalYear)
|
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 |
---|
public UniversityDate()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
public Date getUniversityDate()
public void setUniversityDate(Date universityDate)
universityDate
- The universityDate to set.public String getUniversityFiscalAccountingPeriod()
public void setUniversityFiscalAccountingPeriod(String universityFiscalAccountingPeriod)
universityFiscalAccountingPeriod
- The universityFiscalAccountingPeriod to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public AccountingPeriod getAccountingPeriod()
public void setAccountingPeriod(AccountingPeriod accountingPeriod)
accountingPeriod
- The accountingPeriod to set.public SystemOptions getOptions()
public void setOptions(SystemOptions options)
options
- The options to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |