com.webmethods.caf.portalclient.impl
Class ListView

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

Field Summary
 PagingCookie pagingCookie
          The paging cookie used to control paging through a large set of Views
 View[] views
          An array of View objects.
 
Constructor Summary
ListView()
           
 
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

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.

Constructor Detail

ListView

public ListView()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object