-
- All Superinterfaces:
Comparable<PageReferrer>
public interface PageReferrer extends Comparable<PageReferrer>
Something that has a reference to a page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compareTo(PageReferrer o)
PageRef
getPageRef()
Gets the page reference.
-
-
-
Method Detail
-
getPageRef
PageRef getPageRef()
Gets the page reference.
-
compareTo
int compareTo(PageReferrer o)
- Specified by:
compareTo
in interfaceComparable<PageReferrer>
- See Also:
PageRef.compareTo(com.semanticcms.core.model.PageRef)
-
-