Package no.unit.nva.model
Class EntityDescription
java.lang.Object
no.unit.nva.model.EntityDescription
- All Implemented Interfaces:
WithCopy<EntityDescription.Builder>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Returns a Builder filled in with a copy of the data of the original object.booleangetTags()inthashCode()voidsetAbstract(String mainLanguageAbstract) voidsetAlternativeAbstracts(Map<String, String> alternativeAbstracts) voidsetAlternativeTitles(Map<String, String> alternativeTitles) voidsetContributors(List<Contributor> contributors) voidsetDescription(String description) voidsetLanguage(URI language) voidsetMainTitle(String mainTitle) voidsetMetadataSource(URI metadataSource) voidsetNpiSubjectHeading(String npiSubjectHeading) voidsetPublicationDate(PublicationDate publicationDate) voidsetReference(Reference reference) void
-
Constructor Details
-
EntityDescription
public EntityDescription()
-
-
Method Details
-
getMainTitle
-
setMainTitle
-
getAlternativeTitles
-
getAlternativeAbstracts
-
setAlternativeAbstracts
-
setAlternativeTitles
-
getLanguage
-
setLanguage
-
getPublicationDate
-
setPublicationDate
-
getContributors
-
setContributors
-
getMetadataSource
-
setMetadataSource
-
getAbstract
-
setAbstract
-
getNpiSubjectHeading
-
setNpiSubjectHeading
-
getTags
-
setTags
-
getDescription
-
setDescription
-
getReference
-
setReference
-
hashCode
public int hashCode() -
equals
-
copy
Description copied from interface:WithCopyReturns a Builder filled in with a copy of the data of the original object.- Specified by:
copyin interfaceWithCopy<EntityDescription.Builder>- Returns:
- a builder instance with filled in data.
-