ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class ExperimentType
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ExperimentType
- All Implemented Interfaces:
- java.io.Serializable
@JsonObject(value="ExperimentType")
public class ExperimentType
- extends EntityType
Immutable value object representing an experiment type.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ExperimentType
public ExperimentType(ExperimentType.ExperimentTypeInitializer initializer)
- Creates a new instance with the provided initializer
- Throws:
java.lang.IllegalArgumentException
- if some of the required information is not provided.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object