com.ferri.core.vo
Class AbstractBase

java.lang.Object
  extended by com.ferri.core.vo.AbstractBase
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseDTO, BaseInputSrvDTO, BaseOutputSrvDTO, BaseVO

public abstract class AbstractBase
extends Object
implements Serializable

Author:
dferri
See Also:
Serialized Form

Constructor Summary
AbstractBase()
           
 
Method Summary
protected abstract  void initialize()
          Initializes this instance.
 String toString()
          Returns the string representation for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractBase

public AbstractBase()
Method Detail

initialize

protected abstract void initialize()
Initializes this instance.


toString

public String toString()
Returns the string representation for this object.

Overrides:
toString in class Object
Returns:
String the string representation for this object.