com.webmethods.caf.portalclient.impl
Class ViewProperty
java.lang.Object
com.webmethods.caf.portalclient.impl.ViewProperty
- All Implemented Interfaces:
- Serializable
public class ViewProperty
- extends Object
- implements Serializable
Object to represent an View property of an MWS object, used as an input parameter or returned by the Portal Client web services.
The View Property contains the key/value pair of a named property exposed by a View
of an MWS object.
NOTE: this class is generated by Glue
- See Also:
- Serialized Form
key
public Object key
- The property name
value
public Object value
- The value of the property
ViewProperty
public ViewProperty()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object