public final class StoreKey extends Object implements Serializable, Comparable<StoreKey>
protected
StoreKey()
StoreKey(StoreType type, String name)
int
compareTo(StoreKey o)
boolean
equals(Object obj)
static StoreKey
fromString(String id)
String
getName()
StoreType
getType()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected StoreKey()
public StoreKey(StoreType type, String name)
public StoreType getType()
public String getName()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public static StoreKey fromString(String id)
public int compareTo(StoreKey o)
compareTo
Comparable<StoreKey>
Copyright © 2015. All Rights Reserved.