public class TypesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
glossaryTerm |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
TypesReference() |
TypesReference(Map objIdMap) |
TypesReference(Reference other) |
TypesReference(String guid) |
TypesReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
TypesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
TypesReference(String guid,
String relatedEndType) |
TypesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
TypesReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of the relationship.
|
GlossaryTerm |
getGlossaryTerm() |
String |
getSource()
Person, organization or automated process that created the relationship.
|
String |
getStatus()
The status of or confidence in the relationship.
|
String |
getSteward()
Person responsible for the relationship.
|
int |
hashCode() |
void |
setDescription(String description) |
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 String relationship_Type
protected String name
protected GlossaryTerm glossaryTerm
public TypesReference()
public TypesReference(String guid)
public TypesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public TypesReference(Reference other)
public TypesReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic TypesReference(Map objIdMap)
public GlossaryTerm getGlossaryTerm()
public void setGlossaryTerm(GlossaryTerm glossaryTerm)
public String getDescription()
public void setDescription(String description)
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 ODPi. All rights reserved.