Class DegreeLicentiate
- java.lang.Object
-
- no.unit.nva.model.instancetypes.degree.DegreeBase
-
- no.unit.nva.model.instancetypes.degree.DegreeLicentiate
-
- All Implemented Interfaces:
PublicationInstance<MonographPages>
public class DegreeLicentiate extends DegreeBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.degree.DegreeBase
SUBMITTED_DATE_FIELD
-
-
Constructor Summary
Constructors Constructor Description DegreeLicentiate(MonographPages pages, PublicationDate submittedDate)Placeholder class for holding the details of resource type Licentiate thesis.
-
Method Summary
-
Methods inherited from class no.unit.nva.model.instancetypes.degree.DegreeBase
equals, getPages, getSubmittedDate, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
getInstanceType
-
-
-
-
Constructor Detail
-
DegreeLicentiate
public DegreeLicentiate(MonographPages pages, PublicationDate submittedDate)
Placeholder class for holding the details of resource type Licentiate thesis. Licentiate thesis: A thesis for the licentiate's degree. It is given by some countries of the European Union, Latin America and Syria. In Swedish and Finnish universities, a licentiate's degree is now recognised as a pre-doctoral degree, in rank above the master's degree.- Parameters:
pages- A description of the number of pages.submittedDate- The date of submission for the thesis.
-
-