当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
EntityBean (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.contexts
Class EntityBean
java.lang.Object
org.jboss.seam.contexts.EntityBean
- All Implemented Interfaces:
- Serializable, Mutable
public class EntityBean
- extends Object
- implements Mutable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityBean
public EntityBean(Object instance)
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