thinkui.db
Class PersistentState
java.lang.Object
thinkui.db.PersistentState
- All Implemented Interfaces:
- java.io.Serializable
- public final class PersistentState
- extends java.lang.Object
- implements java.io.Serializable
Encapsulates information about possible data object persistent states.
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object object)
Two PersistentState objects are equal if they have exactly the same name |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
DELETED
public static final PersistentState DELETED
INSERTED
public static final PersistentState INSERTED
NEW
public static final PersistentState NEW
SELECTED
public static final PersistentState SELECTED
UPDATED
public static final PersistentState UPDATED
equals
public final boolean equals(java.lang.Object object)
- Two PersistentState objects are equal if they have exactly the same name
- Returns:
- whether or not the specified object is equals to this object.
toString
public final java.lang.String toString()
Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.