public static final class GFF3Record.Impl extends AbstractChangeable implements GFF3Record
GFF3Record.Impl
Annotatable.AnnotationForwarder
ANNOTATION
Constructor and Description |
---|
GFF3Record.Impl() |
GFF3Record.Impl(GFF3Record rec) |
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation()
Should return the associated annotation object.
|
int |
getEnd() |
int |
getPhase() |
double |
getScore() |
String |
getSequenceID() |
Term |
getSource() |
int |
getStart() |
StrandedFeature.Strand |
getStrand() |
Term |
getType() |
void |
setEnd(int end) |
void |
setPhase(int phase) |
void |
setScore(double score) |
void |
setSequenceID(String sequenceID) |
void |
setSource(Term source) |
void |
setStart(int start) |
void |
setStrand(StrandedFeature.Strand strand) |
void |
setType(Term type) |
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
public GFF3Record.Impl()
public GFF3Record.Impl(GFF3Record rec)
public String getSequenceID()
getSequenceID
in interface GFF3Record
public void setSequenceID(String sequenceID)
public Term getSource()
getSource
in interface GFF3Record
public Term getType()
getType
in interface GFF3Record
public int getStart()
getStart
in interface GFF3Record
public void setStart(int start)
public int getEnd()
getEnd
in interface GFF3Record
public void setEnd(int end)
public double getScore()
getScore
in interface GFF3Record
public void setScore(double score)
public StrandedFeature.Strand getStrand()
getStrand
in interface GFF3Record
public void setStrand(StrandedFeature.Strand strand)
public int getPhase()
getPhase
in interface GFF3Record
public void setPhase(int phase)
public Annotation getAnnotation()
Annotatable
getAnnotation
in interface Annotatable
Copyright © 2014 BioJava. All rights reserved.