public class EventListener extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected String |
entityType |
protected String |
events |
protected String |
implementation |
protected String |
implementationType |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
EventListener() |
Modifier and Type | Method and Description |
---|---|
EventListener |
clone() |
String |
getEntityType() |
String |
getEvents() |
String |
getImplementation() |
String |
getImplementationType() |
void |
setEntityType(String entityType) |
void |
setEvents(String events) |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setValues(EventListener otherListener) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String events
protected String implementationType
protected String implementation
protected String entityType
public String getEvents()
public void setEvents(String events)
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getImplementation()
public void setImplementation(String implementation)
public void setEntityType(String entityType)
public String getEntityType()
public EventListener clone()
clone
in class BaseElement
public void setValues(EventListener otherListener)
Copyright © 2016 Alfresco. All rights reserved.