org.utgenome.shell.db
Class CDS

java.lang.Object
  extended by org.utgenome.shell.db.Locus
      extended by org.utgenome.shell.db.CDS
All Implemented Interfaces:
java.io.Serializable

public class CDS
extends Locus

Coding Sequence (CDS)

Author:
leo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.utgenome.shell.db.Locus
color, end, name, start, strand
 
Constructor Summary
CDS()
           
CDS(long start, long end)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.utgenome.shell.db.Locus
getColor, getEnd, getName, getStart, getStrand, setColor, setEnd, setName, setStart, setStrand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDS

public CDS()

CDS

public CDS(long start,
           long end)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.