org.activiti.engine.impl
类 EventSubscriptionQueryValue

java.lang.Object
  继承者 org.activiti.engine.impl.EventSubscriptionQueryValue
所有已实现的接口:
Serializable

public class EventSubscriptionQueryValue
extends Object
implements Serializable

作者:
Daniel Meyer
另请参见:
序列化表格

字段摘要
protected  String eventName
           
protected  String eventType
           
 
构造方法摘要
EventSubscriptionQueryValue(String eventName, String eventType)
           
 
方法摘要
 String getEventName()
           
 String getEventType()
           
 void setEventName(String eventName)
           
 void setEventType(String eventType)
           
 
从类 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 © 2013 Alfresco. All rights reserved.