T
- is the generic type of the ID
.public abstract class AbstractAttributeReadId<T> extends Object implements AttributeReadId<T>
AttributeReadId
interface. It implements the common methods
equals(Object)
, hashCode()
and toString()
to make your life easier. You may want to
override toString()
with a more specific implementation.Constructor and Description |
---|
AbstractAttributeReadId()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
Copyright © 2001–2016 mmm-Team. All rights reserved.