public class LocalTermsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
glossaryTerm |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
LocalTermsReference() |
LocalTermsReference(Map objIdMap) |
LocalTermsReference(Reference other) |
LocalTermsReference(String guid) |
LocalTermsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LocalTermsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
LocalTermsReference(String guid,
String relatedEndType) |
LocalTermsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of the corresponding element from the external glossary.
|
GlossaryTerm |
getGlossaryTerm() |
String |
getIdentifier()
Identifier of the corresponding element from the external glossary.
|
String |
getLastVerified()
Date when this reference was last checked.
|
String |
getSteward()
Person who established the link to the external glossary.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
setIdentifier(String identifier) |
void |
setLastVerified(String lastVerified) |
void |
setSteward(String steward) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected GlossaryTerm glossaryTerm
public LocalTermsReference()
public LocalTermsReference(String guid)
public LocalTermsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalTermsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalTermsReference(Reference other)
public LocalTermsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic LocalTermsReference(Map objIdMap)
public GlossaryTerm getGlossaryTerm()
public void setGlossaryTerm(GlossaryTerm glossaryTerm)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getDescription()
public void setDescription(String description)
public String getSteward()
public void setSteward(String steward)
public String getLastVerified()
public void setLastVerified(String lastVerified)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.