public class UniversityDate extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FiscalYearBasedBusinessObject
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
UniversityDate() |
Modifier and Type | Method and Description |
---|---|
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_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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final String CACHE_NAME
public UniversityDate()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
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()
getUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
public void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.