com.ferri.core.vo
Class AbstractBase
java.lang.Object
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
Method Summary |
protected abstract void |
initialize()
Initializes this instance. |
String |
toString()
Returns the string representation for this object. |
AbstractBase
public AbstractBase()
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.