Package org.intermine.model.bio
Interface ProtocolParameter
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
ProtocolParameterShadow
public interface ProtocolParameter extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()OntologyTermgetOntology()ProtocolgetProtocol()java.lang.StringgetUnit()java.lang.StringgetValue()org.intermine.model.InterMineObjectproxGetOntology()org.intermine.model.InterMineObjectproxGetProtocol()voidproxyOntology(org.intermine.objectstore.proxy.ProxyReference ontology)voidproxyProtocol(org.intermine.objectstore.proxy.ProxyReference protocol)voidsetName(java.lang.String name)voidsetOntology(OntologyTerm ontology)voidsetProtocol(Protocol protocol)voidsetUnit(java.lang.String unit)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getUnit
java.lang.String getUnit()
-
setUnit
void setUnit(java.lang.String unit)
-
getName
java.lang.String getName()
-
setName
void setName(java.lang.String name)
-
getValue
java.lang.String getValue()
-
setValue
void setValue(java.lang.String value)
-
getOntology
OntologyTerm getOntology()
-
setOntology
void setOntology(OntologyTerm ontology)
-
proxyOntology
void proxyOntology(org.intermine.objectstore.proxy.ProxyReference ontology)
-
proxGetOntology
org.intermine.model.InterMineObject proxGetOntology()
-
getProtocol
Protocol getProtocol()
-
setProtocol
void setProtocol(Protocol protocol)
-
proxyProtocol
void proxyProtocol(org.intermine.objectstore.proxy.ProxyReference protocol)
-
proxGetProtocol
org.intermine.model.InterMineObject proxGetProtocol()
-
-