Class DigitalLocationProperties

    • Constructor Detail

      • DigitalLocationProperties

        public DigitalLocationProperties()
        Default constructor
      • DigitalLocationProperties

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

      • getNetworkAddress

        public String getNetworkAddress()
        Return the network address used to connect to the location.
        Returns:
        string name - often a URL
      • setNetworkAddress

        public void setNetworkAddress​(String networkAddress)
        Set up the network address used to connect to the location.
        Parameters:
        networkAddress - string name - often a URL
      • 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