org.kuali.rice.kim.bo.ui
Class KimDocumentBoActiveToFromBase

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.ui.KimDocumentBoBase
              extended by org.kuali.rice.kim.bo.ui.KimDocumentBoActiveToFromBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
Direct Known Subclasses:
GroupDocumentMember

@MappedSuperclass
public class KimDocumentBoActiveToFromBase
extends KimDocumentBoBase

This is a description of what this class does - shyu don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  Timestamp activeFromDate
           
protected  Timestamp activeToDate
           
protected  boolean edit
           
 
Fields inherited from class org.kuali.rice.kim.bo.ui.KimDocumentBoBase
documentNumber
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
KimDocumentBoActiveToFromBase()
           
 
Method Summary
 Timestamp getActiveFromDate()
           
 Timestamp getActiveToDate()
           
 boolean isActive()
           
 boolean isEdit()
           
 void setActiveFromDate(Timestamp activeFromDate)
           
 void setActiveToDate(Timestamp activeToDate)
           
 void setEdit(boolean edit)
           
 
Methods inherited from class org.kuali.rice.kim.bo.ui.KimDocumentBoBase
getDocumentNumber, setDocumentNumber
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

activeFromDate

protected Timestamp activeFromDate

activeToDate

protected Timestamp activeToDate

edit

protected boolean edit
Constructor Detail

KimDocumentBoActiveToFromBase

public KimDocumentBoActiveToFromBase()
Method Detail

isEdit

public boolean isEdit()
Returns:
the edit

setEdit

public void setEdit(boolean edit)
Parameters:
edit - the edit to set

getActiveFromDate

public Timestamp getActiveFromDate()
Returns:
the activeFromDate

setActiveFromDate

public void setActiveFromDate(Timestamp activeFromDate)
Parameters:
activeFromDate - the activeFromDate to set

getActiveToDate

public Timestamp getActiveToDate()
Returns:
the activeToDate

setActiveToDate

public void setActiveToDate(Timestamp activeToDate)
Parameters:
activeToDate - the activeToDate to set

isActive

public boolean isActive()


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