|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface a state of an user instance.
Method Summary | |
void |
jdoChangeStatus(byte action)
Changes the status of this object |
SpeedoProxy |
jdoGetSpeedoProxy()
|
byte |
jdoGetStatus()
Gets the current status of this object |
Transaction |
jdoGetTransaction()
|
void |
jdoSetSpeedoProxy(SpeedoProxy sp)
Assignes the SpeedoProxy attached to this state representation. |
void |
jdoSetStatus(byte newValue)
Forces the new value of the status |
void |
jdoSetTransaction(Transaction tx)
Assignes the context with which the accessor is bound. |
Method Detail |
public void jdoChangeStatus(byte action)
action
- the action that may change the statusLifeCycle
public byte jdoGetStatus()
LifeCycle
public void jdoSetStatus(byte newValue)
newValue
- the new status of this objectLifeCycle
public SpeedoProxy jdoGetSpeedoProxy()
public void jdoSetSpeedoProxy(SpeedoProxy sp)
public Transaction jdoGetTransaction()
public void jdoSetTransaction(Transaction tx)
tx
- is the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |