org.opennms.web.controller
Class EditForeignSourceController.TreeCommand

java.lang.Object
  extended by org.opennms.web.controller.EditForeignSourceController.TreeCommand
Enclosing class:
EditForeignSourceController

public static class EditForeignSourceController.TreeCommand
extends Object


Constructor Summary
EditForeignSourceController.TreeCommand()
           
 
Method Summary
 String getAction()
           
 String getCurrentNode()
           
 String getDataPath()
           
 String getDefaultFormPath()
           
 String getForeignSourceName()
           
 ForeignSource getFormData()
           
 String getFormPath()
           
 void setAction(String action)
           
 void setCurrentNode(String node)
           
 void setDataPath(String path)
           
 void setForeignSourceName(String foreignSourceName)
           
 void setFormData(ForeignSource importData)
           
 void setFormPath(String target)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditForeignSourceController.TreeCommand

public EditForeignSourceController.TreeCommand()
Method Detail

getAction

public String getAction()

setAction

public void setAction(String action)

getForeignSourceName

public String getForeignSourceName()

setForeignSourceName

public void setForeignSourceName(String foreignSourceName)

getFormData

public ForeignSource getFormData()

setFormData

public void setFormData(ForeignSource importData)

getDefaultFormPath

public String getDefaultFormPath()

getFormPath

public String getFormPath()

setFormPath

public void setFormPath(String target)

getCurrentNode

public String getCurrentNode()

setCurrentNode

public void setCurrentNode(String node)

getDataPath

public String getDataPath()

setDataPath

public void setDataPath(String path)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.