org.hibernate.envers.test.integration.accesstype
Class Country

java.lang.Object
  extended by org.hibernate.envers.test.integration.accesstype.Country

@Entity
public class Country
extends Object


Method Summary
 boolean equals(Object obj)
           
 Integer getCode()
           
 String getName()
           
 int hashCode()
           
static Country of(Integer code, String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCode

public Integer getCode()

getName

public String getName()

of

public static Country of(Integer code,
                         String name)

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.