|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.socialnetwork.relationship.entity.RelationshipNode
public class RelationshipNode
Relationship entity implementation.
Implements the IRelationship
interface and stores the properties of a
relationship.
IRelationship
Constructor Summary | |
---|---|
RelationshipNode()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationshipNode()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |