org.camunda.bpm.engine.impl.cmmn.model
Class CmmnOnPartDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
- All Implemented Interfaces:
- Serializable
public class CmmnOnPartDeclaration
- extends Object
- implements Serializable
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
standardEvent
protected String standardEvent
source
protected CmmnActivity source
sentry
protected CmmnSentryDeclaration sentry
CmmnOnPartDeclaration
public CmmnOnPartDeclaration()
getStandardEvent
public String getStandardEvent()
setStandardEvent
public void setStandardEvent(String standardEvent)
getSource
public CmmnActivity getSource()
setSource
public void setSource(CmmnActivity source)
getSentry
public CmmnSentryDeclaration getSentry()
setSentry
public void setSentry(CmmnSentryDeclaration sentry)
Copyright © 2016 camunda services GmbH. All rights reserved.