Interface IEntityTypeUpdate
- All Superinterfaces:
IObjectUpdate<IEntityTypeId>,IUpdate,Serializable
- All Known Implementing Classes:
DataSetTypeUpdate,ExperimentTypeUpdate,SampleTypeUpdate
@JsonObject("as.dto.entitytype.update.IEntityTypeUpdate")
public interface IEntityTypeUpdate
extends IUpdate, IObjectUpdate<IEntityTypeId>
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetTypeId(IEntityTypeId typeId) voidsetValidationPluginId(IPluginId pluginId) Methods inherited from interface ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.IObjectUpdate
getObjectId
-
Method Details
-
getTypeId
IEntityTypeId getTypeId() -
setTypeId
-
getDescription
FieldUpdateValue<String> getDescription() -
setDescription
-
getValidationPluginId
FieldUpdateValue<IPluginId> getValidationPluginId() -
setValidationPluginId
-
getPropertyAssignments
PropertyAssignmentListUpdateValue getPropertyAssignments()
-