public class TermHASARelationship extends Line
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
protected String |
ownedTermGuid |
protected String |
owningTermGuid |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
TermHASARelationship() |
TermHASARelationship(Line template) |
TermHASARelationship(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
{@literal Description of the relationship.
|
String |
getOwnedTermGuid()
{@literal Get the guid of owned spine attribute.
|
String |
getOwningTermGuid()
{@literal Get the guid of owning spine object.
|
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 |
setDescription(String description) |
void |
setOwnedTermGuid(String ownedTermGuid) |
void |
setOwningTermGuid(String owningTermGuid) |
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, getSerialVersionUID, getSystemAttributes, getTypeDefGuid, setAdditionalProperties, setEffectiveFromTime, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
protected String owningTermGuid
protected String ownedTermGuid
public TermHASARelationship()
public TermHASARelationship(Line template)
public TermHASARelationship(Relationship omrsRelationship)
public String getOwningTermGuid()
String public void setOwningTermGuid(String owningTermGuid)
public String getOwnedTermGuid()
String public void setOwnedTermGuid(String ownedTermGuid)
public String getDescription()
String public void setDescription(String description)
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–2019 ODPi. All rights reserved.