org.drools.guvnor.client.rpc
Class InboxPageRequest

java.lang.Object
  extended by org.drools.guvnor.client.rpc.PageRequest
      extended by org.drools.guvnor.client.rpc.InboxPageRequest
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class InboxPageRequest
extends PageRequest

A Query request.


Field Summary
 
Fields inherited from class org.drools.guvnor.client.rpc.PageRequest
pageSize, startRowIndex
 
Constructor Summary
InboxPageRequest()
           
InboxPageRequest(String inboxName, int startRowIndex, Integer pageSize)
           
 
Method Summary
 String getInboxName()
           
 void setInboxName(String inboxName)
           
 
Methods inherited from class org.drools.guvnor.client.rpc.PageRequest
getPageSize, getStartRowIndex, setPageSize, setStartRowIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboxPageRequest

public InboxPageRequest()

InboxPageRequest

public InboxPageRequest(String inboxName,
                        int startRowIndex,
                        Integer pageSize)
Method Detail

getInboxName

public String getInboxName()

setInboxName

public void setInboxName(String inboxName)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.