lumis.portal.socialnetwork.relationship.entity
Class RelatableNode

Package class diagram package RelatableNode
java.lang.Object
  extended by lumis.portal.socialnetwork.relationship.entity.RelatableNode
All Implemented Interfaces:
IRelatable

public class RelatableNode
extends Object
implements IRelatable

RelatableNode entity implementation.

Implements the IRelatable interface and stores the properties of a relatable.

Since:
7.0.0
See Also:
IRelatable

Constructor Summary
RelatableNode()
           
 
Method Summary
 Date getCreationDate()
          Gets the IRelatable creation date.
 String getId()
          Gets the IRelatable identifier.
 String getObjectId()
          Gets the object identifier.
 String getType()
          Gets the IRelatable type.
 void setCreationDate(Date creationDate)
          Sets the creation date.
 void setId(String id)
          Sets the Id.
 void setObjectId(String objectId)
          Sets the object id.
 void setType(String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatableNode

public RelatableNode()
Method Detail

getId

public String getId()
Description copied from interface: IRelatable
Gets the IRelatable identifier.

Specified by:
getId in interface IRelatable
Returns:
string

setId

public void setId(String id)
Sets the Id.

Parameters:
id -
Since:
7.0.0

getCreationDate

public Date getCreationDate()
Description copied from interface: IRelatable
Gets the IRelatable creation date.

Specified by:
getCreationDate in interface IRelatable
Returns:
creation date.

setCreationDate

public void setCreationDate(Date creationDate)
Sets the creation date.

Parameters:
creationDate -
Since:
7.0.0

getType

public String getType()
Description copied from interface: IRelatable
Gets the IRelatable type.

Specified by:
getType in interface IRelatable
Returns:
creation date.

setType

public void setType(String type)
Sets the type.

Parameters:
type -
Since:
7.0.0

getObjectId

public String getObjectId()
Description copied from interface: IRelatable
Gets the object identifier.

Specified by:
getObjectId in interface IRelatable
Returns:
string

setObjectId

public void setObjectId(String objectId)
Sets the object id.

Parameters:
objectId -
Since:
7.0.0


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