|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.database.PersistenceManager.ModificationEntry
private static class PersistenceManager.ModificationEntry
an entry which defines a modification event
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 |
---|
public static final short MODIFICATION_IN_TABLE
public static final short MODIFICATION_RESET
public long id
public java.sql.Timestamp created
public java.lang.String affectedTable
public long shop
public short type
MODIFICATION_IN_TABLE
or MODIFICATION_RESET
Constructor Detail |
---|
public PersistenceManager.ModificationEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |