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 Detail

      • getId

        String getId()
        Gets the IRelatable identifier.
        Returns:
        string
        Since:
        7.0.0
      • getObjectId

        String getObjectId()
        Gets the object identifier.
        Returns:
        string
        Since:
        7.0.0
      • getCreationDate

        Date getCreationDate()
        Gets the IRelatable creation date.
        Returns:
        creation date.
        Since:
        7.0.0
      • getType

        String getType()
        Gets the IRelatable type.
        Returns:
        creation date.
        Since:
        7.0.0