Class ExperimentTypeCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.create.ExperimentTypeCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,IEntityTypeCreation,Serializable
@JsonObject("as.dto.experiment.create.ExperimentTypeCreation")
public class ExperimentTypeCreation
extends Object
implements IEntityTypeCreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()booleanvoidvoidsetDescription(String description) voidsetManagedInternally(boolean managedInternally) voidsetMetaData(Map<String, String> metaData) voidsetPropertyAssignments(List<PropertyAssignmentCreation> propertyAssignments) voidsetValidationPluginId(IPluginId validationPluginId) toString()
-
Constructor Details
-
ExperimentTypeCreation
public ExperimentTypeCreation()
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceIEntityTypeCreation
-
setCode
- Specified by:
setCodein interfaceIEntityTypeCreation
-
getDescription
- Specified by:
getDescriptionin interfaceIEntityTypeCreation
-
setDescription
- Specified by:
setDescriptionin interfaceIEntityTypeCreation
-
getValidationPluginId
- Specified by:
getValidationPluginIdin interfaceIEntityTypeCreation
-
setValidationPluginId
- Specified by:
setValidationPluginIdin interfaceIEntityTypeCreation
-
getPropertyAssignments
- Specified by:
getPropertyAssignmentsin interfaceIEntityTypeCreation
-
setPropertyAssignments
- Specified by:
setPropertyAssignmentsin interfaceIEntityTypeCreation
-
isManagedInternally
public boolean isManagedInternally()- Specified by:
isManagedInternallyin interfaceIEntityTypeCreation
-
setManagedInternally
public void setManagedInternally(boolean managedInternally) - Specified by:
setManagedInternallyin interfaceIEntityTypeCreation
-
getMetaData
-
setMetaData
-
toString
-