org.kuali.rice.krad.bo
Class BusinessObjectBase

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
All Implemented Interfaces:
Serializable, ModelObjectBasic, BusinessObject
Direct Known Subclasses:
PersistableBusinessObjectBase, RuleTemplateOptionBo, TransientBusinessObjectBase

Deprecated. use new KRAD Data framework DataObjectService

@Deprecated
public abstract class BusinessObjectBase
extends Object
implements BusinessObject

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

Constructor Summary
BusinessObjectBase()
          Deprecated. Default constructor.
 
Method Summary
 String toString()
          Deprecated. This will return a proper string representation of the Model Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 

Constructor Detail

BusinessObjectBase

public BusinessObjectBase()
Deprecated. 
Default constructor. Required to do some of the voodoo involved in letting the DataDictionary validate attributeNames for a given BusinessObject subclass.

Method Detail

toString

public String toString()
Deprecated. 
Description copied from interface: ModelObjectBasic
This will return a proper string representation of the Model Object. All of the fields comprising the "public" api should be represented in the return value.

Specified by:
toString in interface ModelObjectBasic
Overrides:
toString in class Object
Returns:
the string representation


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.