Class FocusEntity


  • @Entity
    public class FocusEntity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusEntity()  
      FocusEntity​(java.lang.String type)  
      FocusEntity​(java.lang.String type, java.util.List<java.lang.String> vertexIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getId()  
      java.lang.String getSelection()  
      java.lang.String getType()  
      java.util.List<java.lang.String> getVertexIds()  
      void setId​(java.lang.Long id)  
      void setSelection​(java.lang.String selection)  
      void setSelection​(java.util.List<java.lang.String> vertexIds)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FocusEntity

        public FocusEntity()
      • FocusEntity

        public FocusEntity​(java.lang.String type)
      • FocusEntity

        public FocusEntity​(java.lang.String type,
                           java.util.List<java.lang.String> vertexIds)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getSelection

        public java.lang.String getSelection()
      • setSelection

        public void setSelection​(java.lang.String selection)
      • setSelection

        public void setSelection​(java.util.List<java.lang.String> vertexIds)
      • getVertexIds

        public java.util.List<java.lang.String> getVertexIds()