|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.Entity
ccc.domain.WorkingCopy<T>
T
- The type of deltas this working copy handles.public abstract class WorkingCopy<T>
A working copy for a resource.
Constructor Summary | |
---|---|
protected |
WorkingCopy()
Constructor: for persistence only. |
Method Summary | |
---|---|
protected abstract T |
delta()
Retrieve the working copy's state. |
protected abstract void |
delta(T delta)
Update this working copy. |
Methods inherited from class ccc.domain.Entity |
---|
equals, getId, getVersion, hashCode, setId, toJson, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected WorkingCopy()
Method Detail |
---|
protected abstract T delta()
protected abstract void delta(T delta)
delta
- The delta describing this working copy's state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |