public class GenomeBrowserAttributes extends StaticEntity implements Comparable<GenomeBrowserAttributes>
| Constructor and Description |
|---|
GenomeBrowserAttributes(Entity entity) |
GenomeBrowserAttributes(EntityType entityType) |
GenomeBrowserAttributes(String identifier,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GenomeBrowserAttributes gba) |
String |
getAlt() |
String |
getChrom() |
String |
getIdentifier() |
Integer |
getOrder() |
String |
getPos() |
String |
getRef() |
String |
getStop() |
Boolean |
iDefault() |
void |
setAlt(String alt) |
void |
setChrom(String chrom) |
void |
setDefault(Boolean isDefault) |
void |
setIdentifier(String identifier) |
void |
setOrder(Integer order) |
void |
setPos(String pos) |
void |
setRef(String ref) |
void |
setStop(String stop) |
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toStringpublic GenomeBrowserAttributes(Entity entity)
public GenomeBrowserAttributes(EntityType entityType)
public GenomeBrowserAttributes(String identifier, EntityType entityType)
public String getIdentifier()
public void setIdentifier(String identifier)
public Boolean iDefault()
public void setDefault(Boolean isDefault)
public void setOrder(Integer order)
public String getPos()
public void setPos(String pos)
public String getChrom()
public void setChrom(String chrom)
public void setRef(String ref)
public void setAlt(String alt)
public void setStop(String stop)
public int compareTo(GenomeBrowserAttributes gba)
compareTo in interface Comparable<GenomeBrowserAttributes>Copyright © 2020 Pivotal Software, Inc.. All rights reserved.