Interface Metadata
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MetadataImpl
Interface for Metadata of a W2ML document, e.g. dc:title
-
Method Summary
Modifier and TypeMethodDescriptionGets author.Gets author title.Gets copyright.Gets description.Gets description author.getKeys()Gets keys.getTitle()Gets title.voidSets author.voidsetAuthorTitle(String authorTitle) Sets author title.voidsetCopyright(String copyright) Sets copyright.voidsetDescription(String description) Sets description.voidsetDescrptionAuthor(String descriptionAuthor) Sets descrption author.voidSets keys.voidSets title.
-
Method Details
-
getTitle
String getTitle()Gets title.- Returns:
- the title as String
-
getAuthor
String getAuthor()Gets author.- Returns:
- the author as String
-
getAuthorTitle
String getAuthorTitle()Gets author title.- Returns:
- the authorTitle as String
-
getDescription
String getDescription()Gets description.- Returns:
- the description as String
-
getDescriptionAuthor
String getDescriptionAuthor()Gets description author.- Returns:
- the autor description as String
-
getKeys
String getKeys()Gets keys.- Returns:
- the keys as String
-
getCopyright
String getCopyright()Gets copyright.- Returns:
- the copyright
-
setTitle
Sets title.- Parameters:
title-
-
setAuthor
Sets author.- Parameters:
author-
-
setAuthorTitle
Sets author title.- Parameters:
authorTitle-
-
setDescription
Sets description.- Parameters:
description-
-
setDescrptionAuthor
Sets descrption author.- Parameters:
descriptionAuthor-
-
setKeys
Sets keys.- Parameters:
keys-
-
setCopyright
Sets copyright.- Parameters:
copyright-
-