org.kuali.rice.kim.bo.entity.impl
Class KimDefaultableEntityDataBase

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
                  extended by 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
           
 
Fields inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
active
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimDefaultableEntityDataBase()
           
 
Method Summary
 boolean isDefault()
           
 boolean isDflt()
           
 void setDefault(boolean dflt)
           
 void setDflt(boolean dflt)
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
isActive, setActive
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem
 
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, toStringMapper
 
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
 

Field Detail

dflt

protected boolean dflt
Constructor Detail

KimDefaultableEntityDataBase

public KimDefaultableEntityDataBase()
Method Detail

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.