Class 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 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