Class PlaceholderDocument
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentImpl
com.priint.pubserver.metadata.placeholder.PlaceholderDocument
- All Implemented Interfaces:
Document,Serializable
The Class PlaceholderDocument.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the placeholders.voidsetPlaceholders(List<Placeholder> placeholders) Sets the placeholders.Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentImpl
getCreator, getDocumentId, getDocumentName, getDocumentPath, getElementId, getGroupId, getIsConverted, getIsMissingPlugIns, getIsModified, getIsReadOnly, getPageId, getPluginRevision, getRef, getSpreadId, getVersion, setCreator, setDocumentId, setDocumentName, setDocumentPath, setElementId, setGroupId, setIsConverted, setIsMissingPlugIns, setIsModified, setIsReadOnly, setPageId, setPluginRevision, setRef, setSpreadId, setVersion
-
Constructor Details
-
PlaceholderDocument
public PlaceholderDocument()
-
-
Method Details
-
getPlaceholders
Gets the placeholders.- Returns:
- the placeholders
- See Also:
-
setPlaceholders
Sets the placeholders.- Parameters:
placeholders- the new placeholders- See Also:
-