public class MeasuredAreaData extends MeasuredBioMaterialData
MeasuredArea
,
MeasuredItems
overviewMAX_EXTERNAL_ID_LENGTH, MAX_STORAGE_LOCATION_LENGTH
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
MeasuredAreaData() |
Modifier and Type | Method and Description |
---|---|
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.
|
getConcentrationInGramsPerLiter, getCreationEvent, getEvents, getOriginalQuantityInMicroLiters, getParent, getRemainingQuantityInMicroLiters, isPooled, setConcentrationInGramsPerLiter, setCreationEvent, setEvents, setOriginalQuantityInMicroLiters, setParent, setPooled, setRemainingQuantityInMicroLiters
getExternalId, getFiles, getStorageLocation, setExternalId, setFiles, setStorageLocation
getAnnotationSet, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
public MeasuredAreaData()
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