I - Type of the Row keyC - Type of the Column Namespublic class DynamicStorable<I extends Serializable,C> extends Object implements Storable<I>
| Constructor and Description |
|---|
DynamicStorable(I id,
LinkedHashMap<C,Object> map)
Constructor for DynamicStorable.
|
public DynamicStorable(I id, LinkedHashMap<C,Object> map)
id - Imap - LinkedHashMappublic I getId()
getId in interface Storable<I extends Serializable>Storable.getId()public LinkedHashMap<C,Object> getData()
public void setId(I id)
id - Ipublic void setData(LinkedHashMap<C,Object> map)
map - LinkedHashMapCopyright © 2014. All Rights Reserved.