com.zphinx.spine.vo
Class DaoConstructor
java.lang.Object
com.zphinx.spine.vo.DaoConstructor
- All Implemented Interfaces:
- DAOInput
public abstract class DaoConstructor
- extends Object
- implements DAOInput
DaoConstructor represents a default object which is used to instantiate a Data Access Object.
Data Access Objects requiring arguments in their constructors should subclass this object and add properties suitable for the constructor instantiation.
- Version:
- $1.0
Copyright ©Zphinx Software Solutions
- Author:
- David Ladapo
|
Method Summary |
boolean |
isSubClass()
Verify if the implementing class is a subclass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaoConstructor
public DaoConstructor()
- Public Constructor. Subclasses must call super to ensure that this object is properly initialized
isSubClass
public final boolean isSubClass()
- Verify if the implementing class is a subclass
- Returns:
- true if this class is a sub class