Class ReplicationChange

java.lang.Object
de.tsl2.nano.persistence.replication.ReplicationChange

@Entity public class ReplicationChange extends Object
Replication information for a data change to be persisted in the replication database - for later replication into the origin database.
Version:
$Revision$
Author:
Tom, Thomas Schneider
  • Constructor Details

    • ReplicationChange

      protected ReplicationChange()
    • ReplicationChange

      public ReplicationChange(String table, Object id)
      constructor
      Parameters:
      table -
      id -
  • Method Details

    • getTime

      public Date getTime()
      Returns:
      Returns the time.
    • setTime

      public void setTime(Date time)
      Parameters:
      time - The time to set.
    • getTable

      public String getTable()
      Returns:
      Returns the table.
    • setTable

      public void setTable(String table)
      Parameters:
      table - The table to set.
    • getId

      public Object getId()
      Returns:
      Returns the id.
    • setId

      public void setId(Object id)
      Parameters:
      id - The id to set.
    • toString

      public String toString()
      Overrides:
      toString in class Object