Class Organization

    • Constructor Detail

      • Organization

        public Organization()
    • Method Detail

      • getName

        public String getName()
        Get the full name of the organization.
        Returns:
        String
      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getUrl

        public String getUrl()
        Get the URL to the organization's home page.
        Returns:
        String
      • setName

        public void setName​(String name)
        Set the full name of the organization.
        Parameters:
        name - a name object.
      • setUrl

        public void setUrl​(String url)
        Set the URL to the organization's home page.
        Parameters:
        url - a url object.