org.camunda.bpm.engine.impl.cmmn.model
Class CmmnVariableOnPartDeclaration

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
All Implemented Interfaces:
Serializable

public class CmmnVariableOnPartDeclaration
extends Object
implements Serializable

Author:
Deivarayan Azhagappan
See Also:
Serialized Form

Field Summary
protected  String variableEvent
           
protected  String variableName
           
 
Constructor Summary
CmmnVariableOnPartDeclaration()
           
 
Method Summary
 String getVariableEvent()
           
 String getVariableName()
           
 void setVariableEvent(String variableEvent)
           
 void setVariableName(String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableEvent

protected String variableEvent

variableName

protected String variableName
Constructor Detail

CmmnVariableOnPartDeclaration

public CmmnVariableOnPartDeclaration()
Method Detail

getVariableEvent

public String getVariableEvent()

setVariableEvent

public void setVariableEvent(String variableEvent)

getVariableName

public String getVariableName()

setVariableName

public void setVariableName(String variableName)


Copyright © 2016 camunda services GmbH. All rights reserved.