Show ids for events

master
esensar 2017-06-18 16:24:17 +02:00
parent 1cac3cdc26
commit 497941d0bf
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import java.util.Set;
@Projection(name = "eventProjection", types = { Event.class })
public interface EventProjection {
Integer getId();
String getTitle();
String getShortText();
String getLongText();