public abstract class BaseEntity<T> extends Object implements Serializable
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
abstract T |
getId() |
int |
hashCode() |
abstract void |
setId(T id) |
String |
toString() |
Copyright © 2015–2017 OmniFaces. All rights reserved.