Set the data store that this LR lives in.
(DataStore dataStore)
| 27 | |
| 28 | /** Set the data store that this LR lives in. */ |
| 29 | public void setDataStore(DataStore dataStore) throws PersistenceException; |
| 30 | |
| 31 | /** Returns the persistence id of this LR, if it has been stored in |
| 32 | * a datastore. Null otherwise. |
no outgoing calls