Class MeanVarianceRelation
- java.lang.Object
-
- ubic.gemma.model.expression.bioAssayData.MeanVarianceRelation
-
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredChild,Serializable
public class MeanVarianceRelation extends Object implements Serializable, gemma.gsec.model.SecuredChild
- Author:
- Patrick
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeanVarianceRelation.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 booleanequals(Object object)LonggetId()byte[]getMeans()gemma.gsec.model.SecurablegetSecurityOwner()byte[]getVariances()inthashCode()voidsetId(Long id)voidsetMeans(byte[] means)voidsetSecurityOwner(ExpressionExperiment ee)voidsetVariances(byte[] variances)
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfacegemma.gsec.model.Securable
-
setId
public void setId(Long id)
-
getMeans
public byte[] getMeans()
-
setMeans
public void setMeans(byte[] means)
-
getSecurityOwner
public gemma.gsec.model.Securable getSecurityOwner()
- Specified by:
getSecurityOwnerin interfacegemma.gsec.model.SecuredChild
-
setSecurityOwner
public void setSecurityOwner(ExpressionExperiment ee)
-
getVariances
public byte[] getVariances()
-
setVariances
public void setVariances(byte[] variances)
-
-