org.hibernate.test.id.uuid.strategy
Class Node

java.lang.Object
  extended by org.hibernate.test.id.uuid.strategy.Node

public class Node
extends Object

TODO : javadoc


Constructor Summary
Node()
           
Node(String name)
           
 
Method Summary
 UUID getId()
           
 String getName()
           
 void setId(UUID id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()

Node

public Node(String name)
Method Detail

getId

public UUID getId()

setId

public void setId(UUID id)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.