org.drools.guvnor.client.rpc
Class AssetPageRequest

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

public class AssetPageRequest
extends PageRequest
implements com.google.gwt.user.client.rpc.IsSerializable

A request for AssetItem paged data used from the Knowledge Bases Browser

See Also:
AssetPageResponse

Field Summary
 
Fields inherited from class org.drools.guvnor.client.rpc.PageRequest
pageSize, startRowIndex
 
Constructor Summary
AssetPageRequest()
           
AssetPageRequest(String packageUuid, List<String> formatInList, Boolean formatIsRegistered, int startRowIndex, Integer pageSize)
           
 
Method Summary
 List<String> getFormatInList()
           
 Boolean getFormatIsRegistered()
           
 String getPackageUuid()
           
 void setFormatInList(List<String> formatInList)
           
 void setFormatIsRegistered(Boolean formatIsRegistered)
           
 void setPackageUuid(String packageUuid)
           
 
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

AssetPageRequest

public AssetPageRequest()

AssetPageRequest

public AssetPageRequest(String packageUuid,
                        List<String> formatInList,
                        Boolean formatIsRegistered,
                        int startRowIndex,
                        Integer pageSize)
Method Detail

getFormatInList

public List<String> getFormatInList()

getFormatIsRegistered

public Boolean getFormatIsRegistered()

getPackageUuid

public String getPackageUuid()

setFormatInList

public void setFormatInList(List<String> formatInList)

setFormatIsRegistered

public void setFormatIsRegistered(Boolean formatIsRegistered)

setPackageUuid

public void setPackageUuid(String packageUuid)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.