public class InstanceId extends GlobalCdoId
| Constructor and Description |
|---|
InstanceId(Object instance,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Entity |
getCdoClass()
Class of client's domain object, preferably
Entity |
Object |
getCdoId()
Identifier of (client's) Entity instance, should be unique in Entity scope
|
int |
hashCode() |
boolean |
idEquals(Object instance) |
String |
toString() |
public InstanceId(Object instance, Entity entity)
JaversException - ENTITY_INSTANCE_WITH_NULL_IDJaversException - NOT_INSTANCE_OFpublic Entity getCdoClass()
GlobalCdoIdEntitygetCdoClass in class GlobalCdoIdpublic Object getCdoId()
getCdoId in class GlobalCdoIdpublic boolean idEquals(Object instance)
Copyright © 2014. All rights reserved.