RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class EventBean

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

public class EventBean
extends Object

Author:
asmirnov@exadel.com

Constructor Summary
EventBean()
           
 
Method Summary
 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)
          

 
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 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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.