jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.server.diagram
Class StencilSet

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

public class StencilSet
extends Object


Constructor Summary
StencilSet(String url)
          Minimal constructor of an stencilset, only expects an uri
StencilSet(String url, String namespace)
          Constructs a stencilSet with url and namespace
 
Method Summary
 String getNamespace()
          Give the namespace of a stencilset
 String getUrl()
          Gice the specific url of an stencilset
 void setNamespace(String namespace)
          Set a new namespace for a stencil set
 void setUrl(String url)
          Set a new specific url for an stencilset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StencilSet

public StencilSet(String url,
                  String namespace)
Constructs a stencilSet with url and namespace

Parameters:
url -
namespace -

StencilSet

public StencilSet(String url)
Minimal constructor of an stencilset, only expects an uri

Parameters:
url -
Method Detail

getUrl

public String getUrl()
Gice the specific url of an stencilset

Returns:
the url

setUrl

public void setUrl(String url)
Set a new specific url for an stencilset

Parameters:
url - the url to set

getNamespace

public String getNamespace()
Give the namespace of a stencilset

Returns:
the namespace

setNamespace

public void setNamespace(String namespace)
Set a new namespace for a stencil set

Parameters:
namespace - the namespace to set

jBPM Designer - Backend 6.0.3-SNAPSHOT

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