public class LocalGlossaryReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Glossary |
glossary |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
LocalGlossaryReference() |
LocalGlossaryReference(Map objIdMap) |
LocalGlossaryReference(Reference other) |
LocalGlossaryReference(String guid) |
LocalGlossaryReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LocalGlossaryReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
LocalGlossaryReference(String guid,
String relatedEndType) |
LocalGlossaryReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Glossary |
getGlossary() |
int |
hashCode() |
void |
setGlossary(Glossary glossary) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected Glossary glossary
public LocalGlossaryReference()
public LocalGlossaryReference(String guid)
public LocalGlossaryReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalGlossaryReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalGlossaryReference(Reference other)
public LocalGlossaryReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic LocalGlossaryReference(Map objIdMap)
public Glossary getGlossary()
public void setGlossary(Glossary glossary)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.