|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.BioPlateEventParticipantData
public class BioPlateEventParticipantData
Registers a plate as a participant in a bioplate event. Each participant may have a 'role' that is simply a free textual description of how the plate was used. Eg. for a 'move' event there can be 'source' and 'destination' plates. If the ordering of plates are important it is also possible to specify an index value. The index doesn't have to unique, but a plate can only be a registered as a participant once per event.
BioPlateEventParticipant
,
Biomaterials overviewField Summary | |
---|---|
private Set<BioMaterialEventData> |
bioMaterialEvents
|
private BioPlateData |
bioPlate
|
private BioPlateEventData |
event
|
private int |
index
|
static int |
MAX_ROLE_LENGTH
|
private String |
role
|
Constructor Summary | |
---|---|
BioPlateEventParticipantData()
|
Method Summary | |
---|---|
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)
|
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 |
Field Detail |
---|
private BioPlateData bioPlate
private BioPlateEventData event
private int index
public static final int MAX_ROLE_LENGTH
private String role
private Set<BioMaterialEventData> bioMaterialEvents
Constructor Detail |
---|
public BioPlateEventParticipantData()
Method Detail |
---|
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)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |