org.drools.guvnor.client.rpc
Class CategoryPageRequest

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

public class CategoryPageRequest
extends PageRequest

A Category request.


Field Summary
 
Fields inherited from class org.drools.guvnor.client.rpc.PageRequest
pageSize, startRowIndex
 
Constructor Summary
CategoryPageRequest()
           
CategoryPageRequest(String categoryPath, int startRowIndex, Integer pageSize)
           
 
Method Summary
 String getCategoryPath()
           
 void setCategoryPath(String categoryPath)
           
 
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

CategoryPageRequest

public CategoryPageRequest()

CategoryPageRequest

public CategoryPageRequest(String categoryPath,
                           int startRowIndex,
                           Integer pageSize)
Method Detail

getCategoryPath

public String getCategoryPath()

setCategoryPath

public void setCategoryPath(String categoryPath)


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