Class StatementValueObject
- java.lang.Object
-
- ubic.gemma.model.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 aStatement
, typically part of aFactorValueBasicValueObject
.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:
Statement
,FactorValueBasicValueObject
, Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description StatementValueObject()
StatementValueObject(Statement s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(StatementValueObject other)
-
Methods inherited from class ubic.gemma.model.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
StatementValueObject
public StatementValueObject()
-
StatementValueObject
public StatementValueObject(Statement s)
-
-
Method Detail
-
compareTo
public int compareTo(@Nonnull StatementValueObject other)
- Specified by:
compareTo
in interfaceComparable<StatementValueObject>
-
-