Class ServerTypeClassificationSummary

    • Constructor Detail

      • ServerTypeClassificationSummary

        public ServerTypeClassificationSummary()
        Default constructor
      • ServerTypeClassificationSummary

        public ServerTypeClassificationSummary​(ServerTypeClassificationSummary template)
        Copy/clone constructor
        Parameters:
        template - object to copy
      • ServerTypeClassificationSummary

        public ServerTypeClassificationSummary​(ServerTypeClassification enumClassification)
        Enum constructor
        Parameters:
        enumClassification - object to copy
    • Method Detail

      • getServerTypeName

        public String getServerTypeName()
        Return the default name for this server type.
        Returns:
        String default name
      • setServerTypeName

        public void setServerTypeName​(String serverTypeName)
        Set up the default name for this server type
        Parameters:
        serverTypeName - name
      • getServerTypeDescription

        public String getServerTypeDescription()
        Return the description of this server type.
        Returns:
        text description
      • setServerTypeDescription

        public void setServerTypeDescription​(String serverTypeDescription)
        Set up the description of this server type.
        Parameters:
        serverTypeDescription - text description
      • getServerSuperType

        public ServerTypeClassificationSummary getServerSuperType()
        Return the description of the supertype (if any)
        Returns:
        classification summary or null
      • setServerSuperType

        public void setServerSuperType​(ServerTypeClassificationSummary serverSuperType)
        Set up the description of the supertype (if any).
        Parameters:
        serverSuperType - classification summary or null
      • getServerTypeWiki

        public String getServerTypeWiki()
        Return the URL for the wiki page describing this server type.
        Returns:
        String URL name for the wiki page
      • setServerTypeWiki

        public void setServerTypeWiki​(String serverTypeWiki)
        Set up the URL for the wiki page describing this server type.
        Parameters:
        serverTypeWiki - URL
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class FFDCResponseBase
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class FFDCResponseBase
        Returns:
        int hash code