Class FocusEntity


  • @Entity
    public class FocusEntity
    extends Object
    • Constructor Detail

      • FocusEntity

        public FocusEntity()
      • FocusEntity

        public FocusEntity​(String type)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSelection

        public String getSelection()
      • setSelection

        public void setSelection​(String selection)
      • setSelection

        public void setSelection​(List<String> vertexIds)
      • getVertexIds

        public List<String> getVertexIds()