org.kuali.student.core.bo
Class KsInactivatableFromToBase

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.student.core.bo.KsBusinessObjectBase
              extended by org.kuali.student.core.bo.KsInactivatableFromToBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.InactivateableFromTo, org.kuali.rice.kns.bo.PersistableBusinessObject, KsBusinessObject
Direct Known Subclasses:
AffiliatedOrg, EnumeratedValue, Enumeration, KsTypeBusinessObjectBase, SubjectCodeJoinOrg

public abstract class KsInactivatableFromToBase
extends KsBusinessObjectBase
implements org.kuali.rice.kns.bo.InactivateableFromTo

See Also:
Serialized Form

Field Summary
protected  Timestamp activeAsOfDate
           
protected  Timestamp activeFromDate
           
protected  Timestamp activeToDate
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KsInactivatableFromToBase()
           
 
Method Summary
 Timestamp getActiveAsOfDate()
           
 Timestamp getActiveFromDate()
           
 Timestamp getActiveToDate()
           
 boolean isActive()
          Returns active if the getActiveAsOfDate() (current time used if not set) is between the from and to dates.
 void setActive(boolean active)
           
 void setActiveAsOfDate(Timestamp activeAsOfDate)
           
 void setActiveFromDate(Timestamp from)
           
 void setActiveToDate(Timestamp to)
           
 
Methods inherited from class org.kuali.student.core.bo.KsBusinessObjectBase
beforeInsert, getId, setId, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentFile, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, 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.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeUpdate
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

activeFromDate

protected Timestamp activeFromDate

activeToDate

protected Timestamp activeToDate

activeAsOfDate

protected Timestamp activeAsOfDate
Constructor Detail

KsInactivatableFromToBase

public KsInactivatableFromToBase()
Method Detail

isActive

public boolean isActive()
Returns active if the getActiveAsOfDate() (current time used if not set) is between the from and to dates. Null dates are considered to indicate an open range.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable

setActiveFromDate

public void setActiveFromDate(Timestamp from)
Specified by:
setActiveFromDate in interface org.kuali.rice.kns.bo.InactivateableFromTo

setActiveToDate

public void setActiveToDate(Timestamp to)
Specified by:
setActiveToDate in interface org.kuali.rice.kns.bo.InactivateableFromTo

getActiveFromDate

public Timestamp getActiveFromDate()
Specified by:
getActiveFromDate in interface org.kuali.rice.kns.bo.InactivateableFromTo

getActiveToDate

public Timestamp getActiveToDate()
Specified by:
getActiveToDate in interface org.kuali.rice.kns.bo.InactivateableFromTo

getActiveAsOfDate

public Timestamp getActiveAsOfDate()
Specified by:
getActiveAsOfDate in interface org.kuali.rice.kns.bo.InactivateableFromTo

setActiveAsOfDate

public void setActiveAsOfDate(Timestamp activeAsOfDate)
Specified by:
setActiveAsOfDate in interface org.kuali.rice.kns.bo.InactivateableFromTo


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.