@Entity public class EventCategory extends Object implements Serializable
Categories of event.
EventCategory is a simple entity, used to easier filtering of information by users.
| Constructor and Description |
|---|
EventCategory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Long |
getId() |
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
Copyright © 2016. All rights reserved.