org.jboss.seam.contexts
Class EntityBean

java.lang.Object
  extended by org.jboss.seam.contexts.EntityBean
All Implemented Interfaces:
Serializable, Mutable

public class EntityBean
extends Object
implements Mutable

See Also:
Serialized Form

Constructor Summary
EntityBean(Object instance)
           
 
Method Summary
 boolean clearDirty()
          Get and clear the dirty flag.
 Object getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBean

public EntityBean(Object instance)
Method Detail

getInstance

public Object getInstance()

clearDirty

public boolean clearDirty()
Description copied from interface: Mutable
Get and clear the dirty flag.

Specified by:
clearDirty in interface Mutable
Returns:
true if the instance is dirty and requires replication