Class PageReference
java.lang.Object
io.goobi.viewer.api.rest.model.ner.PageReference
- All Implemented Interfaces:
TagGroup
,Comparable<TagGroup>
PageReference class.
-
Constructor Summary
ConstructorDescriptionConstructor for PageReference.PageReference
(int pageOrder) Constructor for PageReference. -
Method Summary
-
Constructor Details
-
PageReference
public PageReference()Constructor for PageReference.
-
PageReference
public PageReference(int pageOrder) Constructor for PageReference.
- Parameters:
pageOrder
- a int.
-
-
Method Details
-
getPageOrder
getPageOrder.
- Specified by:
getPageOrder
in interfaceTagGroup
- Returns:
- the page order of the first (or only) page in this group
-
getTags
getTags.
-
setTags
Setter for the field
tags
.- Parameters:
nerTags
- aList
object.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TagGroup>
-
hashCode
public int hashCode() -
equals
-
getPages
public int getPages()getPages.
-
addTags
addTags.
-