|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainObject
All domain objects implement this interface. It provides a way for the programmer to obtain a
global external identifier for the given object. This identifier is an opaque from the
programmer's point of view. Later, the corresponding object can be obtained by invoking FenixFramework.getDomainObject(String)
using the previously obtained
external identifier.
Method Summary | |
---|---|
String |
getExternalId()
|
Method Detail |
---|
String getExternalId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |