org.nuiton.topia.framework
Class EntityState
java.lang.Object
org.nuiton.topia.framework.EntityState
public class EntityState
- extends Object
Used to know the state of entity during transaction
- Author:
- poussin
|
Field Summary |
protected int |
state
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected int state
EntityState
public EntityState()
addLoad
public void addLoad()
addRead
public void addRead()
addCreate
public void addCreate()
addUpdate
public void addUpdate()
addDelete
public void addDelete()
isLoad
public boolean isLoad()
isRead
public boolean isRead()
isCreate
public boolean isCreate()
isUpdate
public boolean isUpdate()
isDelete
public boolean isDelete()
Copyright © 2004-2010 CodeLutin. All Rights Reserved.