org.kuali.kfs.sys.businessobject
Class UniversityDate

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.UniversityDate
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class UniversityDate
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Represents a specific university date

See Also:
Serialized Form

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

UniversityDate

public UniversityDate()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase

getUniversityDate

public Date getUniversityDate()
Returns:
Returns the universityDate.

setUniversityDate

public void setUniversityDate(Date universityDate)
Parameters:
universityDate - The universityDate to set.

getUniversityFiscalAccountingPeriod

public String getUniversityFiscalAccountingPeriod()
Returns:
Returns the universityFiscalAccountingPeriod.

setUniversityFiscalAccountingPeriod

public void setUniversityFiscalAccountingPeriod(String universityFiscalAccountingPeriod)
Parameters:
universityFiscalAccountingPeriod - The universityFiscalAccountingPeriod to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Parameters:
universityFiscalYear - The universityFiscalYear to set.

getAccountingPeriod

public AccountingPeriod getAccountingPeriod()
Returns:
Returns the accountingPeriod.

setAccountingPeriod

public void setAccountingPeriod(AccountingPeriod accountingPeriod)
Deprecated. 

Parameters:
accountingPeriod - The accountingPeriod to set.

getOptions

public SystemOptions getOptions()
Gets the options attribute.

Returns:
Returns the options.

setOptions

public void setOptions(SystemOptions options)
Deprecated. 

Sets the options attribute value.

Parameters:
options - The options to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.