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.
|
Type |
getId()
Object identifier.
|
int |
hashCode()
Generates object ID.
|
AbstractIdentifiable<Type> |
setId(Type id)
Object identifier.
|
public boolean equals(Object object)
public int hashCode()
@Generated(value="lombok") public Type getId()
@Generated(value="lombok") public AbstractIdentifiable<Type> setId(Type id)
Copyright © 2015–2016 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.