Class StateProvince
- java.lang.Object
-
- org.hibernate.testing.orm.domain.animal.StateProvince
-
@Entity public class StateProvince extends Object
-
-
Constructor Summary
Constructors Constructor Description StateProvince()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getId()
String
getIsoCode()
String
getName()
int
hashCode()
void
setId(Long id)
void
setIsoCode(String isoCode)
void
setName(String name)
String
toString()
-