|
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.PlateGeometryData
public class PlateGeometryData
This class holds information about a plate geometry.
PlateGeometry
,
Array LIMS - Plates overviewField Summary | |
---|---|
private int |
columns
|
private String |
description
|
private Date |
entryDate
|
private String |
name
|
private Set<PlateTypeData> |
plateTypes
|
private boolean |
removed
|
private int |
rows
|
Fields inherited from interface net.sf.basedb.core.data.NameableData |
---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
Constructor Summary | |
---|---|
PlateGeometryData()
|
Method Summary | |
---|---|
int |
getColumns()
The number of rows in this geometry. |
String |
getDescription()
Get the description for the item. |
Date |
getEntryDate()
Get the date this item was added to the database. |
String |
getName()
Get the name of the item. |
(package private) Set<PlateTypeData> |
getPlateTypes()
This is the invers end. |
int |
getRows()
The number of rows in this geometry. |
boolean |
isRemoved()
Check if the removed flag is set for this item. |
void |
setColumns(int columns)
|
void |
setDescription(String description)
Set the description for the item. |
void |
setEntryDate(Date entryDate)
|
void |
setName(String name)
Set the name of the item. |
(package private) void |
setPlateTypes(Set<PlateTypeData> plateTypes)
|
void |
setRemoved(boolean removed)
Set the removed flag for this item. |
void |
setRows(int rows)
|
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 |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Field Detail |
---|
private String name
private String description
private boolean removed
private Date entryDate
private int rows
private int columns
private Set<PlateTypeData> plateTypes
Constructor Detail |
---|
public PlateGeometryData()
Method Detail |
---|
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 Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public int getRows()
public void setRows(int rows)
public int getColumns()
public void setColumns(int columns)
Set<PlateTypeData> getPlateTypes()
PlateTypeData.getPlateGeometry()
void setPlateTypes(Set<PlateTypeData> plateTypes)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |