org.drools.guvnor.client.ruleeditor
Class PropertyHolder

java.lang.Object
  extended by 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

Constructor Summary
PropertyHolder()
           
PropertyHolder(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyHolder

public PropertyHolder()

PropertyHolder

public PropertyHolder(String name,
                      String value)
Method Detail

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.