public class DocCommandGroupId
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Document |
getDocument() |
int |
hashCode() |
static DocCommandGroupId |
noneGroupId(Document doc) |
static DocCommandGroupId |
withGroupId(Document doc,
java.lang.Object groupId) |
public static DocCommandGroupId noneGroupId(Document doc)
public static DocCommandGroupId withGroupId(Document doc, java.lang.Object groupId)
public Document getDocument()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object