public class LocalCategoriesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
glossaryCategory |
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 |
|---|
LocalCategoriesReference() |
LocalCategoriesReference(Map objIdMap) |
LocalCategoriesReference(Reference other) |
LocalCategoriesReference(String guid) |
LocalCategoriesReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
LocalCategoriesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LocalCategoriesReference(String guid,
String relatedEndType) |
LocalCategoriesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
LocalCategoriesReference(String relatedEndType,
String attrName,
Object attrValue) |
| 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 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 relatedEndType, String attrName, Object attrValue)
public LocalCategoriesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LocalCategoriesReference(Reference other)
public LocalCategoriesReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic 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 ODPi. All rights reserved.