Package com.eduix.genexp.storage
Class DefaultStorageContext
- java.lang.Object
-
- com.eduix.genexp.storage.DefaultStorageContext
-
- All Implemented Interfaces:
StorageContext,Serializable
public class DefaultStorageContext extends Object implements StorageContext, Serializable
A default implementation of a study element storage context.- Author:
- Jarkko Leponiemi
- See Also:
- Serialized Form
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceStorageContext- Returns:
- the id of the study element
-
setId
public void setId(String id)
-
getType
public String getType()
- Specified by:
getTypein interfaceStorageContext- Returns:
- the type of the study element
-
setType
public void setType(String type)
-
getData
public Map<String,Object> getData()
- Specified by:
getDatain interfaceStorageContext- Returns:
- the data of the study element
-
-