public class NodeSummary extends Object implements Serializable
NodeType, relationship type, name and icon.
A Summary Node is used when a Node needs to hold a reference to another node. It contains only fields useful for identification.| Modifier and Type | Field and Description |
|---|---|
protected String |
relationshipType |
protected NodeType |
type |
| Constructor and Description |
|---|
NodeSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGuid()
A unique identifier for a node
|
String |
getIcon()
icon url
|
String |
getName()
The name of the node
|
String |
getQualifiedName()
The qualified name of the node.
|
String |
getRelationshipguid()
The unique identifer of the associated Line (relationship)
|
String |
getRelationshipType()
the type of the relationship
|
NodeType |
getType()
Type of the other end of this relationship
|
int |
hashCode() |
protected void |
processClassification(Classification classification) |
void |
setGuid(String guid) |
void |
setIcon(String icon) |
void |
setName(String name) |
void |
setQualifiedName(String qualifiedName) |
void |
setRelationshipguid(String relationshipguid) |
void |
setRelationshipType(String relationshipType) |
void |
setType(NodeType type) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public NodeType getType()
public void setType(NodeType type)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public String getName()
public void setName(String name)
public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
public String getIcon()
public void setIcon(String icon)
public String getGuid()
public void setGuid(String guid)
public String getRelationshipguid()
public void setRelationshipguid(String relationshipguid)
public StringBuilder toString(StringBuilder sb)
protected void processClassification(Classification classification)
Copyright © 2018 ODPi. All rights reserved.