public static class BaseFileInfo.ChildBioAssay extends Object
Modifier and Type | Field and Description |
---|---|
private BioAssay |
child |
private int |
fileId |
private String |
name |
private Set<Integer> |
parents |
Constructor and Description |
---|
BaseFileInfo.ChildBioAssay()
Create a new object.
|
BaseFileInfo.ChildBioAssay(int fileId)
Create a new object
|
Modifier and Type | Method and Description |
---|---|
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.
|
public BaseFileInfo.ChildBioAssay()
public BaseFileInfo.ChildBioAssay(int fileId)
public int getFileId()
public void setFileId(int fileId)
public String getName()
public void setName(String name)
public Set<Integer> getParents()
public BioAssay getChild()
public void setChild(BioAssay child)