Class ExternalReferenceProperties

    • Constructor Detail

      • ExternalReferenceProperties

        public ExternalReferenceProperties()
        Default constructor
      • ExternalReferenceProperties

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

      • setDisplayName

        public void setDisplayName​(String name)
        Set up name of the external reference.
        Parameters:
        name - String
      • getDisplayName

        public String getDisplayName()
        Return the name for the external reference.
        Returns:
        String identifier
      • getUrl

        public String getUrl()
        Return the URL for the external reference.
        Returns:
        string URL
      • setUrl

        public void setUrl​(String url)
        Set up the URL for the external reference.
        Parameters:
        url - string URL
      • getVersion

        public String getVersion()
        Return the version of the reference that this link refers to.
        Returns:
        string version
      • setVersion

        public void setVersion​(String version)
        Set up the version of the reference that this link refers to.
        Parameters:
        version - string version
      • getDescription

        public String getDescription()
        Return the description of the external reference to help the reader know if they want to click on the link.
        Returns:
        string description
      • setDescription

        public void setDescription​(String description)
        Set up the description of the external reference to help the reader know if they want to click on the link.
        Parameters:
        description - string description
      • getOrganization

        public String getOrganization()
        Return the name or identifier or url of the organization that owns the external resource.
        Returns:
        string identifier
      • setOrganization

        public void setOrganization​(String organization)
        Set up the name or identifier or url of the organization that owns the external resource.
        Parameters:
        organization - string identifier
      • 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