com.jdc.lang
Class ObjectState
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.ObjectState
- Direct Known Subclasses:
- ObjectString, ObjectXML
- public abstract class ObjectState
- extends Object
ObjectState represents the state of an Object.
- Version:
- 1.0
- Author:
- Jay Damon
|
Field Summary |
protected Object |
object
The object to create a representation of. |
|
Constructor Summary |
protected |
ObjectState()
Constructs a new ObjectState object. |
|
ObjectState(Object object)
Constructs a new ObjectState object for the specified object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
protected Object object
- The object to create a representation of.
ObjectState
protected ObjectState()
- Constructs a new ObjectState object.
ObjectState
public ObjectState(Object object)
- Constructs a new ObjectState object for the specified object.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.