org.kuali.rice.krad.bo
Interface PersistableBusinessObjectExtension

All Superinterfaces:
BusinessObject, GloballyUnique, ModelObjectBasic, PersistableBusinessObject, Serializable, Versioned
All Known Implementing Classes:
Account, PersistableBusinessObjectExtensionBase

Deprecated. use a plain old Object property on your class and use ExtensionFor annotation on the actual extension class.

@Deprecated
public interface PersistableBusinessObjectExtension
extends PersistableBusinessObject

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.