public interface ModelKey
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_TYPE_LONG |
static int |
KEY_TYPE_STRING |
| Modifier and Type | Method and Description |
|---|---|
ModelKey |
getChild(String kind,
String id) |
String |
getId() |
int |
getKeyType() |
String |
getKind() |
String |
getNamespace() |
ModelKey |
getParent() |
boolean |
isComplete() |
ModelKey |
setId(String id) |
ModelKey |
setKeyType(int keyType) |
static final int KEY_TYPE_STRING
static final int KEY_TYPE_LONG
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.