org.camunda.bpm.engine.impl
Class EventSubscriptionQueryValue

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

public class EventSubscriptionQueryValue
extends Object
implements Serializable

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  String eventName
           
protected  String eventType
           
 
Constructor Summary
EventSubscriptionQueryValue(String eventName, String eventType)
           
 
Method Summary
 String getEventName()
           
 String getEventType()
           
 void setEventName(String eventName)
           
 void setEventType(String eventType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventType

protected String eventType

eventName

protected String eventName
Constructor Detail

EventSubscriptionQueryValue

public EventSubscriptionQueryValue(String eventName,
                                   String eventType)
Method Detail

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.