@Entity public class Country extends Object implements Serializable
Country()
Country(String name)
boolean
equals(Object obj)
Long
getId()
String
getName()
int
hashCode()
void
setId(Long id)
setName(String name)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Country()
public Country(String name)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
Copyright © 2014. All rights reserved.