public abstract class GlobalCdoId extends Object
| Constructor and Description |
|---|
GlobalCdoId() |
| Modifier and Type | Method and Description |
|---|---|
abstract ManagedClass |
getCdoClass()
Class of client's domain object, preferably
Entity |
abstract Object |
getCdoId()
ID of Client's domain object, should be unique in Class scope,
for example database primary key or any domain identifier like user.login
|
public abstract ManagedClass getCdoClass()
Entitypublic abstract Object getCdoId()
Copyright © 2014. All rights reserved.