Class Treatment
- java.lang.Object
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.expression.biomaterial.Treatment
-
- All Implemented Interfaces:
Serializable
,Describable
,Identifiable
public class Treatment extends AbstractDescribable implements Serializable
- Author:
- Paul
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Treatment.Factory
-
Constructor Summary
Constructors Constructor Description Treatment()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getOrderApplied()
void
setOrderApplied(Integer orderApplied)
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
equals, getDescription, getId, getName, hashCode, setDescription, setId, setName, toString
-
-