Interface Group
-
- All Superinterfaces:
DocumentElement,java.io.Serializable
- All Known Implementing Classes:
GroupImpl
public interface Group extends DocumentElement
The Interface Group.
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
-
-
-
Method Detail
-
setRecord
void setRecord(Record record)
Sets the record.- Parameters:
record- the new record- See Also:
Record
-
setParents
void setParents(Parents parents)
Sets the parents.- Parameters:
parents- the new parents- See Also:
Parents
-
getSpreads
java.util.List<Spread> getSpreads()
Gets the spreads.- Returns:
- the spreads
- See Also:
Spread
-
setSpreads
void setSpreads(java.util.List<Spread> spreads)
Sets the spreads.- Parameters:
spreads- the new spreads- See Also:
Spread
-
getTemplateId
java.lang.Integer getTemplateId()
Gets the template id.- Returns:
- the template id
-
setTemplateId
void setTemplateId(java.lang.Integer templateId)
Sets the template id.- Parameters:
templateId- the new template id
-
-