Class GroupImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.group.GroupImpl
- All Implemented Interfaces:
DocumentElement,Group,Serializable
The type Group.
- See Also:
-
Constructor Summary
Constructors -
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 class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelativeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Constructor Details
-
GroupImpl
public GroupImpl()
-
-
Method Details
-
getExt
Description copied from interface:GroupGets the ext. -
setExt
Description copied from interface:GroupSets the ext. -
getRecord
Description copied from interface:GroupGets the record. -
setRecord
Description copied from interface:GroupSets the record. -
getParents
Description copied from interface:GroupGets the parents.- Specified by:
getParentsin interfaceGroup- Returns:
- the parents
- See Also:
-
setParents
Description copied from interface:GroupSets the parents.- Specified by:
setParentsin interfaceGroup- Parameters:
parents- the new parents- See Also:
-
getSpreads
Description copied from interface:GroupGets the spreads.- Specified by:
getSpreadsin interfaceGroup- Returns:
- the spreads
- See Also:
-
setSpreads
Description copied from interface:GroupSets the spreads.- Specified by:
setSpreadsin interfaceGroup- Parameters:
spreads- the new spreads- See Also:
-
getTemplateId
Description copied from interface:GroupGets the template id.- Specified by:
getTemplateIdin interfaceGroup- Returns:
- the template id
-
setTemplateId
Description copied from interface:GroupSets the template id.- Specified by:
setTemplateIdin interfaceGroup- Parameters:
templateId- the new template id
-