Class ExperimentTypeUpdate
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.update.ExperimentTypeUpdate
- All Implemented Interfaces:
IMetaDataUpdateHolder,IObjectUpdate<IEntityTypeId>,IUpdate,IEntityTypeUpdate,Serializable
@JsonObject("as.dto.experiment.update.ExperimentTypeUpdate")
public class ExperimentTypeUpdate
extends Object
implements IEntityTypeUpdate, IMetaDataUpdateHolder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetTypeId(IEntityTypeId typeId) voidsetValidationPluginId(IPluginId validationPluginId) toString()
-
Constructor Details
-
ExperimentTypeUpdate
public ExperimentTypeUpdate()
-
-
Method Details
-
getObjectId
- Specified by:
getObjectIdin interfaceIObjectUpdate<IEntityTypeId>
-
getTypeId
- Specified by:
getTypeIdin interfaceIEntityTypeUpdate
-
setTypeId
- Specified by:
setTypeIdin interfaceIEntityTypeUpdate
-
getDescription
- Specified by:
getDescriptionin interfaceIEntityTypeUpdate
-
setDescription
- Specified by:
setDescriptionin interfaceIEntityTypeUpdate
-
getValidationPluginId
- Specified by:
getValidationPluginIdin interfaceIEntityTypeUpdate
-
setValidationPluginId
- Specified by:
setValidationPluginIdin interfaceIEntityTypeUpdate
-
getPropertyAssignments
- Specified by:
getPropertyAssignmentsin interfaceIEntityTypeUpdate
-
getMetaData
- Specified by:
getMetaDatain interfaceIMetaDataUpdateHolder
-
toString
-