public class BioPlateEventTypeData extends BasicData implements NameableData, RemovableData, SystemData
BioPlateEventType
,
Developer documentation: Biomaterials LIMSModifier and Type | Field and Description |
---|---|
private String |
description |
private Set<BioPlateEventData> |
events |
private String |
name |
private boolean |
removed |
private String |
systemId |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
MAX_SYSTEM_ID_LENGTH
Constructor and Description |
---|
BioPlateEventTypeData() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description for the item.
|
(package private) Set<BioPlateEventData> |
getEvents()
This is the inverse end.
|
String |
getName()
Get the name of the item.
|
String |
getSystemId()
Get the system id for the item.
|
boolean |
isRemoved()
Check if the removed flag is set for this item.
|
void |
setDescription(String description)
Set the description for the item.
|
(package private) void |
setEvents(Set<BioPlateEventData> events) |
void |
setName(String name)
Set the name of the item.
|
void |
setRemoved(boolean removed)
Set the removed flag for this item.
|
void |
setSystemId(String systemId) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private String name
private String description
private boolean removed
private String systemId
private Set<BioPlateEventData> events
public String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(String name)
NameableData
MAX_NAME_LENGTH
constant.setName
in interface NameableData
name
- The new name for the itempublic String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.setDescription
in interface NameableData
description
- The new description for the itempublic boolean isRemoved()
RemovableData
isRemoved
in interface RemovableData
public void setRemoved(boolean removed)
RemovableData
setRemoved
in interface RemovableData
removed
- TRUE if the item should be flagged as removed,
FALSE otherwisepublic String getSystemId()
SystemData
getSystemId
in interface SystemData
public void setSystemId(String systemId)
Set<BioPlateEventData> getEvents()
BioPlateEventData.getEventType()
void setEvents(Set<BioPlateEventData> events)