|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.socialnetwork.relationship.entity.RelatableNode
public class RelatableNode
RelatableNode entity implementation.
Implements the IRelatable
interface and stores the properties of
a relatable.
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 |
---|
public RelatableNode()
Method Detail |
---|
public String getId()
IRelatable
getId
in interface IRelatable
public void setId(String id)
id
- public Date getCreationDate()
IRelatable
getCreationDate
in interface IRelatable
public void setCreationDate(Date creationDate)
creationDate
- public String getType()
IRelatable
getType
in interface IRelatable
public void setType(String type)
type
- public String getObjectId()
IRelatable
getObjectId
in interface IRelatable
public void setObjectId(String objectId)
objectId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |