private class AbstractContext.StoreHolder<X>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private X |
id |
private ObjectStore |
store |
Constructor and Description |
---|
StoreHolder(X id,
ObjectStore store) |
Modifier and Type | Method and Description |
---|---|
X |
getId() |
ObjectStore |
getStore() |
private X id
private ObjectStore store
public StoreHolder(X id, ObjectStore store)
public X getId()
public ObjectStore getStore()