org.hibernate.test.annotations.collectionelement
Class CountryAttitude
java.lang.Object
org.hibernate.test.annotations.collectionelement.CountryAttitude
@Embeddable
public class CountryAttitude
- extends Object
CountryAttitude
public CountryAttitude()
setBoy
public void setBoy(Boy boy)
getCountry
public org.hibernate.test.annotations.Country getCountry()
setCountry
public void setCountry(org.hibernate.test.annotations.Country country)
isLikes
public boolean isLikes()
setLikes
public void setLikes(boolean likes)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.