Class ExternalReferenceLinkProperties

    • Constructor Detail

      • ExternalReferenceLinkProperties

        public ExternalReferenceLinkProperties()
        Default constructor
      • ExternalReferenceLinkProperties

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

      • getLinkId

        public String getLinkId()
        Return the identifier that this reference is to be known as with respect to the linked object.
        Returns:
        String identifier
      • setLinkId

        public void setLinkId​(String linkId)
        Set up the identifier that this reference is to be known as with respect to the linked object.
        Parameters:
        linkId - String identifier
      • getLinkDescription

        public String getLinkDescription()
        Return the description of the external reference with respect to the linked object.
        Returns:
        string
      • setLinkDescription

        public void setLinkDescription​(String linkDescription)
        Set up the description of the external reference with respect to the linked object.
        Parameters:
        linkDescription - string
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int hash code