org.richfaces.cdk.xmlconfig.model
Class EventBean
java.lang.Object
org.richfaces.cdk.xmlconfig.model.EventBean
public class EventBean
- extends java.lang.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 java.lang.String getDescription()
-
- Returns:
- the description
setDescription
public void setDescription(java.lang.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 java.util.List<TagModel> getTags()
-
- Returns:
- the tags
setTags
public void setTags(java.util.List<TagModel> tags)
-
- Parameters:
tags - the tags to set
getListenerMethod
public java.lang.String getListenerMethod()
- Returns:
- the listenerMethod
setListenerMethod
public void setListenerMethod(java.lang.String listenerMethod)
- Parameters:
listenerMethod - the listenerMethod to set
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.