lumis.portal.socialnetwork.relationship.entity
Interface IRelationship

Package class diagram package IRelationship
All Known Implementing Classes:
RelationshipNode

public interface IRelationship

Relationship is the way a node can be related with another node.

Since:
7.0.0

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.
 

Method Detail

getId

String getId()
Gets the IRelatable identifier.

Returns:
string
Since:
7.0.0

getSource

IRelatable getSource()
Gets the IRelatable source.

Returns:
IRelatable
Since:
7.0.0

getTarget

IRelatable getTarget()
Gets the IRelatable target.

Returns:
IRelatable
Since:
7.0.0

getRelationshipType

IRelationshipType getRelationshipType()
Gets the relationship type.

Returns:
IRelationshipType
Since:
7.0.0

getCreationDate

Date getCreationDate()
Gets the IRelatable creation date.

Returns:
creation date.
Since:
7.0.0


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.