public static final class ObjectIdGenerator.IdKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
key
Object for which Object Id was generated: can NOT be null.
|
java.lang.Class<?> |
scope
Scope of the Object Id (may be null, to denote global)
|
java.lang.Class<?> |
type
Type of
ObjectIdGenerator used for generating Object Id |
Constructor and Description |
---|
IdKey(java.lang.Class<?> type,
java.lang.Class<?> scope,
java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.Class<?> type
ObjectIdGenerator
used for generating Object Idpublic final java.lang.Class<?> scope
public final java.lang.Object key
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"