Class MeanVarianceRelation
- java.lang.Object
-
- ubic.gemma.model.expression.bioAssayData.MeanVarianceRelation
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecuredChild
,Serializable
,Securable
,SecuredChild
,Identifiable
public class MeanVarianceRelation extends Object implements SecuredChild, Serializable
- Author:
- Patrick
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MeanVarianceRelation.Factory
-
Constructor Summary
Constructors Constructor Description MeanVarianceRelation()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Long
getId()
byte[]
getMeans()
Securable
getSecurityOwner()
byte[]
getVariances()
int
hashCode()
void
setId(Long id)
void
setMeans(byte[] means)
void
setSecurityOwner(ExpressionExperiment ee)
void
setVariances(byte[] variances)
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfacegemma.gsec.model.Securable
-
setId
public void setId(Long id)
-
getMeans
public byte[] getMeans()
-
setMeans
public void setMeans(byte[] means)
-
getSecurityOwner
public Securable getSecurityOwner()
- Specified by:
getSecurityOwner
in interfacegemma.gsec.model.SecuredChild
- Specified by:
getSecurityOwner
in interfaceSecuredChild
-
setSecurityOwner
public void setSecurityOwner(ExpressionExperiment ee)
-
getVariances
public byte[] getVariances()
-
setVariances
public void setVariances(byte[] variances)
-
-