org.camunda.bpm.engine.impl
Class EventSubscriptionQueryValue
java.lang.Object
org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
- All Implemented Interfaces:
- Serializable
public class EventSubscriptionQueryValue
- extends Object
- implements Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventType
protected String eventType
eventName
protected String eventName
EventSubscriptionQueryValue
public EventSubscriptionQueryValue(String eventName,
String eventType)
getEventType
public String getEventType()
setEventType
public void setEventType(String eventType)
getEventName
public String getEventName()
setEventName
public void setEventName(String eventName)
Copyright © 2016 camunda services GmbH. All rights reserved.