Project Wonder 5.0

er.ajax.json.client
Interface IJSONEnterpriseObject

All Known Implementing Classes:
JSONEnterpriseObject

public interface IJSONEnterpriseObject

IJSONEnterpriseObject is a stub interface you can implement in a JSON-based Java client to preserve EO global ID and entity information across the service interface.

Author:
mschrag

Method Summary
 java.lang.String globalID()
          Returns the global ID of the original EO.
 void setGlobalID(java.lang.String globalID)
          Sets the global ID of the original EO.
 

Method Detail

globalID

java.lang.String globalID()
Returns the global ID of the original EO.

Returns:
the global ID of the original EO

setGlobalID

void setGlobalID(java.lang.String globalID)
Sets the global ID of the original EO.

Parameters:
globalID - the global ID of the original EO

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.