public final class StoreKey extends Object implements Serializable, Comparable<StoreKey>
| Modifier | Constructor and Description |
|---|---|
protected |
StoreKey() |
|
StoreKey(StoreType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StoreKey o) |
boolean |
equals(Object obj) |
static StoreKey |
fromString(String id) |
String |
getName() |
StoreType |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2011-2015. All Rights Reserved.