org.pdfsam.guiclient.dto
Class DocumentMetaData
java.lang.Object
org.pdfsam.guiclient.dto.DocumentMetaData
- All Implemented Interfaces:
- java.io.Serializable
public class DocumentMetaData
- extends java.lang.Object
- implements java.io.Serializable
Model for the document metadata
- Author:
- Andrea Vacondio
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentMetaData
public DocumentMetaData()
getAuthor
public java.lang.String getAuthor()
- Returns:
- the author
setAuthor
public void setAuthor(java.lang.String author)
- Parameters:
author - the author to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getModificationDate
public java.lang.String getModificationDate()
- Returns:
- the modificationDate
setModificationDate
public void setModificationDate(java.lang.String modificationDate)
- Parameters:
modificationDate - the modificationDate to set
getCreationDate
public java.lang.String getCreationDate()
- Returns:
- the creationDate
setCreationDate
public void setCreationDate(java.lang.String creationDate)
- Parameters:
creationDate - the creationDate to set
getKeywords
public java.lang.String getKeywords()
- Returns:
- the keywords
setKeywords
public void setKeywords(java.lang.String keywords)
- Parameters:
keywords - the keywords to set
getProducer
public java.lang.String getProducer()
- Returns:
- the producer
setProducer
public void setProducer(java.lang.String producer)
- Parameters:
producer - the producer to set
getCreator
public java.lang.String getCreator()
- Returns:
- the creator
setCreator
public void setCreator(java.lang.String creator)
- Parameters:
creator - the creator to set
getSubject
public java.lang.String getSubject()
- Returns:
- the subject
setSubject
public void setSubject(java.lang.String subject)
- Parameters:
subject - the subject to set