org.salespointframework.core.data.database
Class PersistenceManager.ModificationEntry

java.lang.Object
  extended by org.salespointframework.core.data.database.PersistenceManager.ModificationEntry
Enclosing class:
PersistenceManager

private static class PersistenceManager.ModificationEntry
extends java.lang.Object

an entry which defines a modification event

Since:
4.0
Author:
Thomas Kissinger

Field Summary
 java.lang.String affectedTable
          affected table
 java.sql.Timestamp created
          creation time
 long id
          event id
static short MODIFICATION_IN_TABLE
          change in table
static short MODIFICATION_RESET
          reset of modification table
 long shop
          shop instance which caused this event
 short type
          type of event MODIFICATION_IN_TABLE or MODIFICATION_RESET
 
Constructor Summary
PersistenceManager.ModificationEntry()
          default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODIFICATION_IN_TABLE

public static final short MODIFICATION_IN_TABLE
change in table

See Also:
Constant Field Values

MODIFICATION_RESET

public static final short MODIFICATION_RESET
reset of modification table

See Also:
Constant Field Values

id

public long id
event id


created

public java.sql.Timestamp created
creation time


affectedTable

public java.lang.String affectedTable
affected table


shop

public long shop
shop instance which caused this event


type

public short type
type of event MODIFICATION_IN_TABLE or MODIFICATION_RESET

Constructor Detail

PersistenceManager.ModificationEntry

public PersistenceManager.ModificationEntry()
default constructor