public class RelationshipNode extends Object implements IRelationship
Implements the IRelationship
interface and stores the properties of a
relationship.
IRelationship
Constructor and Description |
---|
RelationshipNode() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Gets the IRelatable creation date.
|
String |
getId()
Gets the IRelatable identifier.
|
IRelationshipType |
getRelationshipType()
Gets the relationship type.
|
IRelatable |
getSource()
Gets the IRelatable source.
|
IRelatable |
getTarget()
Gets the IRelatable target.
|
void |
setCreationDate(Date creationDate)
Sets the creation date.
|
void |
setId(String id)
Sets the Id
|
void |
setRelationshipType(RelationshipType relationshipType)
Sets the relationship type.
|
void |
setSource(RelatableNode source)
Sets the relatableNode source.
|
void |
setTarget(RelatableNode target)
Sets the relatableNode target.
|
public String getId()
IRelationship
getId
in interface IRelationship
public void setId(String id)
id
- public IRelatable getSource()
IRelationship
getSource
in interface IRelationship
public void setSource(RelatableNode source)
source
- RelatableNode source.public IRelatable getTarget()
IRelationship
getTarget
in interface IRelationship
public void setTarget(RelatableNode target)
target
- RelatableNode target.public IRelationshipType getRelationshipType()
IRelationship
getRelationshipType
in interface IRelationship
public void setRelationshipType(RelationshipType relationshipType)
id
- public Date getCreationDate()
IRelationship
getCreationDate
in interface IRelationship
public void setCreationDate(Date creationDate)
creationDate
- LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.