|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.BasicItem<D>
org.proteios.core.BioMaterialEvent<GelScanEventData>
org.proteios.core.GelScanEvent
public class GelScanEvent
This class represent GelScanEvent items. A GelScanEvent has information about a gel scanning. One event will results in one sourceFile = raw picture file. BioMaterial is used to link to the extract that was used for the gel. For a DiGE gel there will be one scan event per color.
| Field Summary | |
|---|---|
static Item |
TYPE
The type of item represented by this class. |
| Fields inherited from class org.proteios.core.BioMaterialEvent |
|---|
MAX_COMMENT_LENGTH |
| Method Summary | |
|---|---|
Set<Annotatable> |
getAnnotatableParents()
Always null. |
GelElectrophoresis |
getGelElectrophoresis()
Get the GelElectrophoresis this GelScanEvent is associated with. |
HardwareConfiguration |
getHardwareSettings()
|
File |
getImageFile()
The raw image file |
static ItemQuery<GelScanEvent> |
getQuery()
Get a query that returns GelScanEvent items. |
Item |
getType()
Get the type of item represented by the object. |
boolean |
isUsed()
Check that: no item has been created from this GelScanEvent |
void |
setGelElectrophoresis(GelElectrophoresis gelElectrophoresis)
Set the GelElectrophoresis this GelScanEvent is associated with. |
void |
setHardwareSettings(HardwareConfiguration hardwareSettings)
|
void |
setImageFile(File imageFile)
The raw image file. |
| Methods inherited from class org.proteios.core.BioMaterialEvent |
|---|
addSource, getBioMaterial, getComment, getEntryDate, getEventDate, getEventType, getPreviousBioMaterialEvent, getProtocol, getQuery, getSourceBioMaterials, getSources, getUsedQuantityInMicroLiters, getUsedQuantityInMicroLiters, getUser, removeSource, setBioMaterial, setComment, setEntryDate, setEventDate, setPreviousBioMaterialEvent, setProtocol, setUsedQuantityInMicroLiters, setUser |
| Methods inherited from class org.proteios.core.BasicItem |
|---|
checkPermission, equals, getDbControl, getId, getPermissions, getSessionControl, getVersion, hashCode, hasPermission, isDetached, isInDatabase, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Item TYPE
Item.PROTEIOS_GELSCANEVENT,
getType()| Method Detail |
|---|
public static ItemQuery<GelScanEvent> getQuery()
ItemQuery object.public Item getType()
IdentifiableItem enumeration.
getType in interface IdentifiablegetType in class BioMaterialEvent<GelScanEventData>
public Set<Annotatable> getAnnotatableParents()
throws BaseException
BaseException
public boolean isUsed()
throws BaseException
isUsed in class BioMaterialEvent<GelScanEventData>BaseException
public GelElectrophoresis getGelElectrophoresis()
throws BaseException
GelElectrophoresis this GelScanEvent is associated with.
GelElectrophoresis item or null if not known
BaseException - If there is another error
public void setGelElectrophoresis(GelElectrophoresis gelElectrophoresis)
throws BaseException
GelElectrophoresis this GelScanEvent is associated with.
gelElectrophoresis - The new GelElectrophoresis item
BaseException - If there is another error
public File getImageFile()
throws BaseException
BaseException
public void setImageFile(File imageFile)
throws InvalidDataException
InvalidDataException
public HardwareConfiguration getHardwareSettings()
throws BaseException
BaseException
public void setHardwareSettings(HardwareConfiguration hardwareSettings)
throws InvalidDataException
InvalidDataException
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||