org.globus.cog.gui.grapheditor.generic
Class PropertyChangeCommand

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.generic.PropertyChangeCommand

public class PropertyChangeCommand
extends Object


Constructor Summary
PropertyChangeCommand(String nodeid, String property, String value)
           
 
Method Summary
 String getNodeid()
           
 String getProperty()
           
 String getValue()
           
 void setNodeid(String nodeid)
           
 void setProperty(String property)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChangeCommand

public PropertyChangeCommand(String nodeid,
                             String property,
                             String value)
Method Detail

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()