Class GenomeBrowserAttributes

    • Constructor Detail

      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(Entity entity)
      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(EntityType entityType)
      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(String identifier,
                                       EntityType entityType)
    • Method Detail

      • getIdentifier

        public String getIdentifier()
      • setIdentifier

        public void setIdentifier​(String identifier)
      • iDefault

        public Boolean iDefault()
      • setDefault

        public void setDefault​(Boolean isDefault)
      • getOrder

        @Nullable
        @CheckForNull
        public Integer getOrder()
      • setOrder

        public void setOrder​(Integer order)
      • getPos

        public String getPos()
      • setPos

        public void setPos​(String pos)
      • getChrom

        public String getChrom()
      • setChrom

        public void setChrom​(String chrom)
      • getRef

        @Nullable
        @CheckForNull
        public String getRef()
      • setRef

        public void setRef​(String ref)
      • getAlt

        @Nullable
        @CheckForNull
        public String getAlt()
      • setAlt

        public void setAlt​(String alt)
      • getStop

        @Nullable
        @CheckForNull
        public String getStop()
      • setStop

        public void setStop​(String stop)