public class LocalCategoriesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
glossaryCategory |
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 |
|---|
LocalCategoriesReference() |
LocalCategoriesReference(Map objIdMap) |
LocalCategoriesReference(Reference other) |
LocalCategoriesReference(String guid) |
LocalCategoriesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LocalCategoriesReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
LocalCategoriesReference(String guid,
String relatedEndType) |
LocalCategoriesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Description of the corresponding element from the external glossary.
|
GlossaryCategory |
getGlossaryCategory() |
String |
getIdentifier()
Identifier of the corresponding element from the external glossary.
|
String |
getLastVerified()
Date when this reference was last checked.
|
String |
getSteward()
Person who established the link to the external glossary.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setGlossaryCategory(GlossaryCategory glossaryCategory) |
void |
setIdentifier(String identifier) |
void |
setLastVerified(String lastVerified) |
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 static final String relationship_Type
protected String name
protected GlossaryCategory glossaryCategory
public LocalCategoriesReference()
public LocalCategoriesReference(String guid)
public LocalCategoriesReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalCategoriesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalCategoriesReference(Reference other)
public LocalCategoriesReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic LocalCategoriesReference(Map objIdMap)
public GlossaryCategory getGlossaryCategory()
public void setGlossaryCategory(GlossaryCategory glossaryCategory)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getDescription()
public void setDescription(String description)
public String getSteward()
public void setSteward(String steward)
public String getLastVerified()
public void setLastVerified(String lastVerified)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.