| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbforms.config.EventInfo
public class EventInfo
Event information class
| Constructor Summary | |
|---|---|
| EventInfo()Default constructor. | |
| EventInfo(String type,
          String className)Constructor. | |
| Method Summary | |
|---|---|
|  void | addProperty(String name,
            String value)Adds a new property to this EventInfo object. | 
|  String | getClassName()Gets the className attribute of the EventInfo object | 
|  String | getId()Gets the id attribute of the EventInfo object | 
|  Properties | getProperties()Gets the properties attribute of the EventInfo object | 
|  String | getType()Gets the type attribute of the EventInfo object | 
|  void | setClassName(String className)Sets the className attribute of the EventInfo object | 
|  void | setId(String id)Sets the id attribute of the EventInfo object | 
|  void | setType(String type)Sets the type attribute of the EventInfo object | 
|  String | toString()Return the String representation of this object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public EventInfo()
public EventInfo(String type,
                 String className)
type - the event typeclassName - the full qualified bname of the event class| Method Detail | 
|---|
public void setClassName(String className)
className - The new className valuepublic String getClassName()
public void setId(String id)
id - The new id valuepublic String getId()
public Properties getProperties()
public void setType(String type)
type - The new type valuepublic String getType()
public void addProperty(String name,
                        String value)
property - The feature to be added to the Property attributepublic String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||