Class LocationProperties

    • Constructor Detail

      • LocationProperties

        public LocationProperties()
        Default constructor
      • LocationProperties

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

      • getDisplayName

        public String getDisplayName()
        Return a human memorable name for the location.
        Returns:
        string name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up a human memorable name for the location.
        Parameters:
        displayName - string name
      • getDescription

        public String getDescription()
        Return the description of the location.
        Returns:
        string text
      • setDescription

        public void setDescription​(String description)
        Set up the description of the location.
        Parameters:
        description - string text
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison