@Entity public class Person extends Object implements Serializable
Constructor and Description |
---|
Person() |
Person(Long id,
String fullName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFullName() |
Long |
getId() |
int |
hashCode() |
void |
setFullName(String fullName) |
void |
setId(Long id) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.