|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.record.Record.State
public static class Record.State
The state for a record.
Field Summary | |
---|---|
static Record.State |
CLEAN
Record exists in database and is not changed after retrival from database. |
static Record.State |
DELETED
Record exists in database, but should be deleted. |
static Record.State |
DIRTY
Record exists in database but is changed after retrival. |
static Record.State |
NEW
Record does not yet exists in database. |
static Record.State |
TEMP
Record should not exist in database, only for temporary use. |
Constructor Summary | |
---|---|
Record.State(int state)
|
Method Summary | |
---|---|
boolean |
equals(Record.State state)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Record.State CLEAN
public static final Record.State DIRTY
public static final Record.State NEW
public static final Record.State DELETED
public static final Record.State TEMP
Constructor Detail |
---|
public Record.State(int state)
Method Detail |
---|
public boolean equals(Record.State state)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |