Class SpreadDocument
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentImpl
-
- com.priint.pubserver.metadata.spread.SpreadDocument
-
- All Implemented Interfaces:
Document,java.io.Serializable
public class SpreadDocument extends DocumentImpl
The Class SpreadDocument.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaselineGridgetBaselineGrid()Gets the baseline grid.GridgetGrid()Gets the grid.java.util.List<Layer>getLayers()Gets the layers of the documentjava.util.List<MasterSpread>getMasterspreads()Gets the masterspreads.java.util.List<Spread>getSpreads()Gets the spreads.voidsetBaselineGrid(BaselineGrid baselineGrid)Sets the baseline grid.voidsetGrid(Grid grid)Sets the grid.voidsetLayers(java.util.List<Layer> layers)Sets the layers of the documentvoidsetMasterspreads(java.util.List<MasterSpread> masterspreads)Sets the masterspreads.voidsetSpreads(java.util.List<Spread> spreads)Sets the spreads.-
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
-
-
-
-
Method Detail
-
getMasterspreads
public java.util.List<MasterSpread> getMasterspreads()
Gets the masterspreads.- Returns:
- the masterspreads as List of
MasterSpread
-
setMasterspreads
public void setMasterspreads(java.util.List<MasterSpread> masterspreads)
Sets the masterspreads.- Parameters:
masterspreads- the new masterspreads
-
getSpreads
public java.util.List<Spread> getSpreads()
Gets the spreads.- Returns:
- the spreads as List of
Spread
-
setSpreads
public void setSpreads(java.util.List<Spread> spreads)
Sets the spreads.- Parameters:
spreads- the new spreads
-
setGrid
public void setGrid(Grid grid)
Sets the grid.- Parameters:
grid- the new grid
-
getBaselineGrid
public BaselineGrid getBaselineGrid()
Gets the baseline grid.- Returns:
BaselineGrid
-
setBaselineGrid
public void setBaselineGrid(BaselineGrid baselineGrid)
Sets the baseline grid.- Parameters:
baselineGrid- the new baseline grid
-
getLayers
public java.util.List<Layer> getLayers()
Gets the layers of the document- Returns:
- layers of document
-
setLayers
public void setLayers(java.util.List<Layer> layers)
Sets the layers of the document- Parameters:
layers- new layers of the document
-
-