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 TypeMethodDescriptionbooleangetGuid()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 iconinthashCode()voidvoidvoidsetQualifiedName(String qualifiedName) voidsetRelationshipguid(String relationshipguid) voidtoString()
-
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()
-