public class TermsReference 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 |
|---|
TermsReference() |
TermsReference(Map objIdMap) |
TermsReference(Reference other) |
TermsReference(String guid) |
TermsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
TermsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
TermsReference(String guid,
String relatedEndType) |
TermsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
TermsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Explanation of why this term is in this categorization.
|
GlossaryTerm |
getGlossaryTerm() |
String |
getStatus()
Status of the relationship.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
setStatus(String status) |
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 TermsReference()
public TermsReference(String guid)
public TermsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public TermsReference(Reference other)
public TermsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic TermsReference(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 StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.