org.kie.services.client.serialization.jaxb.impl.process
Class JaxbProcessDefinition
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinition
- All Implemented Interfaces:
- Serializable
public class JaxbProcessDefinition
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbProcessDefinition
public JaxbProcessDefinition()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getPackageName
public String getPackageName()
setPackageName
public void setPackageName(String packageName)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
getForms
public Map<String,String> getForms()
setForms
public void setForms(Map<String,String> forms)
setVariables
public void setVariables(Map<String,String> variables)
getVariables
public Map<String,String> getVariables()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.