Interface Bookmark
-
- All Superinterfaces:
Comparable<Bookmark>
- All Known Subinterfaces:
ConferenceBookmark
- All Known Implementing Classes:
AbstractBookmark,ChatRoomBookmark,PepNativeBookmark,WebPageBookmark
public interface Bookmark extends Comparable<Bookmark>
A bookmark.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()A friendly name for the bookmark, specified by the user.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
A friendly name for the bookmark, specified by the user.- Returns:
- The name.
-
-