org.kuali.rice.kim.bo.entity.dto
Class KimDefaultableInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo
      extended by org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo
All Implemented Interfaces:
Serializable, Inactivatable, Defaultable, DefaultableInactivateable, Inactivateable
Direct Known Subclasses:
KimEntityAffiliationInfo, KimEntityNameInfo

public class KimDefaultableInfo
extends KimInactivatableInfo
implements Defaultable, DefaultableInactivateable

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

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

Field Summary
protected  boolean defaultValue
           
 
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo
active
 
Constructor Summary
KimDefaultableInfo()
           
 
Method Summary
 boolean isDefaultValue()
          The default value for this object.
 void setDefaultValue(boolean defaultValue)
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo
isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Field Detail

defaultValue

protected boolean defaultValue
Constructor Detail

KimDefaultableInfo

public KimDefaultableInfo()
Method Detail

isDefaultValue

public boolean isDefaultValue()
Description copied from interface: Defaultable
The default value for this object.

Specified by:
isDefaultValue in interface Defaultable
Returns:
the dflt

setDefaultValue

public void setDefaultValue(boolean defaultValue)
Parameters:
dflt - the dflt to set


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