org.drools.guvnor.client.ruleeditor
Class PropertyHolder
java.lang.Object
org.drools.guvnor.client.ruleeditor.PropertyHolder
- All Implemented Interfaces:
- Serializable, PortableObject
public class PropertyHolder
- extends Object
- implements PortableObject
key/value pair to be used as an exchange object for properties rule asset
- See Also:
- Serialized Form
PropertyHolder
public PropertyHolder()
PropertyHolder
public PropertyHolder(String name,
String value)
toString
public String toString()
- Overrides:
toString
in class Object
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.