com.webmethods.caf.portalclient.impl
Class ViewProperty

java.lang.Object
  extended by 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

Field Summary
 Object key
          The property name
 Object value
          The value of the property
 
Constructor Summary
ViewProperty()
           
 
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
The property name


value

public Object value
The value of the property

Constructor Detail

ViewProperty

public ViewProperty()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object