Class CoexpressionCacheValueObject
- java.lang.Object
-
- ubic.gemma.persistence.service.association.coexpression.CoexpressionCacheValueObject
-
- All Implemented Interfaces:
Serializable
public class CoexpressionCacheValueObject extends Object implements Serializable
Used to cache results; these objects are unmodifiable, and contains the coexpression data for one query gene and one result gene, in all experiments.- Author:
- paul
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoexpressionCacheValueObject()
CoexpressionCacheValueObject(CoexpressionValueObject vo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoexpressionValueObject
toModifiable()
-
-
-
Constructor Detail
-
CoexpressionCacheValueObject
public CoexpressionCacheValueObject()
-
CoexpressionCacheValueObject
public CoexpressionCacheValueObject(CoexpressionValueObject vo)
- Parameters:
vo
- coexpression VO
-
-
Method Detail
-
toModifiable
public CoexpressionValueObject toModifiable()
-
-