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 boolean
equals(Object obj)
String
getId()
Gives the unique id of a stencilint
hashCode()
void
setId(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
-
-
-