Class MapRelationship<S,​E,​K>

  • Type Parameters:
    S - Type of start node
    E - Type of end node
    K - Type of key in Map from MapRelationshipInformation

    public class MapRelationship<S,​E,​K>
    extends Object
    RelationshipInformation handles the metadata for the ReflectiveNeo4JNodeRepositoryImpl It contains specific information on relationships between science.neo4j.nodes
    Since:
    1.0
    Author:
    Oliver Krauss
    • Constructor Detail

      • MapRelationship

        public MapRelationship()
      • MapRelationship

        protected MapRelationship​(Long id,
                                  S start,
                                  E end,
                                  K key)
      • MapRelationship

        public MapRelationship​(S start,
                               E end,
                               K key)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getStart

        public S getStart()
      • setStart

        public void setStart​(S start)
      • getEnd

        public E getEnd()
      • setEnd

        public void setEnd​(E end)
      • getKey

        public K getKey()
      • setKey

        public void setKey​(K key)