|
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<D>
org.proteios.core.AnnotatedItem<D>
org.proteios.core.BioMaterial<D>
org.proteios.core.MeasuredBioMaterial<MeasuredAreaData>
org.proteios.core.MeasuredArea
public class MeasuredArea
This class represent measured areas. A measured area has information about the measured area in a gel analysis experiment.
| Field Summary | |
|---|---|
static Item |
TYPE
The type of item represented by this class. |
| Fields inherited from class org.proteios.core.BioMaterial |
|---|
MAX_EXTERNAL_ID_LENGTH, MAX_STORAGE_LOCATION_LENGTH |
| Fields inherited from interface org.proteios.core.Nameable |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Constructor Summary | |
|---|---|
MeasuredArea(MeasuredAreaData measuredAreaData)
|
|
| Method Summary | |
|---|---|
Float |
getApparentMass()
Get the Float apparent mass value. |
Float |
getApparentPI()
Get the Float apparent pI value. |
int |
getIntensity()
Get the intensity. |
int |
getLane()
Get the int lane value. |
int |
getLaneIndex()
Get the int laneIndex value. |
Float |
getLocal_background()
Get the local_background. |
Float |
getNormalized_volume()
Get the Float normalized_volume value. |
int |
getPixel_radius()
Get the int pixel_radius value. |
int |
getPixel_x_coord()
Get the int pixel_x_coord value. |
int |
getPixel_y_coord()
Get the int pixel_y_coord value. |
static ItemQuery<MeasuredArea> |
getQuery()
Get a query that returns measuredArea items. |
Item |
getType()
Get the type of item represented by the object. |
Float |
getVolume()
Get the Float volume value. |
boolean |
isNormalized()
Get the normalized flag of this MeasuredArea. |
boolean |
isUsed()
Check that: no item has been created from this measuredArea |
void |
setApparentMass(Float apparentMass)
Set the Float apparent mass value. |
void |
setApparentPI(Float apparentPI)
Set the Float apparent pI value. |
void |
setIntensity(int intensity)
Set the intensity |
void |
setLane(int lane)
Set the int lane value. |
void |
setLaneIndex(int laneIndex)
Set the int laneIndex value. |
void |
setLocal_background(Float local_background)
Set the local_background |
void |
setNormalized_volume(Float normalized_volume)
Set the Float normalized_volume value. |
void |
setNormalized(boolean normalized)
Set the normalized flag for this MeasuredArea item. |
void |
setPixel_radius(int pixel_radius)
Set the int pixel_radius value. |
void |
setPixel_x_coord(int pixel_x_coord)
Set the int pixel_x_coord value. |
void |
setPixel_y_coord(int pixel_y_coord)
Set the int pixel_y_coord value. |
void |
setVolume(Float volume)
Set the Float volume value. |
| Methods inherited from class org.proteios.core.BioMaterial |
|---|
addFile, getExternalId, getFiles, getStorageLocation, setExternalId, setFiles, setStorageLocation |
| 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_MEASUREDAREA,
getType()| Constructor Detail |
|---|
public MeasuredArea(MeasuredAreaData measuredAreaData)
| Method Detail |
|---|
public static ItemQuery<MeasuredArea> getQuery()
ItemQuery object.public Item getType()
IdentifiableItem enumeration.
public boolean isUsed()
throws BaseException
isUsed in class MeasuredBioMaterial<MeasuredAreaData>BaseExceptionpublic int getIntensity()
int holding the intensity
public void setIntensity(int intensity)
throws InvalidDataException,
BaseException
intensity - The int intensity value
InvalidDataException - If intensity is below zero
BaseExceptionpublic Float getLocal_background()
Float holding the local_background
public void setLocal_background(Float local_background)
throws InvalidDataException,
BaseException
local_background - The Float local_background value
InvalidDataException - If local_background is below zero
BaseExceptionpublic Float getNormalized_volume()
public void setNormalized_volume(Float normalized_volume)
throws InvalidDataException
normalized_volume - The Float normalized_volume value to set.
InvalidDataException - If the normalized_volume is lower than zeropublic boolean isNormalized()
MeasuredArea.
public void setNormalized(boolean normalized)
MeasuredArea item.
normalized - The new boolean normalized flag for this itempublic int getPixel_radius()
public void setPixel_radius(int pixel_radius)
throws InvalidDataException
pixel_radius - The int pixel_radius value to set.
InvalidDataException - If the pixel_radius is lower than zeropublic int getPixel_x_coord()
public void setPixel_x_coord(int pixel_x_coord)
throws InvalidDataException
pixel_x_coord - The int pixel_x_coord value to set.
InvalidDataException - If the pixel_x_coord is lower than zeropublic int getPixel_y_coord()
public void setPixel_y_coord(int pixel_y_coord)
throws InvalidDataException
pixel_y_coord - The int pixel_y_coord value to set.
InvalidDataException - If the pixel_y_coord is lower than zeropublic Float getVolume()
public void setVolume(Float volume)
throws InvalidDataException
volume - The Float volume value to set.
InvalidDataException - If the volume is lower than zeropublic Float getApparentMass()
public void setApparentMass(Float apparentMass)
throws InvalidDataException
apparentMass - The Float apparent mass value to set.
InvalidDataException - If the apparent mass is lower than zeropublic int getLane()
public void setLane(int lane)
throws InvalidDataException
lane - int The lane value to set.
InvalidDataException - If the lane is lower than zeropublic Float getApparentPI()
public void setApparentPI(Float apparentPI)
throws InvalidDataException
apparentPI - The Float apparent pI value to set.
InvalidDataException - If the apparent pI is lower than zeropublic int getLaneIndex()
public void setLaneIndex(int laneIndex)
throws InvalidDataException
laneIndex - int The laneIndex value to set.
InvalidDataException - If the laneIndex is lower than zero
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||