public class TranslationsReference 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 |
|---|
TranslationsReference() |
TranslationsReference(Map objIdMap) |
TranslationsReference(Reference other) |
TranslationsReference(String guid) |
TranslationsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
TranslationsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
TranslationsReference(String guid,
String relatedEndType) |
TranslationsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Link between glossary terms that provide different natural language translation of the same concept.
|
String |
getExpression()
Link between glossary terms that provide different natural language translation of the same concept.
|
GlossaryTerm |
getGlossaryTerm() |
String |
getSource()
Link between glossary terms that provide different natural language translation of the same concept.
|
String |
getStatus()
Link between glossary terms that provide different natural language translation of the same concept.
|
String |
getSteward()
Link between glossary terms that provide different natural language translation of the same concept.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
setSource(String source) |
void |
setStatus(String status) |
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 TranslationsReference()
public TranslationsReference(String guid)
public TranslationsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public TranslationsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public TranslationsReference(Reference other)
public TranslationsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic TranslationsReference(Map objIdMap)
public GlossaryTerm getGlossaryTerm()
public void setGlossaryTerm(GlossaryTerm glossaryTerm)
public String getDescription()
public void setDescription(String description)
public String getExpression()
public void setExpression(String expression)
public String getStatus()
public void setStatus(String status)
public String getSteward()
public void setSteward(String steward)
public String getSource()
public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.