Interface IRelatable
-
- All Known Implementing Classes:
RelatableNode
public interface IRelatable
Relatable is a node that can have a relationship with another node.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreationDate()
Gets the IRelatable creation date.java.lang.String
getId()
Gets the IRelatable identifier.java.lang.String
getObjectId()
Gets the object identifier.java.lang.String
getType()
Gets the IRelatable type.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Gets the IRelatable identifier.- Returns:
- string
- Since:
- 7.0.0
-
getObjectId
java.lang.String getObjectId()
Gets the object identifier.- Returns:
- string
- Since:
- 7.0.0
-
getCreationDate
java.util.Date getCreationDate()
Gets the IRelatable creation date.- Returns:
- creation date.
- Since:
- 7.0.0
-
getType
java.lang.String getType()
Gets the IRelatable type.- Returns:
- creation date.
- Since:
- 7.0.0
-
-