|
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.OwnedItem<D>
org.proteios.core.SharedItem<D>
org.proteios.core.CommonItem<AcquisitionData>
org.proteios.core.Acquisition
public class Acquisition
This class represent acquisition items. An acquisition item has information about a scan in a mass spectrometry experiment.
| Field Summary | |
|---|---|
static Item |
TYPE
The type of item represented by this class. |
| Fields inherited from interface org.proteios.core.Nameable |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Method Summary | |
|---|---|
int |
getAcqNumber()
Get the acquisition number. |
InstrumentConfiguration |
getAcquisitionInstrumentInfo()
Get the InstrumentConfiguration acquisitionInstrumentInfo. |
PeakList |
getPeakList()
Get the PeakList this acquisition is created from. |
static ItemQuery<Acquisition> |
getQuery()
Get a query that returns acquisition items. |
Item |
getType()
Get the type of item represented by the object. |
boolean |
isUsed()
Check that: no item has been created from this acquisition |
void |
setAcqNumber(int acqNumber)
Set the acquisition number |
void |
setAcquisitionInstrumentInfo(InstrumentConfiguration acquisitionInstrumentInfo)
Set the InstrumentConfiguration acquisitionInstrumentInfo. |
void |
setPeakList(PeakList peakList)
Set the PeakList this acquisition is created from. |
| Methods inherited from class org.proteios.core.CommonItem |
|---|
getDescription, getName, isRemoved, setDescription, setName, setRemoved |
| Methods inherited from class org.proteios.core.SharedItem |
|---|
getItemKey, getProjectKey, isShared, setItemKey, setProjectKey |
| Methods inherited from class org.proteios.core.OwnedItem |
|---|
getOwner, setOwner |
| 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 |
| Methods inherited from interface org.proteios.core.Identifiable |
|---|
getId, getVersion |
| Methods inherited from interface org.proteios.core.AccessControlled |
|---|
checkPermission, hasPermission |
| Methods inherited from interface org.proteios.core.Ownable |
|---|
getOwner, setOwner |
| Field Detail |
|---|
public static final Item TYPE
Item.PROTEIOS_ACQUISITION,
getType()| Method Detail |
|---|
public static ItemQuery<Acquisition> getQuery()
ItemQuery object.public Item getType()
IdentifiableItem enumeration.
public boolean isUsed()
throws BaseException
isUsed in class BasicItem<AcquisitionData>BaseException
public InstrumentConfiguration getAcquisitionInstrumentInfo()
throws BaseException
InstrumentConfiguration acquisitionInstrumentInfo.
InstrumentConfiguration object
BaseException - If there is another error
public void setAcquisitionInstrumentInfo(InstrumentConfiguration acquisitionInstrumentInfo)
throws InvalidDataException
InstrumentConfiguration acquisitionInstrumentInfo.
acquisitionInstrumentInfo - The new
InstrumentConfiguration item
InvalidDataException - If the acquisitionInstrumentInfo is null
BaseException - If there is another errorpublic int getAcqNumber()
int holding the acquisition numberpublic void setAcqNumber(int acqNumber)
acqNumber - The int acquisition number value
public PeakList getPeakList()
throws BaseException
PeakList this acquisition is created from.
PeakList item or null if not known
BaseException - If there is another errorpublic void setPeakList(PeakList peakList)
PeakList this acquisition is created from.
peakList - The new PeakList item
BaseException - If there is another error
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||