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) |
Date |
getFromEffectivityTime()
get the date effective from which this node is effective
|
Date |
getFromRelationshipEffectivityTime()
get when date from which the relationship is effective
|
String |
getGuid()
A unique identifier for a node
|
Set<IconSummary> |
getIcons()
icons
|
String |
getName()
The name of the node
|
String |
getQualifiedName()
The qualified name of the node.
|
String |
getRelationshipguid()
The unique identifier of the associated Line (relationship)
|
String |
getRelationshipType()
the type of the relationship
|
Date |
getToEffectivityTime()
get the date to which this node is effective
|
Date |
getToRelationshipEffectivityTime()
get date from which the relationship is effective
|
NodeType |
getType()
Type of the other end of this relationship
|
int |
hashCode() |
protected void |
processClassification(Classification classification) |
void |
setFromEffectivityTime(Date fromEffectivityTime)
set the date from which this node is effective
|
void |
setFromRelationshipEffectivityTime(Date fromRelationshipEffectivityTime)
set date from which the relationship is effective
|
void |
setGuid(String guid) |
void |
setIcons(Set<IconSummary> icons) |
void |
setName(String name) |
void |
setQualifiedName(String qualifiedName) |
void |
setRelationshipguid(String relationshipguid)
The set the unique identifier of the associated Line (relationship)
|
void |
setRelationshipType(String relationshipType) |
void |
setToEffectivityTime(Date toEffectivityTime)
set the date to which this node is effective
|
void |
setToRelationshipEffectivityTime(Date toRelationshipEffectivityTime)
set date to which the relationship is effective
|
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 Set<IconSummary> getIcons()
public void setIcons(Set<IconSummary> icons)
public String getGuid()
public void setGuid(String guid)
public Date getFromEffectivityTime()
public void setFromEffectivityTime(Date fromEffectivityTime)
fromEffectivityTime - date from which this node is effectivepublic Date getToEffectivityTime()
public void setToEffectivityTime(Date toEffectivityTime)
toEffectivityTime - date to which this node is effectivepublic String getRelationshipguid()
public void setRelationshipguid(String relationshipguid)
relationshipguid - relationship guidpublic Date getFromRelationshipEffectivityTime()
public void setFromRelationshipEffectivityTime(Date fromRelationshipEffectivityTime)
fromRelationshipEffectivityTime - date from which the relationship is effectivepublic Date getToRelationshipEffectivityTime()
public void setToRelationshipEffectivityTime(Date toRelationshipEffectivityTime)
toRelationshipEffectivityTime - date to which the relationship is effectivepublic StringBuilder toString(StringBuilder sb)
protected void processClassification(Classification classification)
Copyright © 2018–2020 ODPi. All rights reserved.