2004.04.29


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.
 
Fields inherited from class com.jdc.lang.Object
string
 
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
 

Field Detail

object

protected Object object
The object to create a representation of.

Constructor Detail

ObjectState

protected ObjectState()
Constructs a new ObjectState object.


ObjectState

public ObjectState(Object object)
Constructs a new ObjectState object for the specified object.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.