|
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.data.BasicData
org.proteios.core.data.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.CommonData
org.proteios.core.data.AnnotatedData
org.proteios.core.data.BioMaterialData
org.proteios.core.data.MeasuredBioMaterialData
org.proteios.core.data.MeasuredAreaData
public class MeasuredAreaData
This represents a measured area. A measured area has information about a measured area in a gel analysis experiment.
MeasuredArea,
MeasuredItems
overview| Field Summary |
|---|
| Fields inherited from class org.proteios.core.data.BioMaterialData |
|---|
MAX_EXTERNAL_ID_LENGTH, MAX_STORAGE_LOCATION_LENGTH |
| Fields inherited from interface org.proteios.core.data.NameableData |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Constructor Summary | |
|---|---|
MeasuredAreaData()
|
|
| Method Summary | |
|---|---|
Float |
getApparentMass()
Get the apparent mass value. |
Float |
getApparentPI()
Get the apparent pI value. |
int |
getIntensity()
Get the intensity. |
int |
getLane()
Get the lane value. |
int |
getLaneIndex()
Get the laneIndex value. |
Float |
getLocal_background()
Get the local_background value. |
Float |
getNormalized_volume()
Get the normalized_volume value. |
int |
getPixel_radius()
Get the pixel_radius value. |
int |
getPixel_x_coord()
Get the pixel_x_coord value. |
int |
getPixel_y_coord()
Get the pixel_y_coord value. |
Float |
getVolume()
Get the volume value. |
boolean |
isNormalized()
Get the normalized flag. |
void |
setApparentMass(Float apparentMass)
Set the apparent mass value. |
void |
setApparentPI(Float apparentPI)
Set the apparent pI value. |
void |
setIntensity(int intensity)
Set the intensity. |
void |
setLane(int lane)
Set the lane value. |
void |
setLaneIndex(int laneIndex)
Set the laneIndex value. |
void |
setLocal_background(Float local_background)
Set the local_background value. |
void |
setNormalized_volume(Float normalized_volume)
Set the normalized_volume value. |
void |
setNormalized(boolean normalized)
Set the normalized flag |
void |
setPixel_radius(int pixel_radius)
Set the pixel_radius value. |
void |
setPixel_x_coord(int pixel_x_coord)
Set the pixel_x_coord value. |
void |
setPixel_y_coord(int pixel_y_coord)
Set the pixel_y_coord value. |
void |
setVolume(Float volume)
Set the volume value. |
| Methods inherited from class org.proteios.core.data.MeasuredBioMaterialData |
|---|
getConcentrationInGramsPerLiter, getCreationEvent, getEvents, getOriginalQuantityInMicroLiters, getParent, getRemainingQuantityInMicroLiters, isPooled, setConcentrationInGramsPerLiter, setCreationEvent, setEvents, setOriginalQuantityInMicroLiters, setParent, setPooled, setRemainingQuantityInMicroLiters |
| Methods inherited from class org.proteios.core.data.BioMaterialData |
|---|
getExternalId, getFiles, getStorageLocation, setExternalId, setFiles, setStorageLocation |
| Methods inherited from class org.proteios.core.data.AnnotatedData |
|---|
getAnnotationSet, setAnnotationSet |
| Methods inherited from class org.proteios.core.data.CommonData |
|---|
getDescription, getName, isRemoved, setDescription, setName, setRemoved |
| Methods inherited from class org.proteios.core.data.SharedData |
|---|
getItemKey, getProjectKey, setItemKey, setProjectKey |
| Methods inherited from class org.proteios.core.data.OwnedData |
|---|
getOwner, setOwner |
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.proteios.core.data.IdentifiableData |
|---|
getId, getVersion |
| Methods inherited from interface org.proteios.core.data.OwnableData |
|---|
getOwner, setOwner |
| Constructor Detail |
|---|
public MeasuredAreaData()
| Method Detail |
|---|
public int getIntensity()
public void setIntensity(int intensity)
intensity - The int intensity valuepublic Float getLocal_background()
public void setLocal_background(Float local_background)
local_background - The Float local background valuepublic Float getNormalized_volume()
public void setNormalized_volume(Float normalized_volume)
normalized_volume - The Float normalized_volume valuepublic boolean isNormalized()
public void setNormalized(boolean normalized)
normalized - The boolean normalized flag valuepublic int getPixel_radius()
public void setPixel_radius(int pixel_radius)
pixel_radius - The int pixel_radius valuepublic int getPixel_x_coord()
public void setPixel_x_coord(int pixel_x_coord)
pixel_x_coord - The int pixel_x_coord valuepublic int getPixel_y_coord()
public void setPixel_y_coord(int pixel_y_coord)
pixel_y_coord - The int pixel_y_coord valuepublic Float getVolume()
public void setVolume(Float volume)
volume - The Float volume valuepublic Float getApparentMass()
public void setApparentMass(Float apparentMass)
apparentMass - The Float apparent mass valuepublic int getLane()
public void setLane(int lane)
lane - The int lane valuepublic Float getApparentPI()
public void setApparentPI(Float apparentPI)
apparentPI - The Float apparent pI valuepublic int getLaneIndex()
public void setLaneIndex(int laneIndex)
laneIndex - The int laneIndex value
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||