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

public class GroupImpl extends DocumentElementImpl implements Group
The type Group.
See Also:
  • Constructor Details

    • GroupImpl

      public GroupImpl()
  • Method Details

    • getExt

      public Ext getExt()
      Description copied from interface: Group
      Gets the ext.
      Specified by:
      getExt in interface Group
      Returns:
      the ext
      See Also:
    • setExt

      public void setExt(Ext ext)
      Description copied from interface: Group
      Sets the ext.
      Specified by:
      setExt in interface Group
      Parameters:
      ext - the new ext
      See Also:
    • getRecord

      public Record getRecord()
      Description copied from interface: Group
      Gets the record.
      Specified by:
      getRecord in interface Group
      Returns:
      the record
      See Also:
    • setRecord

      public void setRecord(Record record)
      Description copied from interface: Group
      Sets the record.
      Specified by:
      setRecord in interface Group
      Parameters:
      record - the new record
      See Also:
    • getParents

      public Parents getParents()
      Description copied from interface: Group
      Gets the parents.
      Specified by:
      getParents in interface Group
      Returns:
      the parents
      See Also:
    • setParents

      public void setParents(Parents parents)
      Description copied from interface: Group
      Sets the parents.
      Specified by:
      setParents in interface Group
      Parameters:
      parents - the new parents
      See Also:
    • getSpreads

      public List<Spread> getSpreads()
      Description copied from interface: Group
      Gets the spreads.
      Specified by:
      getSpreads in interface Group
      Returns:
      the spreads
      See Also:
    • setSpreads

      public void setSpreads(List<Spread> spreads)
      Description copied from interface: Group
      Sets the spreads.
      Specified by:
      setSpreads in interface Group
      Parameters:
      spreads - the new spreads
      See Also:
    • getTemplateId

      public Integer getTemplateId()
      Description copied from interface: Group
      Gets the template id.
      Specified by:
      getTemplateId in interface Group
      Returns:
      the template id
    • setTemplateId

      public void setTemplateId(Integer templateId)
      Description copied from interface: Group
      Sets the template id.
      Specified by:
      setTemplateId in interface Group
      Parameters:
      templateId - the new template id