|
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.PlateEventData
public class PlateEventData
This class holds information about a plate event.
PlateEvent
,
Array LIMS - Plates overviewField Summary | |
---|---|
private String |
comment
|
private Date |
entryDate
|
private Date |
eventDate
|
private HardwareData |
hardware
|
static int |
MAX_COMMENT_LENGTH
The maximum length of the comment about this event. |
private PlateData |
plate
|
private PlateEventTypeData |
plateEventType
|
private ProtocolData |
protocol
|
private UserData |
user
|
Constructor Summary | |
---|---|
PlateEventData()
|
Method Summary | |
---|---|
String |
getComment()
Get the comment about this event. |
Date |
getEntryDate()
Get the date this event was added to the database. |
Date |
getEventDate()
Get the date this event happened in the lab. |
HardwareData |
getHardware()
Get the hardware used in this event. |
PlateData |
getPlate()
The plate this event belongs to. |
PlateEventTypeData |
getPlateEventType()
The event type of this event. |
ProtocolData |
getProtocol()
The protocol used for the event. |
UserData |
getUser()
Get the user that is responsible for this event, typically this is the user that entered the information in the database. |
void |
setComment(String comment)
|
void |
setEntryDate(Date entryDate)
|
void |
setEventDate(Date eventDate)
|
void |
setHardware(HardwareData hardware)
|
void |
setPlate(PlateData plate)
|
void |
setPlateEventType(PlateEventTypeData plateEventType)
|
void |
setProtocol(ProtocolData protocol)
|
void |
setUser(UserData user)
|
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 PlateData plate
private PlateEventTypeData plateEventType
private ProtocolData protocol
private UserData user
private Date entryDate
private Date eventDate
private HardwareData hardware
public static final int MAX_COMMENT_LENGTH
private String comment
Constructor Detail |
---|
public PlateEventData()
Method Detail |
---|
public PlateData getPlate()
PlateData.getEvents()
public void setPlate(PlateData plate)
public PlateEventTypeData getPlateEventType()
PlateData.getPlateType()
,
PlateEventTypeData.getPlateType()
public void setPlateEventType(PlateEventTypeData plateEventType)
public ProtocolData getProtocol()
public void setProtocol(ProtocolData protocol)
public UserData getUser()
public void setUser(UserData user)
public Date getEntryDate()
public void setEntryDate(Date entryDate)
public Date getEventDate()
public void setEventDate(Date eventDate)
public HardwareData getHardware()
public void setHardware(HardwareData hardware)
public String getComment()
public void setComment(String comment)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |