org.hibernate.test.annotations.manytoone
Class NodePk

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.NodePk
All Implemented Interfaces:
Serializable

@Embeddable
public class NodePk
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NodePk()
           
 
Method Summary
 boolean equals(Object o)
           
 int getLevel()
           
 String getName()
           
 int hashCode()
           
 void setLevel(int level)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePk

public NodePk()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

setName

public void setName(String name)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)


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