Last update: 2011-06-23

org.proteios.core.data
Class GelElectrophoresisData

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.SeparationMethodData
                  extended by org.proteios.core.data.GelElectrophoresisData
All Implemented Interfaces:
IdentifiableData, OwnableData, ShareableData

public class GelElectrophoresisData
extends SeparationMethodData

This represents a gel object which is generated by a separation event.

Version:
2.0
Author:
Olle
See Also:
GelElectrophoresis, GelElectrophoresis overview
Last modified
$Date: 2006-05-31 14:31:54Z $
Hibernate: subclass
discriminator-value="1"

Field Summary
 
Fields inherited from class org.proteios.core.data.SeparationMethodData
MAX_EXTERNAL_ID_LENGTH
 
Constructor Summary
GelElectrophoresisData()
           
 
Method Summary
 String getDenaturatingAgent()
          Get the denaturatingAgent.
 Integer getMassEndInKiloDaltons()
          Get the massEnd value
 Integer getMassStartInKiloDaltons()
          Get the massStart value
 Integer getPercentAcrylamide()
          Get the percentAcrylamide value
 String getProteinAssay()
          Get the proteinAssay.
 Integer getSizeXInCentiMeters()
          Get the sizeX value
 Integer getSizeYInCentiMeters()
          Get the sizeY value
 String getSolubilizationBuffer()
          Get the solubilizationBuffer.
 void setDenaturatingAgent(String denaturatingAgent)
          Set the denaturatingAgent
 void setMassEndInKiloDaltons(Integer massEnd)
          Set the massEnd
 void setMassStartInKiloDaltons(Integer massStart)
          Set the massStart
 void setPercentAcrylamide(Integer percentAcrylamide)
          Set the percentAcrylamide
 void setProteinAssay(String proteinAssay)
          Set the proteinAssay
 void setSizeXInCentiMeters(Integer sizeX)
          Set the sizeX
 void setSizeYInCentiMeters(Integer sizeY)
          Set the sizeY
 void setSolubilizationBuffer(String solubilizationBuffer)
          Set the solubilizationBuffer
 
Methods inherited from class org.proteios.core.data.SeparationMethodData
getBioMaterialEvents, getExternalId, setBioMaterialEvents, setExternalId
 
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.OwnableData
getOwner, setOwner
 
Methods inherited from interface org.proteios.core.data.IdentifiableData
getId, getVersion
 

Constructor Detail

GelElectrophoresisData

public GelElectrophoresisData()
Method Detail

getDenaturatingAgent

public String getDenaturatingAgent()
Get the denaturatingAgent.

Returns:
the denaturatingAgent value
Hibernate: property
column="`denaturatingAgent`" type="string" length="255" not-null="false"

setDenaturatingAgent

public void setDenaturatingAgent(String denaturatingAgent)
Set the denaturatingAgent

Parameters:
denaturatingAgent - The String denaturatingAgent value

getMassStartInKiloDaltons

public Integer getMassStartInKiloDaltons()
Get the massStart value

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

setMassStartInKiloDaltons

public void setMassStartInKiloDaltons(Integer massStart)
Set the massStart

Parameters:
massStart - The integer massStart value to set.

getMassEndInKiloDaltons

public Integer getMassEndInKiloDaltons()
Get the massEnd value

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

setMassEndInKiloDaltons

public void setMassEndInKiloDaltons(Integer massEnd)
Set the massEnd

Parameters:
massEnd - The integer massEnd value to set.

getPercentAcrylamide

public Integer getPercentAcrylamide()
Get the percentAcrylamide value

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

setPercentAcrylamide

public void setPercentAcrylamide(Integer percentAcrylamide)
Set the percentAcrylamide

Parameters:
percentAcrylamide - The integer percentAcrylamide value to set.

getProteinAssay

public String getProteinAssay()
Get the proteinAssay.

Returns:
the proteinAssay value
Hibernate: property
column="`proteinAssay`" type="string" length="255" not-null="false"

setProteinAssay

public void setProteinAssay(String proteinAssay)
Set the proteinAssay

Parameters:
proteinAssay - The String proteinAssay value

getSizeXInCentiMeters

public Integer getSizeXInCentiMeters()
Get the sizeX value

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

setSizeXInCentiMeters

public void setSizeXInCentiMeters(Integer sizeX)
Set the sizeX

Parameters:
sizeX - The Integer sizeX value to set.

getSizeYInCentiMeters

public Integer getSizeYInCentiMeters()
Get the sizeY value

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

setSizeYInCentiMeters

public void setSizeYInCentiMeters(Integer sizeY)
Set the sizeY

Parameters:
sizeY - The Integer sizeY value to set.

getSolubilizationBuffer

public String getSolubilizationBuffer()
Get the solubilizationBuffer.

Returns:
the solubilizationBuffer value
Hibernate: property
column="`solubilizationBuffer`" type="string" length="255" not-null="false"

setSolubilizationBuffer

public void setSolubilizationBuffer(String solubilizationBuffer)
Set the solubilizationBuffer

Parameters:
solubilizationBuffer - The String solubilizationBuffer value

Last update: 2011-06-23