Class RecordUpdateEvent

java.lang.Object
org.teamapps.universaldb.update.RecordUpdateEvent

public class RecordUpdateEvent
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RecordUpdateEvent​(int tableId, int recordId, int userId, RecordUpdateType type)  
  • Method Summary

    Modifier and Type Method Description
    int getRecordId()  
    int getTableId()  
    RecordUpdateType getType()  
    int getUserId()  

    Methods inherited from class java.lang.Object

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

    • RecordUpdateEvent

      public RecordUpdateEvent​(int tableId, int recordId, int userId, RecordUpdateType type)
  • Method Details

    • getTableId

      public int getTableId()
    • getRecordId

      public int getRecordId()
    • getUserId

      public int getUserId()
    • getType

      public RecordUpdateType getType()