org.kuali.rice.kim.bo.entity.impl
Class KimInactivatableEntityDataBase
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, PersistableBusinessObject
- Direct Known Subclasses:
- KimDefaultableEntityDataBase, KimEntityCitizenshipImpl, KimEntityEmploymentInformationImpl, KimEntityEntityTypeImpl, KimEntityImpl
public abstract class KimInactivatableEntityDataBase
- extends KimEntityDataBase
- implements Inactivateable
This is a description of what this class does - jonathan don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Method Summary |
boolean |
isActive()
Indicates whether the record is active or inactive. |
void |
setActive(boolean active)
Sets the record to active or inactive. |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
active
protected boolean active
KimInactivatableEntityDataBase
public KimInactivatableEntityDataBase()
isActive
public boolean isActive()
- Description copied from interface:
Inactivateable
- Indicates whether the record is active or inactive.
- Specified by:
isActive
in interface Inactivateable
- Returns:
- the active
setActive
public void setActive(boolean active)
- Description copied from interface:
Inactivateable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface Inactivateable
- Parameters:
active
- the active to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.