Class AdobePDFSchemaImpl
- java.lang.Object
-
- org.verapdf.metadata.fixer.gf.impl.schemas.BasicSchemaImpl
-
- org.verapdf.metadata.fixer.gf.impl.schemas.AdobePDFSchemaImpl
-
- All Implemented Interfaces:
AdobePDF,BasicSchema
public class AdobePDFSchemaImpl extends BasicSchemaImpl implements AdobePDF
- Author:
- Maksim Bezrukov
-
-
Field Summary
-
Fields inherited from class org.verapdf.metadata.fixer.gf.impl.schemas.BasicSchemaImpl
meta, metadata
-
-
Constructor Summary
Constructors Constructor Description AdobePDFSchemaImpl(VeraPDFMeta meta, Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeywords()Return Keywords entry.StringgetProducer()Return Producer entry.voidsetKeywords(String keywords)Set Keywords entry.voidsetProducer(String producer)Set Producer entry.-
Methods inherited from class org.verapdf.metadata.fixer.gf.impl.schemas.BasicSchemaImpl
setNeedToBeUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.metadata.fixer.schemas.BasicSchema
setNeedToBeUpdated
-
-
-
-
Constructor Detail
-
AdobePDFSchemaImpl
public AdobePDFSchemaImpl(VeraPDFMeta meta, Metadata metadata)
-
-
Method Detail
-
getProducer
public String getProducer()
Description copied from interface:AdobePDFReturn Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Specified by:
getProducerin interfaceAdobePDF- Returns:
- Producer entry
-
setProducer
public void setProducer(String producer)
Description copied from interface:AdobePDFSet Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Specified by:
setProducerin interfaceAdobePDF- Parameters:
producer- new value for producer
-
getKeywords
public String getKeywords()
Description copied from interface:AdobePDFReturn Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Specified by:
getKeywordsin interfaceAdobePDF- Returns:
- Keywords entry
-
setKeywords
public void setKeywords(String keywords)
Description copied from interface:AdobePDFSet Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Specified by:
setKeywordsin interfaceAdobePDF- Parameters:
keywords- new value for keywords
-
-