Class GroupImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentElementImpl
-
- com.priint.pubserver.metadata.xml.group.GroupImpl
-
- All Implemented Interfaces:
DocumentElement,Group,java.io.Serializable
public class GroupImpl extends DocumentElementImpl implements Group
The type Group.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtgetExt()Gets the ext.ParentsgetParents()Gets the parents.RecordgetRecord()Gets the record.java.util.List<Spread>getSpreads()Gets the spreads.java.lang.IntegergetTemplateId()Gets the template id.voidsetExt(Ext ext)Sets the ext.voidsetParents(Parents parents)Sets the parents.voidsetRecord(Record record)Sets the record.voidsetSpreads(java.util.List<Spread> spreads)Sets the spreads.voidsetTemplateId(java.lang.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, setVisibleSizeRelative
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
-
-
-
Method Detail
-
setRecord
public void setRecord(Record record)
Description copied from interface:GroupSets the record.
-
getParents
public Parents getParents()
Description copied from interface:GroupGets the parents.- Specified by:
getParentsin interfaceGroup- Returns:
- the parents
- See Also:
Parents
-
setParents
public void setParents(Parents parents)
Description copied from interface:GroupSets the parents.- Specified by:
setParentsin interfaceGroup- Parameters:
parents- the new parents- See Also:
Parents
-
getSpreads
public java.util.List<Spread> getSpreads()
Description copied from interface:GroupGets the spreads.- Specified by:
getSpreadsin interfaceGroup- Returns:
- the spreads
- See Also:
Spread
-
setSpreads
public void setSpreads(java.util.List<Spread> spreads)
Description copied from interface:GroupSets the spreads.- Specified by:
setSpreadsin interfaceGroup- Parameters:
spreads- the new spreads- See Also:
Spread
-
getTemplateId
public java.lang.Integer getTemplateId()
Description copied from interface:GroupGets the template id.- Specified by:
getTemplateIdin interfaceGroup- Returns:
- the template id
-
setTemplateId
public void setTemplateId(java.lang.Integer templateId)
Description copied from interface:GroupSets the template id.- Specified by:
setTemplateIdin interfaceGroup- Parameters:
templateId- the new template id
-
-