|
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<GelImageAnalysisEventData>
org.proteios.core.GelImageAnalysisEvent
public class GelImageAnalysisEvent
This class represent GelImageAnalysisEvent items. A GelImageAnalysisEvent has information about the measured items in an experiment.
| 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. |
File |
getAnnotatedFile()
|
HardwareConfiguration |
getHardwareSettings()
|
static ItemQuery<GelImageAnalysisEvent> |
getQuery()
Get a query that returns GelImageAnalysisEvent items. |
File |
getRawFile()
The raw image file |
SoftwareConfiguration |
getSoftwareSettings()
|
Item |
getType()
Get the type of item represented by the object. |
boolean |
isUsed()
Check that: no item has been created from this GelImageAnalysisEvent |
void |
setAnnotatedFile(File annotatedFile)
|
void |
setHardwareSettings(HardwareConfiguration hardwareSettings)
|
void |
setRawFile(File rawFile)
The raw image file. |
void |
setSoftwareSettings(SoftwareConfiguration softwareSettings)
|
| 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_GELIMAGEANALYSISEVENT,
getType()| Method Detail |
|---|
public static ItemQuery<GelImageAnalysisEvent> getQuery()
ItemQuery object.public Item getType()
IdentifiableItem enumeration.
getType in interface IdentifiablegetType in class BioMaterialEvent<GelImageAnalysisEventData>
public Set<Annotatable> getAnnotatableParents()
throws BaseException
BaseException
public boolean isUsed()
throws BaseException
isUsed in class BioMaterialEvent<GelImageAnalysisEventData>BaseException
public File getAnnotatedFile()
throws BaseException
BaseException
public void setAnnotatedFile(File annotatedFile)
throws InvalidDataException
InvalidDataException
public File getRawFile()
throws BaseException
BaseException
public void setRawFile(File rawFile)
throws InvalidDataException
InvalidDataException
public HardwareConfiguration getHardwareSettings()
throws BaseException
BaseException
public void setHardwareSettings(HardwareConfiguration hardwareSettings)
throws InvalidDataException
InvalidDataException
public SoftwareConfiguration getSoftwareSettings()
throws BaseException
BaseException
public void setSoftwareSettings(SoftwareConfiguration softwareSettings)
throws InvalidDataException
InvalidDataException
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||