apollo.dataadapter.das.simple
Class SimpleDASSequence
java.lang.Object
apollo.dataadapter.das.simple.SimpleDASSequence
- All Implemented Interfaces:
- DASSequence
public class SimpleDASSequence
- extends java.lang.Object
- implements DASSequence
I am a lightweight implementation of the DASSequence interface.
I am a simple bag of attributes with no further internal functionality.
- See Also:
DASSequence
|
Constructor Summary |
SimpleDASSequence(java.lang.String theId,
java.lang.String theStart,
java.lang.String theStop,
java.lang.String theVersion,
java.lang.String theDNALength,
java.lang.String theDNA)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleDASSequence
public SimpleDASSequence(java.lang.String theId,
java.lang.String theStart,
java.lang.String theStop,
java.lang.String theVersion,
java.lang.String theDNALength,
java.lang.String theDNA)
getId
public java.lang.String getId()
- Specified by:
getId in interface DASSequence
getStart
public java.lang.String getStart()
- Specified by:
getStart in interface DASSequence
getStop
public java.lang.String getStop()
- Specified by:
getStop in interface DASSequence
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion in interface DASSequence
getDNALength
public java.lang.String getDNALength()
- Specified by:
getDNALength in interface DASSequence
getDNA
public java.lang.String getDNA()
- Specified by:
getDNA in interface DASSequence
setId
public void setId(java.lang.String newValue)
- Specified by:
setId in interface DASSequence
setStart
public void setStart(java.lang.String newValue)
- Specified by:
setStart in interface DASSequence
setStop
public void setStop(java.lang.String newValue)
- Specified by:
setStop in interface DASSequence
setVersion
public void setVersion(java.lang.String newValue)
- Specified by:
setVersion in interface DASSequence
setDNALength
public void setDNALength(java.lang.String newValue)
- Specified by:
setDNALength in interface DASSequence
setDNA
public void setDNA(java.lang.String newValue)
- Specified by:
setDNA in interface DASSequence
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object