Get the data store that this LR lives in. Null for transient LRs.
()
| 24 | { |
| 25 | /** Get the data store that this LR lives in. Null for transient LRs. */ |
| 26 | public DataStore getDataStore(); |
| 27 | |
| 28 | /** Set the data store that this LR lives in. */ |
| 29 | public void setDataStore(DataStore dataStore) throws PersistenceException; |
no outgoing calls
no test coverage detected