org.hibernate.test.hql
Class CrazyCompositeKey

java.lang.Object
  extended by org.hibernate.test.hql.CrazyCompositeKey
All Implemented Interfaces:
Serializable

public class CrazyCompositeKey
extends Object
implements Serializable

Implementation of CrazyCompositeKey.

See Also:
Serialized Form

Constructor Summary
CrazyCompositeKey()
           
 
Method Summary
 boolean equals(Object that)
           
 Long getId()
           
 Long getOtherId()
           
 int hashCode()
           
 void setId(Long id)
           
 void setOtherId(Long otherId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrazyCompositeKey

public CrazyCompositeKey()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getOtherId

public Long getOtherId()

setOtherId

public void setOtherId(Long otherId)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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