Package org.jbpm.designer.server.diagram
Class StencilType
- java.lang.Object
-
- org.jbpm.designer.server.diagram.StencilType
-
public class StencilType extends Object
-
-
Constructor Summary
Constructors Constructor Description StencilType(String id)Construct a new stencilType with a unique id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()Gives the unique id of a stencilinthashCode()voidsetId(String id)set a new unique id for a stencilType
-
-
-
Constructor Detail
-
StencilType
public StencilType(String id)
Construct a new stencilType with a unique id- Parameters:
id-
-
-