Class RelationshipEnd

    • Constructor Detail

      • RelationshipEnd

        public RelationshipEnd()
      • RelationshipEnd

        public RelationshipEnd​(String guid)
      • RelationshipEnd

        public RelationshipEnd​(String guid,
                               String typeName)
      • RelationshipEnd

        public RelationshipEnd​(Map objIdMap)
    • Method Detail

      • getEndGuid

        public String getEndGuid()
        This guid of the is the related end of this reference
        Returns:
        guid of the end
      • setEndGuid

        public void setEndGuid​(String EndGuid)
      • getRelationshipGuid

        public String getRelationshipGuid()
        This is the relationship guid associated with this reference
        Returns:
        relationship guid
      • setRelationshipGuid

        public void setRelationshipGuid​(String relationshipGuid)
      • getTypeName

        public String getTypeName()
        This is the related ends type name
        Returns:
        the related ends name
      • setTypeName

        public void setTypeName​(String typeName)
      • setUniqueAttributes

        public void setUniqueAttributes​(Map<String,​Object> uniqueAttributes)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object