Package org.molgenis.genomebrowser.meta
Class GenomeBrowserAttributes
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.genomebrowser.meta.GenomeBrowserAttributes
-
- All Implemented Interfaces:
Comparable<GenomeBrowserAttributes>,org.molgenis.data.Entity,org.molgenis.i18n.Identifiable
public class GenomeBrowserAttributes extends org.molgenis.data.support.StaticEntity implements Comparable<GenomeBrowserAttributes>
-
-
Constructor Summary
Constructors Constructor Description GenomeBrowserAttributes(String identifier, org.molgenis.data.meta.model.EntityType entityType)GenomeBrowserAttributes(org.molgenis.data.Entity entity)GenomeBrowserAttributes(org.molgenis.data.meta.model.EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(GenomeBrowserAttributes gba)StringgetAlt()StringgetChrom()StringgetIdentifier()IntegergetOrder()StringgetPos()StringgetRef()StringgetStop()BooleaniDefault()voidsetAlt(String alt)voidsetChrom(String chrom)voidsetDefault(Boolean isDefault)voidsetIdentifier(String identifier)voidsetOrder(Integer order)voidsetPos(String pos)voidsetRef(String ref)voidsetStop(String stop)
-
-
-
Constructor Detail
-
GenomeBrowserAttributes
public GenomeBrowserAttributes(org.molgenis.data.Entity entity)
-
GenomeBrowserAttributes
public GenomeBrowserAttributes(org.molgenis.data.meta.model.EntityType entityType)
-
GenomeBrowserAttributes
public GenomeBrowserAttributes(String identifier, org.molgenis.data.meta.model.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)
-
compareTo
public int compareTo(GenomeBrowserAttributes gba)
- Specified by:
compareToin interfaceComparable<GenomeBrowserAttributes>
-
-