Class EntityUpdate<ENTITY>

java.lang.Object
org.teamapps.application.api.application.entity.EntityUpdate<ENTITY>

public class EntityUpdate<ENTITY>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EntityUpdate​(ENTITY entity, int userId, EntityUpdateType updateType)  
  • Method Summary

    Modifier and Type Method Description
    ENTITY getEntity()  
    EntityUpdateType getUpdateType()  
    int getUserId()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getEntity

      public ENTITY getEntity()
    • getUserId

      public int getUserId()
    • getUpdateType

      public EntityUpdateType getUpdateType()