org.richfaces.cdk.xmlconfig.model
Class EventBean
java.lang.Object
org.richfaces.cdk.xmlconfig.model.EventBean
public class EventBean
- extends Object
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBean
public EventBean()
getType
public ClassName getType()
- Returns:
- the type
setType
public void setType(ClassName type)
- Parameters:
type - the type to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getListenerInterface
public ClassName getListenerInterface()
- Returns:
- the listenerInterface
setListenerInterface
public void setListenerInterface(ClassName listenerInterface)
- Parameters:
listenerInterface - the listenerInterface to set
getListenerWrapper
public ClassName getListenerWrapper()
- Returns:
- the listenerWrapper
setListenerWrapper
public void setListenerWrapper(ClassName listenerWrapper)
- Parameters:
listenerWrapper - the listenerWrapper to set
getSourceInterface
public ClassName getSourceInterface()
- Returns:
- the sourceInterface
setSourceInterface
public void setSourceInterface(ClassName sourceInterface)
- Parameters:
sourceInterface - the sourceInterface to set
getTags
public List<TagModel> getTags()
- Returns:
- the tags
setTags
public void setTags(List<TagModel> tags)
- Parameters:
tags - the tags to set
getListenerMethod
public String getListenerMethod()
- Returns:
- the listenerMethod
setListenerMethod
public void setListenerMethod(String listenerMethod)
- Parameters:
listenerMethod - the listenerMethod to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.