Class NotificationURL
- java.lang.Object
-
- org.cyclos.impl.utils.notifications.NotificationURL
-
public class NotificationURL extends Object
Contains URL data used in notifications.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleEntitygetEntity()On case you need the entity'id used to find/navigate to the entity please usegetIdToFindEntity()instead.LonggetIdToFindEntity()Returns the id used to find the entity associated to this urlLocationgetLocation()
-
-
-
Method Detail
-
getEntity
public SimpleEntity getEntity()
On case you need the entity'id used to find/navigate to the entity please usegetIdToFindEntity()instead.
-
getIdToFindEntity
public Long getIdToFindEntity()
Returns the id used to find the entity associated to this url
-
getLocation
public Location getLocation()
-
-