Class PluginCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.plugin.create.PluginCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,Serializable
@JsonObject("as.dto.plugin.create.PluginCreation")
public class PluginCreation
extends Object
implements ICreation, IObjectCreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidsetAvailable(boolean available) voidsetDescription(String description) voidsetEntityKind(EntityKind entityKind) voidvoidsetPluginType(PluginType pluginType) voidtoString()
-
Constructor Details
-
PluginCreation
public PluginCreation()
-
-
Method Details