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
 String globalID()
          Returns the global ID of the original EO.
 void setGlobalID(String globalID)
          Sets the global ID of the original EO.
 

Method Detail

globalID

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

Returns:
the global ID of the original EO

setGlobalID

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

Parameters:
globalID - the global ID of the original EO

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.