public class GroupKeyInfoItemIdentifier extends BaseInfoItemIdentifier
| Modifier and Type | Field and Description |
|---|---|
static InfoItemServiceFilter |
INFO_ITEM_SERVICE_FILTER |
VERSION_LATEST, VERSION_LATEST_APPROVED| Constructor and Description |
|---|
GroupKeyInfoItemIdentifier(long groupId,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
long |
getGroupId() |
InfoItemServiceFilter |
getInfoItemServiceFilter() |
java.lang.String |
getKey() |
int |
hashCode() |
java.lang.String |
toString() |
getInfoItemServiceFilter, getVersion, setVersionpublic static final InfoItemServiceFilter INFO_ITEM_SERVICE_FILTER
public GroupKeyInfoItemIdentifier(long groupId,
java.lang.String key)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic long getGroupId()
public InfoItemServiceFilter getInfoItemServiceFilter()
public java.lang.String getKey()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object