Class IconSummary
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.IconSummary
A SummaryIcon is a summary of an icon. It is used to identify a related icon.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGuid()
A unique identifier for a nodegetLabel()
Display name of the icon to be used as a label in user interfacesThe qualified name of the node.The unique identifier of the associated relationshipgetUrl()
The url of the iconint
hashCode()
protected void
processClassification
(Classification classification) void
void
void
setQualifiedName
(String qualifiedName) void
setRelationshipguid
(String relationshipguid) void
toString()
-
Constructor Details
-
IconSummary
public IconSummary()
-
-
Method Details
-
getUrl
The url of the icon- Returns:
- url
-
setUrl
-
getQualifiedName
The qualified name of the node.- Returns:
- qualified name
-
setQualifiedName
-
getGuid
A unique identifier for a node- Returns:
- guid
-
setGuid
-
getRelationshipguid
The unique identifier of the associated relationship- Returns:
- relationship guid
-
setRelationshipguid
-
getLabel
Display name of the icon to be used as a label in user interfaces- Returns:
- label
-
setLabel
-
toString
-
toString
-
equals
-
hashCode
public int hashCode() -
processClassification
-