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