Class RepositoryServerModel

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.ServerModel

    public class RepositoryServerModel
    extends Object
    implements org.springframework.extensions.webscripts.ServerModel
    Script / Template Model representing Repository Server meta-data
    Author:
    davidc
    • Method Detail

      • getContainerName

        public String getContainerName()
        Specified by:
        getContainerName in interface org.springframework.extensions.webscripts.ServerModel
      • getId

        public String getId()
        Specified by:
        getId in interface org.springframework.extensions.webscripts.ServerModel
      • getName

        public String getName()
        Specified by:
        getName in interface org.springframework.extensions.webscripts.ServerModel
      • getVersionMajor

        public String getVersionMajor()
        Specified by:
        getVersionMajor in interface org.springframework.extensions.webscripts.ServerModel
      • getVersionMinor

        public String getVersionMinor()
        Specified by:
        getVersionMinor in interface org.springframework.extensions.webscripts.ServerModel
      • getVersionRevision

        public String getVersionRevision()
        Specified by:
        getVersionRevision in interface org.springframework.extensions.webscripts.ServerModel
      • getVersionLabel

        public String getVersionLabel()
        Specified by:
        getVersionLabel in interface org.springframework.extensions.webscripts.ServerModel
      • getVersionBuild

        public String getVersionBuild()
        Specified by:
        getVersionBuild in interface org.springframework.extensions.webscripts.ServerModel
      • getVersion

        public String getVersion()
        Specified by:
        getVersion in interface org.springframework.extensions.webscripts.ServerModel
      • getEdition

        public String getEdition()
        Specified by:
        getEdition in interface org.springframework.extensions.webscripts.ServerModel
      • getSchema

        public int getSchema()
        Specified by:
        getSchema in interface org.springframework.extensions.webscripts.ServerModel