Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.util.types
Class StringObject  view StringObject download StringObject.java

java.lang.Object
  extended byjoelib.util.types.StringObject
All Implemented Interfaces:
java.io.Serializable

public class StringObject
extends java.lang.Object
implements java.io.Serializable

Two String values.


Field Summary
 java.lang.Object o
          Description of the Field
 java.lang.String s
          Description of the Field
 
Constructor Summary
StringObject(java.lang.String _s, java.lang.Object _o)
          Constructor for the StringString object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o

public java.lang.Object o
Description of the Field


s

public java.lang.String s
Description of the Field

Constructor Detail

StringObject

public StringObject(java.lang.String _s,
                    java.lang.Object _o)
Constructor for the StringString object