public class SuperCategoryReference 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 |
|---|
SuperCategoryReference() |
SuperCategoryReference(Map objIdMap) |
SuperCategoryReference(Reference other) |
SuperCategoryReference(String guid) |
SuperCategoryReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
SuperCategoryReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
SuperCategoryReference(String guid,
String relatedEndType) |
SuperCategoryReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
SuperCategoryReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GlossaryCategory |
getGlossaryCategory() |
int |
hashCode() |
void |
setGlossaryCategory(GlossaryCategory glossaryCategory) |
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 SuperCategoryReference()
public SuperCategoryReference(String guid)
public SuperCategoryReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public SuperCategoryReference(String relatedEndType, String attrName, Object attrValue)
public SuperCategoryReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public SuperCategoryReference(Reference other)
public SuperCategoryReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic SuperCategoryReference(Map objIdMap)
public GlossaryCategory getGlossaryCategory()
public void setGlossaryCategory(GlossaryCategory glossaryCategory)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.