Class View
java.lang.Object
com.webmethods.caf.portalclient.impl.View
- All Implemented Interfaces:
Serializable
Object to represent an View of an MWS object, used as an input parameter or returned by the Portal Client web services.
The View contains the URI of the MWS object and a map of properties exposed by that MWS thing.
NOTE: this class is generated by Glue
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe set of properties exposed by this MWS thingThe URI of the MWS object this view represents -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
The URI of the MWS object this view represents -
properties
the set of properties exposed by this MWS thing
-
-
Constructor Details
-
View
public View()
-
-
Method Details