Class RelatableNode
- java.lang.Object
-
- 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
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
- See Also:
IRelatable
-
-
Constructor Summary
Constructors Constructor Description RelatableNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:IRelatable
Gets the IRelatable identifier.- Specified by:
getId
in interfaceIRelatable
- 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 interfaceIRelatable
- 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 interfaceIRelatable
- 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 interfaceIRelatable
- Returns:
- string
-
setObjectId
public void setObjectId(String objectId)
Sets the object id.- Parameters:
objectId
-- Since:
- 7.0.0
-
-