jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.server.diagram
Class StencilType

java.lang.Object
  extended by org.jbpm.designer.server.diagram.StencilType

public class StencilType
extends Object


Constructor Summary
StencilType(String id)
          Construct a new stencilType with a unique id
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          Gives the unique id of a stencil
 int hashCode()
           
 void setId(String id)
          set a new unique id for a stencilType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StencilType

public StencilType(String id)
Construct a new stencilType with a unique id

Parameters:
id -
Method Detail

getId

public String getId()
Gives the unique id of a stencil

Returns:
the id

setId

public void setId(String id)
set a new unique id for a stencilType

Parameters:
id - the id to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.