org.hibernate.test.annotations.idclassgeneratedvalue
Class MultiplePK

java.lang.Object
  extended by org.hibernate.test.annotations.idclassgeneratedvalue.MultiplePK
All Implemented Interfaces:
Serializable

public class MultiplePK
extends Object
implements Serializable

MultiplePK

See Also:
Serialized Form

Constructor Summary
MultiplePK(Long id1, Long id2, Long id3)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId1()
           
 Long getId2()
           
 Long getId3()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplePK

public MultiplePK(Long id1,
                  Long id2,
                  Long id3)
Method Detail

getId1

public Long getId1()

getId2

public Long getId2()

getId3

public Long getId3()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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