Package net.sf.basedb.core.data
Class ArrayDesignPlateData
java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.ArrayDesignPlateData
- All Implemented Interfaces:
IdentifiableData
This class connects the ArrayDesign with its plates and adding an index to that connection.
- Version:
- 2.0
- Author:
- enell
- See Also:
- Last modified
- $Date$
- Hibernate: class
- table="`ArrayDesignPlates`" lazy="false"
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ArrayDesigngetPlate()
Get the Plate.int
Get the index.void
setArrayDesign
(ArrayDesignData arrayDesign) void
void
setPosition
(int position) Methods inherited from class net.sf.basedb.core.data.BasicData
equals, getId, getVersion, hashCode, setId, setVersion, toString
-
Field Details
-
position
private int position -
arrayDesign
-
plate
-
-
Constructor Details
-
ArrayDesignPlateData
public ArrayDesignPlateData()
-
-
Method Details
-
getPosition
public int getPosition()Get the index. Must be unique within the array design.- Hibernate: property
- column="`position`" type="int" not-null="true" update="false" unique-key="ArrayDesignPlate_uniqueposition"
-
setPosition
public void setPosition(int position) -
getArrayDesign
Get the ArrayDesign- Hibernate: many-to-one
- column="`arraydesign_id`" not-null="true" update="false" unique-key="ArrayDesignPlate_uniqueposition"
-
setArrayDesign
-
getPlate
Get the Plate.- Hibernate: many-to-one
- column="`plate_id`" not-null="true" update="false"
-
setPlate
-