public static final class GFF3Record.Impl extends AbstractChangeable implements GFF3Record
GFF3Record.ImplAnnotatable.AnnotationForwarderANNOTATION| Constructor and Description |
|---|
Impl() |
Impl(GFF3Record rec) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
Should return the associated annotation object.
|
int |
getEnd() |
int |
getPhase() |
double |
getScore() |
java.lang.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(java.lang.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, removeChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerpublic Impl()
public Impl(GFF3Record rec)
public java.lang.String getSequenceID()
getSequenceID in interface GFF3Recordpublic void setSequenceID(java.lang.String sequenceID)
public Term getSource()
getSource in interface GFF3Recordpublic void setSource(Term source)
public Term getType()
getType in interface GFF3Recordpublic void setType(Term type)
public int getStart()
getStart in interface GFF3Recordpublic void setStart(int start)
public int getEnd()
getEnd in interface GFF3Recordpublic void setEnd(int end)
public double getScore()
getScore in interface GFF3Recordpublic void setScore(double score)
public StrandedFeature.Strand getStrand()
getStrand in interface GFF3Recordpublic void setStrand(StrandedFeature.Strand strand)
public int getPhase()
getPhase in interface GFF3Recordpublic void setPhase(int phase)
public Annotation getAnnotation()
AnnotatablegetAnnotation in interface Annotatable