com.webmethods.caf.portalclient.impl
Class ThingIDList

java.lang.Object
  extended by com.webmethods.caf.portalclient.impl.ThingIDList
All Implemented Interfaces:
Serializable

public class ThingIDList
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 URI[] thingids
          Array of URI objects representing thingIDs
 
Constructor Summary
ThingIDList()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thingids

public URI[] thingids
Array of URI objects representing thingIDs

Constructor Detail

ThingIDList

public ThingIDList()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object