@Entity public class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
User(String recordId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRecordId() |
String |
getUsername() |
void |
setRecordId(String recordId) |
void |
setUsername(String username) |
Copyright © 2009-2015. All Rights Reserved.