|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.SeparationMethodData
org.proteios.core.data.GelElectrophoresisData
public class GelElectrophoresisData
This represents a gel object which is generated by a separation event.
GelElectrophoresis,
GelElectrophoresis
overview| 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 |
|---|
public GelElectrophoresisData()
| Method Detail |
|---|
public String getDenaturatingAgent()
public void setDenaturatingAgent(String denaturatingAgent)
denaturatingAgent - The String denaturatingAgent valuepublic Integer getMassStartInKiloDaltons()
public void setMassStartInKiloDaltons(Integer massStart)
massStart - The integer massStart value to set.public Integer getMassEndInKiloDaltons()
public void setMassEndInKiloDaltons(Integer massEnd)
massEnd - The integer massEnd value to set.public Integer getPercentAcrylamide()
public void setPercentAcrylamide(Integer percentAcrylamide)
percentAcrylamide - The integer percentAcrylamide value to set.public String getProteinAssay()
public void setProteinAssay(String proteinAssay)
proteinAssay - The String proteinAssay valuepublic Integer getSizeXInCentiMeters()
public void setSizeXInCentiMeters(Integer sizeX)
sizeX - The Integer sizeX value to set.public Integer getSizeYInCentiMeters()
public void setSizeYInCentiMeters(Integer sizeY)
sizeY - The Integer sizeY value to set.public String getSolubilizationBuffer()
public void setSolubilizationBuffer(String solubilizationBuffer)
solubilizationBuffer - The String solubilizationBuffer value
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||