Interface PersistableBusinessObjectExtension

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.ModelObjectBasic, PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
PersistableBusinessObjectExtensionBase

@Deprecated public interface PersistableBusinessObjectExtension extends PersistableBusinessObject
Deprecated.
use a plain old Object property on your class and use ExtensionFor annotation on the actual extension class.
Author:
Kuali Rice Team (rice.collab@kuali.org)