Type - Key type.public abstract class AbstractIdentifiable<Type extends Serializable> extends Object
| Constructor and Description |
|---|
AbstractIdentifiable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Checks object equality.
|
abstract Type |
getId()
Returns record identifier.
|
int |
hashCode()
Generates object ID.
|
Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.