com.webmethods.caf.portalclient.impl
Class ListView
java.lang.Object
com.webmethods.caf.portalclient.impl.ListView
- All Implemented Interfaces:
- Serializable
public class ListView
- extends Object
- implements Serializable
Object to represent an list of View
returned by the Portal Client web services
NOTE: this class is generated by Glue
- See Also:
- Serialized Form
pagingCookie
public PagingCookie pagingCookie
- The paging cookie used to control paging through a large set of Views
views
public View[] views
- An array of
View
objects. This may contain a subset
of views in the list based upon the settings of the paging cookie
when the web service is invoked.
ListView
public ListView()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object