org.richfaces.cdk.xmlconfig.model
Class EventBean

java.lang.Object
  extended by org.richfaces.cdk.xmlconfig.model.EventBean

public class EventBean
extends java.lang.Object

Author:
asmirnov@exadel.com

Constructor Summary
EventBean()
           
 
Method Summary
 java.lang.String getDescription()
          

 ClassName getListenerInterface()
          

 java.lang.String getListenerMethod()
           
 ClassName getListenerWrapper()
          

 ClassName getSourceInterface()
          

 java.util.List<TagModel> getTags()
          

 ClassName getType()
          

 void setDescription(java.lang.String description)
          

 void setListenerInterface(ClassName listenerInterface)
          

 void setListenerMethod(java.lang.String listenerMethod)
           
 void setListenerWrapper(ClassName listenerWrapper)
          

 void setSourceInterface(ClassName sourceInterface)
          

 void setTags(java.util.List<TagModel> tags)
          

 void setType(ClassName type)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBean

public EventBean()
Method Detail

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.