org.richfaces.cdk.model
Class EventName
java.lang.Object
org.richfaces.cdk.model.EventName
- All Implemented Interfaces:
- Serializable
public class EventName
- extends Object
- implements Serializable
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
EventName
public EventName()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
isDefaultEvent
public boolean isDefaultEvent()
- Returns:
- the defaultEvent
setDefaultEvent
public void setDefaultEvent(boolean defaultEvent)
- Parameters:
defaultEvent - the defaultEvent to set
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.