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, waitgetIdCopyright © 2001–2015 mmm-Team. All rights reserved.