Class GenomeBrowserAttributes

  • All Implemented Interfaces:
    java.lang.Comparable<GenomeBrowserAttributes>, org.molgenis.data.Entity, org.molgenis.util.i18n.Identifiable

    public class GenomeBrowserAttributes
    extends org.molgenis.data.support.StaticEntity
    implements java.lang.Comparable<GenomeBrowserAttributes>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(GenomeBrowserAttributes gba)  
      java.lang.String getAlt()  
      java.lang.String getChrom()  
      java.lang.String getIdentifier()  
      java.lang.Integer getOrder()  
      java.lang.String getPos()  
      java.lang.String getRef()  
      java.lang.String getStop()  
      java.lang.Boolean iDefault()  
      void setAlt​(java.lang.String alt)  
      void setChrom​(java.lang.String chrom)  
      void setDefault​(java.lang.Boolean isDefault)  
      void setIdentifier​(java.lang.String identifier)  
      void setOrder​(java.lang.Integer order)  
      void setPos​(java.lang.String pos)  
      void setRef​(java.lang.String ref)  
      void setStop​(java.lang.String stop)  
      • Methods inherited from class org.molgenis.data.support.StaticEntity

        get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.molgenis.data.Entity

        get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
    • Constructor Detail

      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(org.molgenis.data.Entity entity)
      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(org.molgenis.data.meta.model.EntityType entityType)
      • GenomeBrowserAttributes

        public GenomeBrowserAttributes​(java.lang.String identifier,
                                       org.molgenis.data.meta.model.EntityType entityType)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
      • iDefault

        public java.lang.Boolean iDefault()
      • setDefault

        public void setDefault​(java.lang.Boolean isDefault)
      • getOrder

        @Nullable
        @CheckForNull
        public java.lang.Integer getOrder()
      • setOrder

        public void setOrder​(java.lang.Integer order)
      • getPos

        public java.lang.String getPos()
      • setPos

        public void setPos​(java.lang.String pos)
      • getChrom

        public java.lang.String getChrom()
      • setChrom

        public void setChrom​(java.lang.String chrom)
      • getRef

        @Nullable
        @CheckForNull
        public java.lang.String getRef()
      • setRef

        public void setRef​(java.lang.String ref)
      • getAlt

        @Nullable
        @CheckForNull
        public java.lang.String getAlt()
      • setAlt

        public void setAlt​(java.lang.String alt)
      • getStop

        @Nullable
        @CheckForNull
        public java.lang.String getStop()
      • setStop

        public void setStop​(java.lang.String stop)