net.groboclown.xml.xdstates.v1.impl
Class ItemX

java.lang.Object
  |
  +--net.groboclown.xml.xdstates.v1.impl.ItemX
All Implemented Interfaces:
IItem

public class ItemX
extends Object
implements IItem

Version:
Alpha 0.9.0 - JDK 1.0+
Author:
Matt Albrecht

Field Summary
(package private)  String s
           
 
Constructor Summary
ItemX(String s)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

s

String s
Constructor Detail

ItemX

public ItemX(String s)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Specified by:
toString in interface IItem
Overrides:
toString in class Object


Written under the LGPL