org.drools.guvnor.client.rpc
Class QueryPageRow

java.lang.Object
  extended by org.drools.guvnor.client.rpc.AbstractPageRow
      extended by org.drools.guvnor.client.rpc.AbstractAssetPageRow
          extended by org.drools.guvnor.client.rpc.QueryPageRow
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Comparable<AbstractPageRow>

public class QueryPageRow
extends AbstractAssetPageRow

A single row of a paged data


Constructor Summary
QueryPageRow()
           
 
Method Summary
 String getAbbreviatedDescription()
           
 Date getCreatedDate()
           
 String getCreator()
           
 String getDescription()
           
 String getLastContributor()
           
 Date getLastModified()
           
 String getPackageName()
           
 void setAbbreviatedDescription(String abbreviatedDescription)
           
 void setCreatedDate(Date createdDate)
           
 void setCreator(String creator)
           
 void setDescription(String description)
           
 void setLastContributor(String lastContributor)
           
 void setLastModified(Date lastModified)
           
 void setPackageName(String packageName)
           
 
Methods inherited from class org.drools.guvnor.client.rpc.AbstractAssetPageRow
compareTo, getFormat, getName, getUuid, setFormat, setName, setUuid
 
Methods inherited from class org.drools.guvnor.client.rpc.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPageRow

public QueryPageRow()
Method Detail

getAbbreviatedDescription

public String getAbbreviatedDescription()

getCreatedDate

public Date getCreatedDate()

getCreator

public String getCreator()

getDescription

public String getDescription()

getLastContributor

public String getLastContributor()

getLastModified

public Date getLastModified()

getPackageName

public String getPackageName()

setAbbreviatedDescription

public void setAbbreviatedDescription(String abbreviatedDescription)

setCreatedDate

public void setCreatedDate(Date createdDate)

setCreator

public void setCreator(String creator)

setDescription

public void setDescription(String description)

setLastContributor

public void setLastContributor(String lastContributor)

setLastModified

public void setLastModified(Date lastModified)

setPackageName

public void setPackageName(String packageName)


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