Interface Group
- All Superinterfaces:
DocumentElement,Serializable
- All Known Implementing Classes:
GroupImpl
The Interface Group.
-
Method Summary
Modifier and TypeMethodDescriptiongetExt()Gets the ext.Gets the parents.Gets the record.Gets the spreads.Gets the template id.voidSets the ext.voidsetParents(Parents parents) Sets the parents.voidSets the record.voidsetSpreads(List<Spread> spreads) Sets the spreads.voidsetTemplateId(Integer templateId) Sets the template id.Methods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Method Details
-
getExt
Ext getExt()Gets the ext.- Returns:
- the ext
- See Also:
-
setExt
Sets the ext.- Parameters:
ext- the new ext- See Also:
-
getRecord
Record getRecord()Gets the record.- Returns:
- the record
- See Also:
-
setRecord
Sets the record.- Parameters:
record- the new record- See Also:
-
getParents
Parents getParents()Gets the parents.- Returns:
- the parents
- See Also:
-
setParents
Sets the parents.- Parameters:
parents- the new parents- See Also:
-
getSpreads
Gets the spreads.- Returns:
- the spreads
- See Also:
-
setSpreads
Sets the spreads.- Parameters:
spreads- the new spreads- See Also:
-
getTemplateId
Integer getTemplateId()Gets the template id.- Returns:
- the template id
-
setTemplateId
Sets the template id.- Parameters:
templateId- the new template id
-