org.ow2.orchestra.pvm.processlog
Class ProcessLogProperty
java.lang.Object
org.ow2.orchestra.pvm.processlog.ProcessLogProperty
public class ProcessLogProperty
- extends Object
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
properties
protected List<ProcessLogProperty> properties
ProcessLogProperty
public ProcessLogProperty(String name)
ProcessLogProperty
public ProcessLogProperty(String name,
String value)
createProperty
public ProcessLogProperty createProperty(String name)
createProperty
public ProcessLogProperty createProperty(String name,
String value)
addProperty
public void addProperty(ProcessLogProperty property)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
getProperties
public List<ProcessLogProperty> getProperties()
setProperties
public void setProperties(List<ProcessLogProperty> properties)
Copyright © 2011 OW2 Consortium. All Rights Reserved.