|
3.0.2: 2012-01-25 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.OwnedData
net.sf.basedb.core.data.SharedData
net.sf.basedb.core.data.CommonData
net.sf.basedb.core.data.AnnotatedData
net.sf.basedb.core.data.DerivedBioAssayData
public class DerivedBioAssayData
Field Summary | |
---|---|
private PhysicalBioAssayData |
bioAssay
|
private Set<DerivedBioAssayData> |
children
|
private Date |
entryDate
|
private ExtractData |
extract
|
private FileSetData |
fileSet
|
private HardwareData |
hardware
|
private JobData |
job
|
private DerivedBioAssayData |
parent
|
private ProtocolData |
protocol
|
private Set<RawBioAssayData> |
rawBioAssays
|
private SoftwareData |
software
|
private ItemSubtypeData |
subtype
|
Fields inherited from interface net.sf.basedb.core.data.NameableData |
---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
Constructor Summary | |
---|---|
DerivedBioAssayData()
|
Method Summary | |
---|---|
(package private) Set<DerivedBioAssayData> |
getChildren()
This is the inverse end. |
Date |
getEntryDate()
Get the date this item was added to the database. |
ExtractData |
getExtract()
Get the extract that this bioassay is related to. |
FileSetData |
getFileSet()
Get the file set attached to this item. |
HardwareData |
getHardware()
Get the hardware used to create this bioassay set. |
ItemSubtypeData |
getItemSubtype()
Get the subtype of the item. |
JobData |
getJob()
Get the job used to create this bioassay set. |
DerivedBioAssayData |
getParent()
Get the bioassay that is the parent of this bioassay. |
PhysicalBioAssayData |
getPhysicalBioAssay()
Get the physical bioassay that is the direct or indirect parent bioassay set. |
ProtocolData |
getProtocol()
Get the protocol used to create this bioassay set. |
(package private) Set<RawBioAssayData> |
getRawBioAssays()
This is the inverse end. |
SoftwareData |
getSoftware()
Get the software used to create this bioassay set. |
(package private) void |
setChildren(Set<DerivedBioAssayData> children)
|
void |
setEntryDate(Date entryDate)
|
void |
setExtract(ExtractData extract)
|
void |
setFileSet(FileSetData fileSet)
Attach a file set to the item. |
void |
setHardware(HardwareData hardware)
|
void |
setItemSubtype(ItemSubtypeData subtype)
Set the subtype of the item. |
void |
setJob(JobData job)
|
void |
setParent(DerivedBioAssayData parent)
|
void |
setPhysicalBioAssay(PhysicalBioAssayData bioAssay)
|
void |
setProtocol(ProtocolData protocol)
|
(package private) void |
setRawBioAssays(Set<RawBioAssayData> rawBioAssays)
|
void |
setSoftware(SoftwareData software)
|
Methods inherited from class net.sf.basedb.core.data.AnnotatedData |
---|
getAnnotationSet, setAnnotationSet |
Methods inherited from class net.sf.basedb.core.data.CommonData |
---|
getDescription, getName, isRemoved, setDescription, setName, setRemoved |
Methods inherited from class net.sf.basedb.core.data.SharedData |
---|
getItemKey, getProjectKey, setItemKey, setProjectKey |
Methods inherited from class net.sf.basedb.core.data.OwnedData |
---|
getOwner, setOwner |
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Methods inherited from interface net.sf.basedb.core.data.OwnableData |
---|
getOwner, setOwner |
Field Detail |
---|
private ItemSubtypeData subtype
private FileSetData fileSet
private Date entryDate
private PhysicalBioAssayData bioAssay
private DerivedBioAssayData parent
private Set<DerivedBioAssayData> children
private Set<RawBioAssayData> rawBioAssays
private ProtocolData protocol
private HardwareData hardware
private SoftwareData software
private JobData job
private ExtractData extract
Constructor Detail |
---|
public DerivedBioAssayData()
Method Detail |
---|
public ItemSubtypeData getItemSubtype()
SubtypableData
getItemSubtype
in interface SubtypableData
public void setItemSubtype(ItemSubtypeData subtype)
SubtypableData
setItemSubtype
in interface SubtypableData
public FileSetData getFileSet()
FileStoreEnabledData
getFileSet
in interface FileStoreEnabledData
FileSetData
object or null if no files are attachedpublic void setFileSet(FileSetData fileSet)
FileStoreEnabledData
setFileSet
in interface FileStoreEnabledData
public Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public PhysicalBioAssayData getPhysicalBioAssay()
public void setPhysicalBioAssay(PhysicalBioAssayData bioAssay)
public DerivedBioAssayData getParent()
public void setParent(DerivedBioAssayData parent)
Set<DerivedBioAssayData> getChildren()
getParent()
void setChildren(Set<DerivedBioAssayData> children)
Set<RawBioAssayData> getRawBioAssays()
RawBioAssayData.getParentBioAssay()
void setRawBioAssays(Set<RawBioAssayData> rawBioAssays)
public ProtocolData getProtocol()
public void setProtocol(ProtocolData protocol)
public HardwareData getHardware()
public void setHardware(HardwareData hardware)
public SoftwareData getSoftware()
public void setSoftware(SoftwareData software)
public JobData getJob()
public void setJob(JobData job)
public ExtractData getExtract()
public void setExtract(ExtractData extract)
|
3.0.2: 2012-01-25 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |