|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.framework.EntityState
public class EntityState
Used to know the state of entity during transaction
| Field Summary | |
|---|---|
protected int |
state
|
| Constructor Summary | |
|---|---|
EntityState()
|
|
| Method Summary | |
|---|---|
void |
addCreate()
|
void |
addDelete()
|
void |
addLoad()
|
void |
addRead()
|
void |
addUpdate()
|
boolean |
isCreate()
|
boolean |
isDelete()
|
boolean |
isLoad()
|
boolean |
isRead()
|
boolean |
isUpdate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int state
| Constructor Detail |
|---|
public EntityState()
| Method Detail |
|---|
public void addLoad()
public void addRead()
public void addCreate()
public void addUpdate()
public void addDelete()
public boolean isLoad()
public boolean isRead()
public boolean isCreate()
public boolean isUpdate()
public boolean isDelete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||