public interface IOptionnallyPersistedObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPersisted()
Deprecated.
Returns whether this object should be persisted in the repository or not.
|
void |
setPersisted(boolean pPersisted)
Deprecated.
Sets whether this object should be persisted in the repository.
|
boolean isPersisted()
true if this object should be persisted, false otherwisevoid setPersisted(boolean pPersisted)
pPersisted - if true this object will be persisted in the repository, if false it will not