public class BioPlateEventParticipantData extends BasicData
BioPlateEventParticipant
,
Developer documentation: Biomaterials LIMSModifier and Type | Field and Description |
---|---|
private Set<BioMaterialEventData> |
bioMaterialEvents |
private BioPlateData |
bioPlate |
private BioPlateEventData |
event |
private int |
index |
static int |
MAX_ROLE_LENGTH |
private String |
role |
Constructor and Description |
---|
BioPlateEventParticipantData() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getRole()
Get the role of the plate in the event.
|
(package private) void |
setBioMaterialEvents(Set<BioMaterialEventData> bioMaterialEvents) |
void |
setBioPlate(BioPlateData bioPlate) |
void |
setEvent(BioPlateEventData event) |
void |
setIndex(int index) |
void |
setRole(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 String role
private 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 String getRole()
public void setRole(String role)
public Set<BioMaterialEventData> getBioMaterialEvents()
BioMaterialEventData.getBioPlateEventParticipant()
void setBioMaterialEvents(Set<BioMaterialEventData> bioMaterialEvents)