Package no.unit.nva.model.contexttypes
Class Chapter
- java.lang.Object
-
- no.unit.nva.model.contexttypes.Chapter
-
- All Implemented Interfaces:
Partitive,PublicationContext
public class Chapter extends java.lang.Object implements Partitive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChapter.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_TEMPLATE
-
Constructor Summary
Constructors Constructor Description Chapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetErrorTemplate()java.net.URIgetPartOf()inthashCode()voidsetPartOf(java.net.URI partOf)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.unit.nva.model.contexttypes.Partitive
validateUri
-
-
-
-
Field Detail
-
ERROR_TEMPLATE
public static final java.lang.String ERROR_TEMPLATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setPartOf
public void setPartOf(java.net.URI partOf)
-
getErrorTemplate
public java.lang.String getErrorTemplate()
- Specified by:
getErrorTemplatein interfacePartitive
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-