public abstract class EntityWithId extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
designation |
protected long |
id |
protected String |
userId |
| Constructor and Description |
|---|
EntityWithId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesignation() |
long |
getId() |
String |
getUserId() |
void |
setDesignation(String designation) |
void |
setId(long id) |
void |
setUserId(String userId) |
Copyright © 2016. All Rights Reserved.