Class Storage
java.lang.Object
io.contextmap.spring.runtime.model.storage.Storage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, String value) getName()getType()booleanisCache()voidsetCache(boolean cache) voidsetEntities(List<StorageEntity> entities) voidvoidsetProperties(Map<String, String> properties) voidsetType(StorageType type)
-
Constructor Details
-
Storage
public Storage()
-
-
Method Details
-
getEntities
-
setEntities
-
getType
-
setType
-
getName
-
setName
-
isCache
public boolean isCache() -
setCache
public void setCache(boolean cache) -
getProperties
-
setProperties
-
addProperty
-