Last update: 2011-06-23

org.proteios.core.data
Class MeasuredAreaData

java.lang.Object
  extended by org.proteios.core.data.BasicData
      extended by org.proteios.core.data.OwnedData
          extended by org.proteios.core.data.SharedData
              extended by org.proteios.core.data.CommonData
                  extended by org.proteios.core.data.AnnotatedData
                      extended by org.proteios.core.data.BioMaterialData
                          extended by org.proteios.core.data.MeasuredBioMaterialData
                              extended by org.proteios.core.data.MeasuredAreaData
All Implemented Interfaces:
AnnotatableData, IdentifiableData, NameableData, OwnableData, RemovableData, ShareableData

public class MeasuredAreaData
extends MeasuredBioMaterialData

This represents a measured area. A measured area has information about a measured area in a gel analysis experiment.

Version:
2.0
Author:
Olle
See Also:
MeasuredArea, MeasuredItems overview
Last modified
$Date: 2007-02-20 14:31:54Z $
Hibernate: subclass
discriminator-value="5" lazy="false"

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

MeasuredAreaData

public MeasuredAreaData()
Method Detail

getIntensity

public int getIntensity()
Get the intensity.

Returns:
the int intensity value
Hibernate: property
column="`intensity`" type="int" not-null="false"

setIntensity

public void setIntensity(int intensity)
Set the intensity.

Parameters:
intensity - The int intensity value

getLocal_background

public Float getLocal_background()
Get the local_background value.

Returns:
the Float local_background value
Hibernate: property
column="`local_background`" type="float" not-null="false"

setLocal_background

public void setLocal_background(Float local_background)
Set the local_background value.

Parameters:
local_background - The Float local background value

getNormalized_volume

public Float getNormalized_volume()
Get the normalized_volume value.

Returns:
the Float normalized_volume value
Hibernate: property
column="`normalized_volume`" type="float" not-null="false"

setNormalized_volume

public void setNormalized_volume(Float normalized_volume)
Set the normalized_volume value.

Parameters:
normalized_volume - The Float normalized_volume value

isNormalized

public boolean isNormalized()
Get the normalized flag.

Returns:
the normalized flag value
Hibernate: property
column="`normalized`" type="boolean" not-null="false"

setNormalized

public void setNormalized(boolean normalized)
Set the normalized flag

Parameters:
normalized - The boolean normalized flag value

getPixel_radius

public int getPixel_radius()
Get the pixel_radius value.

Returns:
the int pixel_radius value
Hibernate: property
column="`pixel_radius`" type="int" not-null="false"

setPixel_radius

public void setPixel_radius(int pixel_radius)
Set the pixel_radius value.

Parameters:
pixel_radius - The int pixel_radius value

getPixel_x_coord

public int getPixel_x_coord()
Get the pixel_x_coord value.

Returns:
the int pixel_x_coord value
Hibernate: property
column="`pixel_x_coord`" type="int" not-null="false"

setPixel_x_coord

public void setPixel_x_coord(int pixel_x_coord)
Set the pixel_x_coord value.

Parameters:
pixel_x_coord - The int pixel_x_coord value

getPixel_y_coord

public int getPixel_y_coord()
Get the pixel_y_coord value.

Returns:
the int pixel_y_coord value
Hibernate: property
column="`pixel_y_coord`" type="int" not-null="false"

setPixel_y_coord

public void setPixel_y_coord(int pixel_y_coord)
Set the pixel_y_coord value.

Parameters:
pixel_y_coord - The int pixel_y_coord value

getVolume

public Float getVolume()
Get the volume value.

Returns:
the Float volume value
Hibernate: property
column="`volume`" type="float" not-null="false"

setVolume

public void setVolume(Float volume)
Set the volume value.

Parameters:
volume - The Float volume value

getApparentMass

public Float getApparentMass()
Get the apparent mass value.

Returns:
the Float apparent mass value
Hibernate: property
column="`apparent_mass`" type="float" not-null="false"

setApparentMass

public void setApparentMass(Float apparentMass)
Set the apparent mass value.

Parameters:
apparentMass - The Float apparent mass value

getLane

public int getLane()
Get the lane value.

Returns:
the int lane value
Hibernate: property
column="`lane`" type="int" not-null="false"

setLane

public void setLane(int lane)
Set the lane value.

Parameters:
lane - The int lane value

getApparentPI

public Float getApparentPI()
Get the apparent pI value.

Returns:
the Float apparent pI value
Hibernate: property
column="`apparent_pi`" type="float" not-null="false"

setApparentPI

public void setApparentPI(Float apparentPI)
Set the apparent pI value.

Parameters:
apparentPI - The Float apparent pI value

getLaneIndex

public int getLaneIndex()
Get the laneIndex value.

Returns:
the int laneIndex value
Hibernate: property
column="`lane_index`" type="int" not-null="false"

setLaneIndex

public void setLaneIndex(int laneIndex)
Set the laneIndex value.

Parameters:
laneIndex - The int laneIndex value

Last update: 2011-06-23