public class AccountingPeriod extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, FiscalYearBasedBusinessObject
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME |
| Constructor and Description |
|---|
AccountingPeriod()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
determines if two accounting periods are equal, based on the primary keys of the AccountingPeriod BusinesObject: university
fiscal year and university fiscal period code
|
int |
getMonth()
This method returns the month that this period represents
|
SystemOptions |
getOptions() |
String |
getUniversityFiscalPeriodCode()
Gets the universityFiscalPeriodCode attribute.
|
Date |
getUniversityFiscalPeriodEndDate()
Gets the universityFiscalPeriodEndDate attribute.
|
String |
getUniversityFiscalPeriodName()
Gets the universityFiscalPeriodName attribute.
|
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute.
|
int |
hashCode()
generates a hash code for this accounting period, based on the primary keys of the AccountingPeriod BusinesObject: university
fiscal year and university fiscal period code
|
boolean |
isActive()
Gets the active attribute.
|
boolean |
isBudgetRolloverIndicator()
Gets the budgetRolloverIndicator attribute.
|
boolean |
isOpen()
Determine if the current account period is open
|
void |
setActive(boolean active)
Sets the active attribute.
|
void |
setBudgetRolloverIndicator(boolean budgetRolloverIndicator)
Sets the budgetRolloverIndicator attribute.
|
void |
setOptions(SystemOptions options)
Deprecated.
|
void |
setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
Sets the universityFiscalPeriodCode attribute.
|
void |
setUniversityFiscalPeriodEndDate(Date universityFiscalPeriodEndDate)
Sets the universityFiscalPeriodEndDate attribute.
|
void |
setUniversityFiscalPeriodName(String universityFiscalPeriodName)
Sets the universityFiscalPeriodName attribute.
|
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, notify, notifyAll, wait, wait, waitpublic static final String CACHE_NAME
public AccountingPeriod()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear in interface FiscalYearBasedBusinessObjectpublic void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear in interface FiscalYearBasedBusinessObjectuniversityFiscalYear - The universityFiscalYear to set.public String getUniversityFiscalPeriodCode()
public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
universityFiscalPeriodCode - The universityFiscalPeriodCode to set.public String getUniversityFiscalPeriodName()
public void setUniversityFiscalPeriodName(String universityFiscalPeriodName)
universityFiscalPeriodName - The universityFiscalPeriodName to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.public boolean isBudgetRolloverIndicator()
public void setBudgetRolloverIndicator(boolean budgetRolloverIndicator)
budgetRolloverIndicator - The budgetRolloverIndicator to set.public Date getUniversityFiscalPeriodEndDate()
public void setUniversityFiscalPeriodEndDate(Date universityFiscalPeriodEndDate)
universityFiscalPeriodEndDate - The universityFiscalPeriodEndDate to set.public boolean isOpen()
public SystemOptions getOptions()
public void setOptions(SystemOptions options)
options - The options to set.public int getMonth()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.