public class PhysicalBioAssayData extends AnnotatedData implements SubtypableData
PhysicalBioAssay
,
Developer documentation: Bioassays and raw dataModifier and Type | Field and Description |
---|---|
private ArraySlideData |
arraySlide |
private BioMaterialEventData |
creationEvent |
private Set<DerivedBioAssayData> |
derivedBioAssays |
private Set<DerivedBioAssayData> |
rootDerivedBioAssays |
private int |
size |
private ItemSubtypeData |
subtype |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
PhysicalBioAssayData() |
Modifier and Type | Method and Description |
---|---|
ArraySlideData |
getArraySlide()
Get the array slide.
|
BioMaterialEventData |
getCreationEvent()
Get the event that created this bioassay.
|
(package private) Set<DerivedBioAssayData> |
getDerivedBioAssays()
This is the inverse end.
|
ItemSubtypeData |
getItemSubtype()
Get the subtype of the item.
|
(package private) Set<DerivedBioAssayData> |
getRootDerivedBioAssays()
This is the inverse end with an extra restriction
|
int |
getSize()
The number size of the bioassay.
|
void |
setArraySlide(ArraySlideData arraySlide) |
(package private) void |
setCreationEvent(BioMaterialEventData creationEvent) |
(package private) void |
setDerivedBioAssays(Set<DerivedBioAssayData> derivedBioAssays) |
void |
setItemSubtype(ItemSubtypeData subtype)
Set the subtype of the item.
|
(package private) void |
setRootDerivedBioAssays(Set<DerivedBioAssayData> rootDerivedBioAssays) |
void |
setSize(int size) |
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, getRemovedBy, setDescription, setName, setRemovedBy
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private ItemSubtypeData subtype
private ArraySlideData arraySlide
private BioMaterialEventData creationEvent
private int size
private Set<DerivedBioAssayData> rootDerivedBioAssays
private Set<DerivedBioAssayData> derivedBioAssays
public ItemSubtypeData getItemSubtype()
SubtypableData
getItemSubtype
in interface SubtypableData
public void setItemSubtype(ItemSubtypeData subtype)
SubtypableData
setItemSubtype
in interface SubtypableData
public ArraySlideData getArraySlide()
public void setArraySlide(ArraySlideData arraySlide)
public BioMaterialEventData getCreationEvent()
void setCreationEvent(BioMaterialEventData creationEvent)
public int getSize()
public void setSize(int size)
Set<DerivedBioAssayData> getRootDerivedBioAssays()
DerivedBioAssayData.getPhysicalBioAssays()
void setRootDerivedBioAssays(Set<DerivedBioAssayData> rootDerivedBioAssays)
Set<DerivedBioAssayData> getDerivedBioAssays()
DerivedBioAssayData.getPhysicalBioAssays()
void setDerivedBioAssays(Set<DerivedBioAssayData> derivedBioAssays)