Set the URL as string for the underlying storage mechanism.
(String storageUrl)
| 33 | |
| 34 | /** Set the URL as string for the underlying storage mechanism. */ |
| 35 | public void setStorageUrl(String storageUrl) throws PersistenceException; |
| 36 | |
| 37 | /** Get the URL as String for the underlying storage mechanism. */ |
| 38 | public String getStorageUrl(); |
no outgoing calls
no test coverage detected