public abstract class BasePersistOperation extends java.lang.Object implements PersistOperation
| Constructor and Description |
|---|
BasePersistOperation() |
| Modifier and Type | Method and Description |
|---|---|
User |
getUser()
All PersistOperations must have a User object
who is performing the Operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstoreprotected User user
public User getUser()
getUser in interface PersistOperation