org.hibernate.test.unionsubclass.alias
Class Customer

java.lang.Object
  extended by org.hibernate.test.unionsubclass.alias.Customer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CarBuyer

public abstract class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Customer()
           
 
Method Summary
 boolean equals(Object obj)
           
 PersonID getId()
           
 int hashCode()
           
 void setId(PersonID id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

getId

public PersonID getId()

setId

public void setId(PersonID id)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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