|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.EventAudit | +--com.ibm.itim.workflow.model.StateEventAudit
This represents audit information for process and activity state change events.
Field Summary |
---|
Constructor Summary | |
---|---|
StateEventAudit(java.lang.String oldState,
java.lang.String newState)
|
Method Summary | |
---|---|
java.lang.String |
getNewState()
Access method for the newState property. |
java.lang.String |
getOldState()
Access method for the oldState property. |
void |
setNewState(java.lang.String aNewState)
Sets the value of the newState property. |
void |
setOldState(java.lang.String aOldState)
Sets the value of the oldState property. |
Methods inherited from class com.ibm.itim.workflow.model.EventAudit |
---|
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StateEventAudit(java.lang.String oldState, java.lang.String newState)
Method Detail |
public java.lang.String getOldState()
public void setOldState(java.lang.String aOldState)
aOldState
- the new value of the oldState propertypublic java.lang.String getNewState()
public void setNewState(java.lang.String aNewState)
aNewState
- the new value of the newState property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |