Package org.biojava.bio.program.gff3
Class GFF3Record.Impl
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.program.gff3.GFF3Record.Impl
- All Implemented Interfaces:
Annotatable,GFF3Record,Changeable
- Enclosing interface:
- GFF3Record
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.Annotatable
Annotatable.AnnotationForwarderNested classes/interfaces inherited from interface org.biojava.bio.program.gff3.GFF3Record
GFF3Record.Impl -
Field Summary
Fields inherited from interface org.biojava.bio.Annotatable
ANNOTATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShould return the associated annotation object.intgetEnd()intgetPhase()doublegetScore()intgetStart()getType()voidsetEnd(int end) voidsetPhase(int phase) voidsetScore(double score) voidsetSequenceID(String sequenceID) voidvoidsetStart(int start) voidsetStrand(StrandedFeature.Strand strand) voidMethods inherited from class org.biojava.utils.AbstractChangeable
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.biojava.utils.Changeable
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
-
Constructor Details
-
Impl
public Impl() -
Impl
-
-
Method Details
-
getSequenceID
- Specified by:
getSequenceIDin interfaceGFF3Record
-
setSequenceID
-
getSource
- Specified by:
getSourcein interfaceGFF3Record
-
setSource
-
getType
- Specified by:
getTypein interfaceGFF3Record
-
setType
-
getStart
- Specified by:
getStartin interfaceGFF3Record
-
setStart
-
getEnd
- Specified by:
getEndin interfaceGFF3Record
-
setEnd
-
getScore
- Specified by:
getScorein interfaceGFF3Record
-
setScore
-
getStrand
- Specified by:
getStrandin interfaceGFF3Record
-
setStrand
-
getPhase
- Specified by:
getPhasein interfaceGFF3Record
-
setPhase
-
getAnnotation
Description copied from interface:AnnotatableShould return the associated annotation object.- Specified by:
getAnnotationin interfaceAnnotatable- Returns:
- an Annotation object, never null
-