|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.util.importer.spotdata.BaseFileInfo.ChildBioAssay
public static class BaseFileInfo.ChildBioAssay
Keeps information about a new child bioassay from the 'assays' section or 'spot' sections.
Field Summary | |
---|---|
private BioAssay |
child
|
private int |
fileId
|
private String |
name
|
private Set<Integer> |
parents
|
Constructor Summary | |
---|---|
BaseFileInfo.ChildBioAssay()
Create a new object. |
|
BaseFileInfo.ChildBioAssay(int fileId)
Create a new object |
Method Summary | |
---|---|
BioAssay |
getChild()
Get the real child bioassay object once it has been created and scheduled for saving into the database. |
int |
getFileId()
Get the id of the child bioassay as it appears in the BASEfile. |
String |
getName()
Get the name of the child bioassay. |
Set<Integer> |
getParents()
Get the parent assays of this child. |
void |
setChild(BioAssay child)
Set the real child bioassay object. |
void |
setFileId(int fileId)
Set the id of the child bioassay as it appears in the BASEfile. |
void |
setName(String name)
Set the name of the child bioassay. |
void |
setParents(Set<Integer> parents)
Set the parents for this child. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int fileId
private String name
private Set<Integer> parents
private BioAssay child
Constructor Detail |
---|
public BaseFileInfo.ChildBioAssay()
public BaseFileInfo.ChildBioAssay(int fileId)
Method Detail |
---|
public int getFileId()
public void setFileId(int fileId)
public String getName()
public void setName(String name)
public Set<Integer> getParents()
public void setParents(Set<Integer> parents)
public BioAssay getChild()
BaseFileImporter.createChildBioAssays(DbControl, BioAssaySet, BaseFileInfo, boolean)
public void setChild(BioAssay child)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |