|
||||||||||
| 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.coa.businessobject.AccountingPeriod
public class AccountingPeriod
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
AccountingPeriod()
Default constructor. |
|
| Method Summary | |
|---|---|
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()
|
| 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow |
| Constructor Detail |
|---|
public AccountingPeriod()
| Method Detail |
|---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear - 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.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - 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()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||