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

public abstract class BusinessObjectBase
extends Object
implements BusinessObject

Transient Business Object Base Business Object

See Also:
Serialized Form

Constructor Summary
BusinessObjectBase()
          Default constructor.
 
Method Summary
 void prepareForWorkflow()
          Deprecated. will be removed in rice 1.1
 String toString()
          This will return a proper string representation of the Model Object.
protected  String toStringBuilder(LinkedHashMap<String,Object> fieldValues)
          Deprecated. will be removed in rice 1.1
protected  LinkedHashMap<String,Object> toStringMapper()
          Deprecated. will be removed in rice 1.1
 
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()
Default constructor. Required to do some of the voodoo involved in letting the DataDictionary validate attributeNames for a given BusinessObject subclass.

Method Detail

toStringBuilder

@Deprecated
protected final String toStringBuilder(LinkedHashMap<String,Object> fieldValues)
Deprecated. will be removed in rice 1.1


toStringMapper

@Deprecated
protected final LinkedHashMap<String,Object> toStringMapper()
Deprecated. will be removed in rice 1.1


toString

public String toString()
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

prepareForWorkflow

@Deprecated
public final void prepareForWorkflow()
Deprecated. will be removed in rice 1.1



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