org.hibernate.test.annotations.embedded
Class RegionalArticlePk

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.RegionalArticlePk
All Implemented Interfaces:
Serializable

@Embeddable
public class RegionalArticlePk
extends Object
implements Serializable

Regional article pk

See Also:
Serialized Form

Field Summary
 String iso2
          country iso2 code
 String localUniqueKey
           
 
Constructor Summary
RegionalArticlePk()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iso2

public String iso2
country iso2 code


localUniqueKey

public String localUniqueKey
Constructor Detail

RegionalArticlePk

public RegionalArticlePk()
Method Detail

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.