public class ExternalGlossaryTermsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ExternalGlossaryLink |
externalGlossaryLink |
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 |
|---|
ExternalGlossaryTermsReference() |
ExternalGlossaryTermsReference(Map objIdMap) |
ExternalGlossaryTermsReference(Reference other) |
ExternalGlossaryTermsReference(String guid) |
ExternalGlossaryTermsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ExternalGlossaryTermsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ExternalGlossaryTermsReference(String guid,
String relatedEndType) |
ExternalGlossaryTermsReference(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.
|
ExternalGlossaryLink |
getExternalGlossaryLink() |
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 |
setExternalGlossaryLink(ExternalGlossaryLink externalGlossaryLink) |
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 ExternalGlossaryLink externalGlossaryLink
public ExternalGlossaryTermsReference()
public ExternalGlossaryTermsReference(String guid)
public ExternalGlossaryTermsReference(String guid, String relatedEndType)
public ExternalGlossaryTermsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalGlossaryTermsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ExternalGlossaryTermsReference(Reference other)
public ExternalGlossaryTermsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ExternalGlossaryTermsReference(Map objIdMap)
public ExternalGlossaryLink getExternalGlossaryLink()
public void setExternalGlossaryLink(ExternalGlossaryLink externalGlossaryLink)
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.