public class BioPlateTypeData extends BasicData implements NameableData, RemovableData
BioPlateType
,
Developer documentation: Biomaterials LIMSModifier and Type | Field and Description |
---|---|
private java.lang.Integer |
bioMaterialType |
private java.util.Set<BioPlateData> |
bioPlates |
private java.lang.String |
description |
private int |
lockMode |
private java.lang.String |
name |
private java.lang.Integer |
removedBy |
private ItemSubtypeData |
storageType |
private ItemSubtypeData |
subtype |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
BioPlateTypeData() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBioMaterialType()
If set, plates using this type can only hold the specific biomaterial
type (eg. samples, extracts or labeled extracts).
|
(package private) java.util.Set<BioPlateData> |
getBioPlates()
The bioplates that use this type.
|
java.lang.String |
getDescription()
Get the description for the item.
|
ItemSubtypeData |
getItemSubtype()
Get the subtype of biomaterials that can be placed on plates of this type.
|
int |
getLockMode()
A flag indicating if plates with this type have locked wells or not.
0 = not locked; 1 = locked-after-move; 2 = locked-after-add; 3=locked-after-create
|
java.lang.String |
getName()
Get the name of the item.
|
java.lang.Integer |
getRemovedBy()
Get the ID of the user that removed this item.
|
ItemSubtypeData |
getStorageType()
Get the subtype of storage location where plates of this type are usually stored.
|
void |
setBioMaterialType(java.lang.Integer bioMaterialType) |
(package private) void |
setBioPlates(java.util.Set<BioPlateData> bioPlates) |
void |
setDescription(java.lang.String description)
Set the description for the item.
|
void |
setItemSubtype(ItemSubtypeData subtype) |
void |
setLockMode(int lockMode) |
void |
setName(java.lang.String name)
Set the name of the item.
|
void |
setRemovedBy(java.lang.Integer removedBy)
Set the ID of the user that removed this item or null
to restore the item.
|
void |
setStorageType(ItemSubtypeData storageType) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private java.lang.String name
private java.lang.String description
private java.lang.Integer removedBy
private java.lang.Integer bioMaterialType
private ItemSubtypeData subtype
private ItemSubtypeData storageType
private int lockMode
private java.util.Set<BioPlateData> bioPlates
public java.lang.String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(java.lang.String name)
NameableData
MAX_NAME_LENGTH
constant.setName
in interface NameableData
name
- The new name for the itempublic java.lang.String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(java.lang.String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.setDescription
in interface NameableData
description
- The new description for the itempublic java.lang.Integer getRemovedBy()
RemovableData
getRemovedBy
in interface RemovableData
public void setRemovedBy(java.lang.Integer removedBy)
RemovableData
setRemovedBy
in interface RemovableData
public java.lang.Integer getBioMaterialType()
public void setBioMaterialType(java.lang.Integer bioMaterialType)
public ItemSubtypeData getItemSubtype()
public void setItemSubtype(ItemSubtypeData subtype)
public ItemSubtypeData getStorageType()
public void setStorageType(ItemSubtypeData storageType)
public int getLockMode()
public void setLockMode(int lockMode)
java.util.Set<BioPlateData> getBioPlates()
BioPlateData.getBioPlateType()
void setBioPlates(java.util.Set<BioPlateData> bioPlates)