public class SemanticAssignment extends Line
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
SemanticAssignment() |
SemanticAssignment(Line template) |
SemanticAssignment(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedElementGuid()
Get the guid of an assigned element, such as an asset or schema element, that is given meaning by the associated Term.
|
Integer |
getConfidence()
{@literal Level of confidence in the correctness of the relationship.
|
String |
getDescription()
{@literal Description of the relationship.
|
String |
getExpression()
{@literal Expression describing the relationship.
|
String |
getSource()
{@literal Person, organization or automated process that created the relationship.
|
TermAssignmentStatus |
getStatus()
{@literal The status of the relationship.
|
String |
getSteward()
{@literal Person responsible for the relationship.
|
String |
getTermGuid()
{@literal Get the guid of Term that gives meaning to the assigned element.
|
void |
setAssignedElementGuid(String assignedElementGuid) |
void |
setConfidence(Integer confidence) |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermAssignmentStatus status) |
void |
setSteward(String steward) |
void |
setTermGuid(String termGuid) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getGuid, getLineType, getName, getSystemAttributes, getTypeDefGuid, setAdditionalProperties, setEffectiveFromTime, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic SemanticAssignment()
public SemanticAssignment(Line template)
public SemanticAssignment(Relationship omrsRelationship)
public String getAssignedElementGuid()
String public void setAssignedElementGuid(String assignedElementGuid)
public String getTermGuid()
String public void setTermGuid(String termGuid)
public String getDescription()
String public void setDescription(String description)
public String getExpression()
String public void setExpression(String expression)
public TermAssignmentStatus getStatus()
TermAssignmentStatus public void setStatus(TermAssignmentStatus status)
public Integer getConfidence()
Integer public void setConfidence(Integer confidence)
public String getSteward()
String public void setSteward(String steward)
public String getSource()
String public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.