public class EventBean extends Object
| Constructor and Description |
|---|
EventBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
|
ClassName |
getListenerInterface()
|
String |
getListenerMethod() |
ClassName |
getListenerWrapper()
|
ClassName |
getSourceInterface()
|
List<TagModel> |
getTags()
|
ClassName |
getType()
|
void |
setDescription(String description)
|
void |
setListenerInterface(ClassName listenerInterface)
|
void |
setListenerMethod(String listenerMethod) |
void |
setListenerWrapper(ClassName listenerWrapper)
|
void |
setSourceInterface(ClassName sourceInterface)
|
void |
setTags(List<TagModel> tags)
|
void |
setType(ClassName type)
|
public ClassName getType()
public void setType(ClassName type)
type - the type to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic ClassName getListenerInterface()
public void setListenerInterface(ClassName listenerInterface)
listenerInterface - the listenerInterface to setpublic ClassName getListenerWrapper()
public void setListenerWrapper(ClassName listenerWrapper)
listenerWrapper - the listenerWrapper to setpublic ClassName getSourceInterface()
public void setSourceInterface(ClassName sourceInterface)
sourceInterface - the sourceInterface to setpublic String getListenerMethod()
public void setListenerMethod(String listenerMethod)
listenerMethod - the listenerMethod to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.