org.kuali.rice.krad.bo
Class BusinessObjectBase
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
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
 
| Method Summary | 
|  String | toString()Deprecated. This will return a proper string representation of the Model Object.
 | 
 
 
 
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.
 
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:
- toStringin interface- ModelObjectBasic
- Overrides:
- toStringin class- Object
 
- 
- Returns:
- the string representation
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.