Package org.guvnor.m2repo.model
Class JarListPageRow
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.guvnor.m2repo.model.JarListPageRow
-
- All Implemented Interfaces:
Comparable<org.uberfire.paging.AbstractPageRow>
@Portable public class JarListPageRow extends org.uberfire.paging.AbstractPageRowA single row of a paged data
-
-
Constructor Summary
Constructors Constructor Description JarListPageRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.guvnor.common.services.project.model.GAVgetGav()DategetLastModified()StringgetName()StringgetPath()StringgetRepositoryName()voidsetGav(org.guvnor.common.services.project.model.GAV gav)voidsetLastModified(Date lastModified)voidsetName(String name)voidsetPath(String path)voidsetRepositoryName(String repository)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getGav
public org.guvnor.common.services.project.model.GAV getGav()
-
setGav
public void setGav(org.guvnor.common.services.project.model.GAV gav)
-
getLastModified
public Date getLastModified()
-
setLastModified
public void setLastModified(Date lastModified)
-
getRepositoryName
public String getRepositoryName()
-
setRepositoryName
public void setRepositoryName(String repository)
-
-