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