Class EntitySnapshot
java.lang.Object
com.cloudimpl.outstack.runtime.repo.EntitySnapshot
public class EntitySnapshot
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description EntitySnapshot(Entity entity, long seq, boolean dirty) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EntitySnapshot
-
-
Method Details
-
getSeq
public long getSeq() -
getEntity
-
setDirty
public void setDirty(boolean dirty) -
isDirty
public boolean isDirty()
-