Class ClientInstallationRepresentation


  • public class ClientInstallationRepresentation
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Field Detail

      • protocol

        protected String protocol
      • downloadOnly

        protected boolean downloadOnly
      • displayType

        protected String displayType
      • helpText

        protected String helpText
      • filename

        protected String filename
      • mediaType

        protected String mediaType
    • Constructor Detail

      • ClientInstallationRepresentation

        public ClientInstallationRepresentation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • isDownloadOnly

        public boolean isDownloadOnly()
      • setDownloadOnly

        public void setDownloadOnly​(boolean downloadOnly)
      • getDisplayType

        public String getDisplayType()
      • setDisplayType

        public void setDisplayType​(String displayType)
      • getHelpText

        public String getHelpText()
      • setHelpText

        public void setHelpText​(String helpText)
      • getFilename

        public String getFilename()
      • setFilename

        public void setFilename​(String filename)
      • getMediaType

        public String getMediaType()
      • setMediaType

        public void setMediaType​(String mediaType)