Class GroupDocument

java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentImpl
com.priint.pubserver.metadata.group.GroupDocument
All Implemented Interfaces:
Document, Serializable

public class GroupDocument extends DocumentImpl
The Class GroupDocument.
See Also:
  • Constructor Details

    • GroupDocument

      public GroupDocument()
  • Method Details

    • getGroups

      public List<Group> getGroups()
      Gets the document groups.
      Returns:
      the groups
      See Also:
    • setGroups

      public void setGroups(List<Group> groups)
      Sets the document groups.
      Parameters:
      groups - the new groups
      See Also: