com.webmethods.caf.portalclient.impl
Class mapItem

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

public class mapItem
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Object key
          Key value of the map
 Object value
          Value of the map entry
 
Constructor Summary
mapItem()
           
 
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

key

public Object key
Key value of the map


value

public Object value
Value of the map entry

Constructor Detail

mapItem

public mapItem()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object