org.ow2.bonita.facade.runtime.impl
Class VariableUpdateImpl
java.lang.Object
org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.bonita.facade.runtime.VariableUpdate
public class VariableUpdateImpl
- extends java.lang.Object
- implements org.ow2.bonita.facade.runtime.VariableUpdate
- Author:
- Guillaume Porcher
- See Also:
- Serialized Form
Field Summary |
protected java.util.Date |
date
|
protected java.lang.String |
name
|
protected java.lang.String |
userId
|
protected java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
date
protected java.util.Date date
userId
protected java.lang.String userId
name
protected java.lang.String name
value
protected java.lang.Object value
VariableUpdateImpl
protected VariableUpdateImpl()
VariableUpdateImpl
public VariableUpdateImpl(java.util.Date date,
java.lang.String userId,
java.lang.String variableId)
VariableUpdateImpl
public VariableUpdateImpl(org.ow2.bonita.facade.runtime.VariableUpdate src)
getDate
public java.util.Date getDate()
- Specified by:
getDate
in interface org.ow2.bonita.facade.runtime.VariableUpdate
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.ow2.bonita.facade.runtime.VariableUpdate
getUserId
public java.lang.String getUserId()
- Specified by:
getUserId
in interface org.ow2.bonita.facade.runtime.VariableUpdate
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface org.ow2.bonita.facade.runtime.VariableUpdate
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009 OW2 Consortium. All Rights Reserved.