@Override protected String getEntryTitle(Notification notificatie) { return "Notificatie " + notificatie.getActiviteitCode(); }
@Override protected URI getEntryId(Notification notificatie) throws URISyntaxException { return new URI("tag:nordinh.github.com,2014:notification:" + notificatie.getActiviteitCode()); }