Class EntitySeed

    • Constructor Detail

      • EntitySeed

        public EntitySeed()
      • EntitySeed

        public EntitySeed​(Object vertex)
    • Method Detail

      • getVertex

        public Object getVertex()
        Description copied from interface: EntityId
        Get the vertex object.
        Specified by:
        getVertex in interface EntityId
        Returns:
        the vertex
      • setVertex

        public void setVertex​(Object vertex)
        Description copied from interface: EntityId
        Set the vertex object.
        Specified by:
        setVertex in interface EntityId
        Parameters:
        vertex - the vertex object to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object