|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
public class InstanceStateUpdateImpl
Field Summary | |
---|---|
protected InstanceState |
currentState
|
protected java.util.Date |
date
date at update |
protected long |
dbid
|
protected InstanceState |
initialState
|
protected java.lang.String |
updateUserId
User that performs the update |
Constructor Summary | |
---|---|
protected |
InstanceStateUpdateImpl()
|
|
InstanceStateUpdateImpl(java.util.Date date,
java.lang.String updateUserId,
InstanceState initialState,
InstanceState currentState)
|
|
InstanceStateUpdateImpl(InstanceStateUpdate src)
|
Method Summary | |
---|---|
InstanceState |
getInitialInstanceState()
Returns the initial state. |
InstanceState |
getInstanceState()
Returns the state at assignment. |
java.lang.String |
getUpdatedBy()
Returns the user Id who made the update. |
java.util.Date |
getUpdatedDate()
Returns the date of the update. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long dbid
protected java.util.Date date
protected java.lang.String updateUserId
protected InstanceState initialState
protected InstanceState currentState
Constructor Detail |
---|
protected InstanceStateUpdateImpl()
public InstanceStateUpdateImpl(java.util.Date date, java.lang.String updateUserId, InstanceState initialState, InstanceState currentState)
public InstanceStateUpdateImpl(InstanceStateUpdate src)
Method Detail |
---|
public InstanceState getInitialInstanceState()
InstanceStateUpdate
getInitialInstanceState
in interface InstanceStateUpdate
public InstanceState getInstanceState()
InstanceStateUpdate
getInstanceState
in interface InstanceStateUpdate
public java.lang.String getUpdatedBy()
InstanceStateUpdate
getUpdatedBy
in interface InstanceStateUpdate
public java.util.Date getUpdatedDate()
InstanceStateUpdate
getUpdatedDate
in interface InstanceStateUpdate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |