Guvnor Inbox 6.0.0.Alpha9

org.kie.guvnor.inbox.model
Class JarListPageRow

java.lang.Object
  extended by org.kie.guvnor.commons.data.tables.AbstractPageRow
      extended by org.kie.guvnor.inbox.model.JarListPageRow
All Implemented Interfaces:
Comparable<org.kie.guvnor.commons.data.tables.AbstractPageRow>

@Portable
public class JarListPageRow
extends org.kie.guvnor.commons.data.tables.AbstractPageRow

A single row of a paged data


Constructor Summary
JarListPageRow()
           
 
Method Summary
 Date getLastModified()
           
 String getName()
           
 String getPath()
           
 void setLastModified(Date lastModified)
           
 void setName(String name)
           
 void setPath(String path)
           
 
Methods inherited from class org.kie.guvnor.commons.data.tables.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarListPageRow

public JarListPageRow()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getPath

public String getPath()

setPath

public void setPath(String path)

getLastModified

public Date getLastModified()

setLastModified

public void setLastModified(Date lastModified)

Guvnor Inbox 6.0.0.Alpha9

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