com.ejie.r01f.mapping.test
Class Node

java.lang.Object
  extended bycom.ejie.r01f.mapping.test.Node

public class Node
extends java.lang.Object

Author:
user To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 java.util.Map metadatas
           
 java.lang.String name
           
 java.lang.String oid
           
 
Constructor Summary
Node()
          Constructor for Node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public java.lang.String oid

name

public java.lang.String name

metadatas

public java.util.Map metadatas
Constructor Detail

Node

public Node()
Constructor for Node.