public class Antonym extends Line
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
Antonym() |
Antonym(Line template) |
Antonym(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAntonym1Guid()
{@literal Get the guid of Antonym at end 2 of the relationship.
|
String |
getAntonym2Guid()
{@literal Get the guid of Antonym at end 2 of the relationship.
|
String |
getDescription()
{@literal Description of the relationship.
|
String |
getExpression()
{@literal An expression that explains the relationship.
|
String |
getSource()
{@literal Person, organization or automated process that created the relationship.
|
TermRelationshipStatus |
getStatus()
{@literal The status of or confidence in the relationship.
|
String |
getSteward()
{@literal Person responsible for the relationship.
|
void |
setAntonym1Guid(String antonym1Guid) |
void |
setAntonym2Guid(String antonym2Guid) |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermRelationshipStatus status) |
void |
setSteward(String steward) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getGuid, getLineType, getName, getSystemAttributes, getTypeDefGuid, setAdditionalProperties, setEffectiveFromTime, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic Antonym()
public Antonym(Line template)
public Antonym(Relationship omrsRelationship)
public String getAntonym1Guid()
String public void setAntonym1Guid(String antonym1Guid)
public String getAntonym2Guid()
String public void setAntonym2Guid(String antonym2Guid)
public String getDescription()
String public void setDescription(String description)
public String getExpression()
String public void setExpression(String expression)
public TermRelationshipStatus getStatus()
TermRelationshipStatus public void setStatus(TermRelationshipStatus status)
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.