@StableMinor(version="7.1", sinceVersion="4.1") public interface ICategory
IEvent
's. A category has the objective to
organize events into groups.Modifier and Type | Method and Description |
---|---|
void |
addEvent(IEvent event)
Adds an event to this category.
|
String |
getDescription()
Returns the description for this category.
|
Collection<? extends IEvent> |
getEvents()
Returns the collection of events that belong to this category.
|
String |
getId()
Returns the identifier for this category.
|
String |
getName()
Returns the name for this category.
|
String |
getStringResourcePath()
The string resource path for localizing this category's strings.
|
void |
setDescription(String description)
Sets the description for this category.
|
void |
setName(String name)
Sets the name for this category.
|
void |
setStringResourcePath(String stringResourcePath)
Sets the string resource path for this category.
|
String getId()
Collection<? extends IEvent> getEvents()
void addEvent(IEvent event)
event
- the event to add.String getDescription()
getStringResourcePath()
.void setDescription(String description)
description
- the description to set.getDescription()
String getName()
getStringResourcePath()
.void setName(String name)
name
- the name.getName()
String getStringResourcePath()
void setStringResourcePath(String stringResourcePath)
stringResourcePath
- the string resource path.getStringResourcePath()
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.