Class GroupDocument
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentImpl
-
- com.priint.pubserver.metadata.group.GroupDocument
-
- All Implemented Interfaces:
Document,java.io.Serializable
public class GroupDocument extends DocumentImpl
The Class GroupDocument.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Group>getGroups()Gets the document groups.voidsetGroups(java.util.List<Group> groups)Sets the document groups.-
Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentImpl
getCreator, getDocumentId, getDocumentName, getDocumentPath, getElementId, getGroupId, getIsConverted, getIsMissingPlugIns, getIsModified, getIsReadOnly, getPageId, getPluginRevision, getRef, getSpreadId, getVersion, setCreator, setDocumentId, setDocumentName, setDocumentPath, setElementId, setGroupId, setIsConverted, setIsMissingPlugIns, setIsModified, setIsReadOnly, setPageId, setPluginRevision, setRef, setSpreadId, setVersion
-
-