Class StatementValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<Statement>
ubic.gemma.model.expression.experiment.StatementValueObject
- All Implemented Interfaces:
Serializable
,Comparable<StatementValueObject>
,Identifiable
public class StatementValueObject
extends IdentifiableValueObject<Statement>
implements Comparable<StatementValueObject>
Represents a VO for a
Statement
, typically part of a FactorValueBasicValueObject
.
Most of the fields in here are reserved for Gemma Web and we are still discussing the best way to represent these for the REST API in #814.
- Author:
- poirigui
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
-
Constructor Details
-
StatementValueObject
public StatementValueObject() -
StatementValueObject
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<StatementValueObject>
-