|
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<SeparationEventData>
org.proteios.core.SeparationEvent
public class SeparationEvent
This represents a SeparationEvent. Separation events can create objects like Gels or IPGstrips. These objects are described in a SeparationMethod. object. SeparationEvents are normally of type 2
| 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. |
HardwareConfiguration |
getHardwareSettings()
|
SeparationMethod |
getSeparationMethod()
Get the separation method object. |
File |
getSourceFile()
|
Item |
getType()
Get the type of item represented by the object. |
boolean |
isUsed()
Check that: no item has been created from this SeparationEvent |
void |
setHardwareSettings(HardwareConfiguration hardwareSettings)
|
void |
setSeparationMethod(SeparationMethod separationMethod)
Set the separation method object. |
void |
setSourceFile(File sourceFile)
|
| 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_SEPARATIONEVENT,
getType()| Method Detail |
|---|
public Item getType()
IdentifiableItem enumeration.
getType in interface IdentifiablegetType in class BioMaterialEvent<SeparationEventData>
public Set<Annotatable> getAnnotatableParents()
throws BaseException
BaseException
public boolean isUsed()
throws BaseException
isUsed in class BioMaterialEvent<SeparationEventData>BaseException
public File getSourceFile()
throws BaseException
BaseException
public void setSourceFile(File sourceFile)
throws InvalidDataException
InvalidDataException
public HardwareConfiguration getHardwareSettings()
throws BaseException
BaseException
public void setHardwareSettings(HardwareConfiguration hardwareSettings)
throws InvalidDataException
InvalidDataException
public SeparationMethod getSeparationMethod()
throws BaseException
BaseException
public void setSeparationMethod(SeparationMethod separationMethod)
throws InvalidDataException
InvalidDataException
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||