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

    Modifier and Type Method Description
    <T extends Entity>
    T
    getEntity()  
    long getSeq()  
    boolean isDirty()  
    void setDirty​(boolean dirty)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntitySnapshot

      public EntitySnapshot​(Entity entity, long seq, boolean dirty)
  • Method Details

    • getSeq

      public long getSeq()
    • getEntity

      public <T extends Entity> T getEntity()
    • setDirty

      public void setDirty​(boolean dirty)
    • isDirty

      public boolean isDirty()