public interface CoreImageStore<T extends Object>
abstract Integer
storeImage(T image)
abstract T
getImage(Integer id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Integer storeImage(T image)
abstract T getImage(Integer id)