com.webmethods.caf.portalclient.impl
Class ThingNameAtom

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

public class ThingNameAtom
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String desc
          The language specific description associated with a MWS thing
 String lang
          The language of this name and description
 String name
          The language specific name associated with a MWS thing
 
Constructor Summary
ThingNameAtom()
           
 
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

desc

public String desc
The language specific description associated with a MWS thing


lang

public String lang
The language of this name and description


name

public String name
The language specific name associated with a MWS thing

Constructor Detail

ThingNameAtom

public ThingNameAtom()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object