org.kuali.rice.kim.bo.entity.impl
Class KimDefaultableEntityDataBase
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
org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Defaultable, Inactivateable, PersistableBusinessObject
- Direct Known Subclasses:
- KimDefaultableEntityTypeDataBase, KimEntityAddressImpl, KimEntityAffiliationImpl, KimEntityEmailImpl, KimEntityNameImpl, KimEntityPhoneImpl
public abstract class KimDefaultableEntityDataBase
- extends KimInactivatableEntityDataBase
- implements Defaultable
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
Field Summary |
protected boolean |
dflt
|
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 |
dflt
protected boolean dflt
KimDefaultableEntityDataBase
public KimDefaultableEntityDataBase()
isDefault
public boolean isDefault()
- Specified by:
isDefault
in interface Defaultable
- Returns:
- the dflt
setDefault
public void setDefault(boolean dflt)
- Specified by:
setDefault
in interface Defaultable
- Parameters:
dflt
- the dflt to set
isDflt
public boolean isDflt()
- Returns:
- the dflt
setDflt
public void setDflt(boolean dflt)
- Parameters:
dflt
- the dflt to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.