|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkea.programs.jPrimrose.Target
public final class Target
Simple class for holding target record and associated information, for use with FindOligosDialog.
Constructor Summary | |
---|---|
Target(kea.database.Record record,
boolean selected)
Creates a new instance of Target . |
Method Summary | |
---|---|
static Target |
clone(Target target)
Clones supplied Target object. |
kea.database.Record |
getRecord()
Returns target record. |
boolean |
isSelected()
Returns true if target record is to be used in oligonucleotide generation. |
void |
toggleSelection()
Toggles selection status of target. |
java.lang.String |
toString()
Returns string representation of object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Target(kea.database.Record record, boolean selected)
Target
.
record
- Target record object.selected
- If true, record is used to generate oligonucleotides.Method Detail |
---|
public static Target clone(Target target)
target
- Target object to clone.
public kea.database.Record getRecord()
public boolean isSelected()
public void toggleSelection()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |