Package no.unit.nva.model.pages
Class MonographPages
- java.lang.Object
-
- no.unit.nva.model.pages.MonographPages
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonographPages.Builder
-
Constructor Summary
Constructors Constructor Description MonographPages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)RangegetIntroduction()java.lang.StringgetPages()inthashCode()booleanisIllustrated()voidsetIllustrated(boolean illustrated)voidsetIntroduction(Range introduction)Because introductions are not obligatory, this constructor sets null to avoid an empty Range object in the serialized data.voidsetPages(java.lang.String pages)
-
-
-
Method Detail
-
getIntroduction
public Range getIntroduction()
-
setIntroduction
public void setIntroduction(Range introduction)
Because introductions are not obligatory, this constructor sets null to avoid an empty Range object in the serialized data.- Parameters:
introduction- a range object representing the extent of the introduction or null.
-
getPages
public java.lang.String getPages()
-
setPages
public void setPages(java.lang.String pages)
-
isIllustrated
public boolean isIllustrated()
-
setIllustrated
public void setIllustrated(boolean illustrated)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-