public class EventType extends Object
Constructor and Description |
---|
EventType(String _package)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getEventTemplates()
Returns the list of event templates.
|
String |
getPackage()
Returns the package name.
|
void |
setEventTemplates(List<String> eventTemplates)
Sets the list of event templates.
|
void |
setPackage(String _package)
Sets the package name.
|
public EventType(String _package)
_package
- The package name.public List<String> getEventTemplates()
public String getPackage()
public void setEventTemplates(List<String> eventTemplates)
eventTemplates
- The list of event templates.public void setPackage(String _package)
_package
- The package name.Copyright © 2005–2014. All rights reserved.