Last update: 2011-06-23

org.proteios.core.data
Class IPGData

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.IPGData
All Implemented Interfaces:
IdentifiableData, OwnableData, ShareableData

public class IPGData
extends SeparationMethodData

This represents an IPG (Immobilized pH Gradient) which is a starting point of a separationmethod.

Version:
2.0
Author:
Olle
See Also:
IPG, IPGs overview
Last modified
$Date: 2006-09-19 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
IPGData()
           
 
Method Summary
 int getLengthInCentiMeters()
          Get the Integer length value
 int getPiEnd()
          Get the int piEnd value
 int getPiStart()
          Get the int piStart value
 void setLengthInCentiMeters(int length)
          Set the length
 void setPiEnd(int piEnd)
          Set the piEnd
 void setPiStart(int piStart)
          Set the piStart
 
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

IPGData

public IPGData()
Method Detail

getLengthInCentiMeters

public int getLengthInCentiMeters()
Get the Integer length value

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

setLengthInCentiMeters

public void setLengthInCentiMeters(int length)
Set the length

Parameters:
length - The int length value to set.

getPiStart

public int getPiStart()
Get the int piStart value

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

setPiStart

public void setPiStart(int piStart)
Set the piStart

Parameters:
piStart - The int piStart value to set.

getPiEnd

public int getPiEnd()
Get the int piEnd value

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

setPiEnd

public void setPiEnd(int piEnd)
Set the piEnd

Parameters:
piEnd - The int piEnd value to set.

Last update: 2011-06-23