org.jbpm.pvm.log
Class ProcessLogProperty
java.lang.Object
org.jbpm.pvm.log.ProcessLogProperty
public class ProcessLogProperty
- extends java.lang.Object
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
value
protected java.lang.String value
properties
protected java.util.List<ProcessLogProperty> properties
ProcessLogProperty
public ProcessLogProperty(java.lang.String name)
ProcessLogProperty
public ProcessLogProperty(java.lang.String name,
java.lang.String value)
createProperty
public ProcessLogProperty createProperty(java.lang.String name)
createProperty
public ProcessLogProperty createProperty(java.lang.String name,
java.lang.String value)
addProperty
public void addProperty(ProcessLogProperty property)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getProperties
public java.util.List<ProcessLogProperty> getProperties()
setProperties
public void setProperties(java.util.List<ProcessLogProperty> properties)