Class JarListPageRow

  • All Implemented Interfaces:
    Comparable<org.uberfire.paging.AbstractPageRow>

    @Portable
    public class JarListPageRow
    extends org.uberfire.paging.AbstractPageRow
    A single row of a paged data
    • 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)
      • 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)