org.proteios.core.data
Class IPGData
java.lang.Object
org.proteios.core.data.BasicData
org.proteios.core.data.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.SeparationMethodData
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"
IPGData
public IPGData()
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.