Uses of Class
com.netgrif.application.engine.importer.model.Storage
-
Packages that use Storage Package Description com.netgrif.application.engine.importer.model -
-
Uses of Storage in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Storage Modifier and Type Field Description protected Storage
Data. storage
Methods in com.netgrif.application.engine.importer.model that return Storage Modifier and Type Method Description Storage
ObjectFactory. createStorage()
Create an instance ofStorage
Storage
Data. getStorage()
Gets the value of the storage property.Methods in com.netgrif.application.engine.importer.model with parameters of type Storage Modifier and Type Method Description void
Data. setStorage(Storage value)
Sets the value of the storage property.
-