ThinkUI SQL Client 1.1.3 API

thinkui.db
Class PersistentState

java.lang.Object
  extended bythinkui.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

Field Summary
static PersistentState DELETED
           
static PersistentState INSERTED
           
static PersistentState NEW
           
static PersistentState SELECTED
           
static PersistentState UPDATED
           
 
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
 

Field Detail

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
Method Detail

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()

ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.