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:
  • Field Details

    • key

      public Object key
      The property name
    • value

      public Object value
      The value of the property
  • Constructor Details

    • ViewProperty

      public ViewProperty()
  • Method Details