org.globus.cog.gui.grapheditor.generic
Class PropertyChangeCommand
java.lang.Object
org.globus.cog.gui.grapheditor.generic.PropertyChangeCommand
- public class PropertyChangeCommand
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChangeCommand
public PropertyChangeCommand(String nodeid,
String property,
String value)
setNodeid
public void setNodeid(String nodeid)
getNodeid
public String getNodeid()
setProperty
public void setProperty(String property)
getProperty
public String getProperty()
setValue
public void setValue(String value)
getValue
public String getValue()