org.kuali.rice.kim.bo.entity.dto
Class KimDefaultableInfo
java.lang.Object
org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo
org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo
- All Implemented Interfaces:
- Serializable, Defaultable, DefaultableInactivateable, Inactivateable
- Direct Known Subclasses:
- KimEntityAddressInfo, KimEntityAffiliationInfo, KimEntityEmailInfo, KimEntityNameInfo, KimEntityPhoneInfo
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 |
dflt
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dflt
protected boolean dflt
KimDefaultableInfo
public KimDefaultableInfo()
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
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.