public abstract class IdentityBean<T extends Serializable> extends Object implements Serializable
Constructor and Description |
---|
IdentityBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract T |
getId() |
int |
hashCode() |
abstract void |
setId(T id) |
Copyright © 2019. All rights reserved.