org.exoplatform.social.extras.migration.io
Class NodeData

java.lang.Object
  extended by org.exoplatform.social.extras.migration.io.NodeData

public class NodeData
extends Object

Migration data.

Version:
$Revision$
Author:
Alain Defrance

Constructor Summary
NodeData()
           
 
Method Summary
 Object get(String key)
           
 List<NodeData> getChilds()
           
 String getPath()
           
 void put(String key, Object value)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeData

public NodeData()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getChilds

public List<NodeData> getChilds()

get

public Object get(String key)

put

public void put(String key,
                Object value)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.