com.webmethods.caf.portalclient.impl
Class ThingNameAtom
java.lang.Object
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 |
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
ThingNameAtom
public ThingNameAtom()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object