public class BioPlateEventParticipantData extends BasicData
BioPlateEventParticipant
,
Developer documentation: Biomaterials LIMSModifier and Type | Field and Description |
---|---|
private java.util.Set<BioMaterialEventData> |
bioMaterialEvents |
private BioPlateData |
bioPlate |
private BioPlateEventData |
event |
private int |
index |
static int |
MAX_ROLE_LENGTH |
private java.lang.String |
role |
Constructor and Description |
---|
BioPlateEventParticipantData() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BioMaterialEventData> |
getBioMaterialEvents()
This is the inverse end.
|
BioPlateData |
getBioPlate()
The bioplate that is participating in the event.
|
BioPlateEventData |
getEvent()
The bioplate event.
|
int |
getIndex()
Get the index of this plate in the event.
|
java.lang.String |
getRole()
Get the role of the plate in the event.
|
(package private) void |
setBioMaterialEvents(java.util.Set<BioMaterialEventData> bioMaterialEvents) |
void |
setBioPlate(BioPlateData bioPlate) |
void |
setEvent(BioPlateEventData event) |
void |
setIndex(int index) |
void |
setRole(java.lang.String role) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private BioPlateData bioPlate
private BioPlateEventData event
private int index
public static final int MAX_ROLE_LENGTH
private java.lang.String role
private java.util.Set<BioMaterialEventData> bioMaterialEvents
public BioPlateData getBioPlate()
public void setBioPlate(BioPlateData bioPlate)
public BioPlateEventData getEvent()
public void setEvent(BioPlateEventData event)
public int getIndex()
public void setIndex(int index)
public java.lang.String getRole()
public void setRole(java.lang.String role)
public java.util.Set<BioMaterialEventData> getBioMaterialEvents()
BioMaterialEventData.getBioPlateEventParticipant()
void setBioMaterialEvents(java.util.Set<BioMaterialEventData> bioMaterialEvents)