Interface Group

All Superinterfaces:
DocumentElement, Serializable
All Known Implementing Classes:
GroupImpl

public interface Group extends DocumentElement
The Interface Group.
  • Method Details

    • getExt

      Ext getExt()
      Gets the ext.
      Returns:
      the ext
      See Also:
    • setExt

      void setExt(Ext ext)
      Sets the ext.
      Parameters:
      ext - the new ext
      See Also:
    • getRecord

      Record getRecord()
      Gets the record.
      Returns:
      the record
      See Also:
    • setRecord

      void setRecord(Record record)
      Sets the record.
      Parameters:
      record - the new record
      See Also:
    • getParents

      Parents getParents()
      Gets the parents.
      Returns:
      the parents
      See Also:
    • setParents

      void setParents(Parents parents)
      Sets the parents.
      Parameters:
      parents - the new parents
      See Also:
    • getSpreads

      List<Spread> getSpreads()
      Gets the spreads.
      Returns:
      the spreads
      See Also:
    • setSpreads

      void setSpreads(List<Spread> spreads)
      Sets the spreads.
      Parameters:
      spreads - the new spreads
      See Also:
    • getTemplateId

      Integer getTemplateId()
      Gets the template id.
      Returns:
      the template id
    • setTemplateId

      void setTemplateId(Integer templateId)
      Sets the template id.
      Parameters:
      templateId - the new template id