com.jdc.lang
Class ObjectString
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.ObjectState
|
+--com.jdc.lang.ObjectString
- public class ObjectString
- extends ObjectState
ObjectString is a String representation of an Object.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
ObjectXML
|
Constructor Summary |
ObjectString(Object object)
Constructs a new ObjectString object for the specified object. |
ObjectString
public ObjectString(Object object)
- Constructs a new ObjectString object for the specified object.
toString
public String toString()
- Returns an String representation of an object.
- Overrides:
toString in class Object
- Returns:
- String
toStringGenerator
public String toStringGenerator()
- Returns an String representation of an object.
- Returns:
- String
- See Also:
main
public static void main(String[] args)
- Tests the ObjectString class.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.