Package org.camunda.bpm.engine.impl
Class EventSubscriptionQueryValue
- java.lang.Object
-
- org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
-
- All Implemented Interfaces:
java.io.Serializable
public class EventSubscriptionQueryValue extends java.lang.Object implements java.io.Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionQueryValue(java.lang.String eventName, java.lang.String eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEventName()
java.lang.String
getEventType()
void
setEventName(java.lang.String eventName)
void
setEventType(java.lang.String eventType)
-