Class SecureLocationProperties

    • Constructor Detail

      • SecureLocationProperties

        public SecureLocationProperties()
        Default constructor
      • SecureLocationProperties

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

      • getDescription

        public String getDescription()
        Return the description of security at the site.
        Returns:
        text
      • setDescription

        public void setDescription​(String description)
        Set up description of security at the site.
        Parameters:
        description - text
      • getLevel

        public String getLevel()
        Return the level of security.
        Returns:
        string
      • setLevel

        public void setLevel​(String level)
        Set up the level of security.
        Parameters:
        level - string
      • equals

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