Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.view.rest
Class NXIDPreference

java.lang.Object
  extended by com.google.gwt.json.client.JSONValue
      extended by com.google.gwt.json.client.JSONObject
          extended by org.nuxeo.opensocial.container.client.view.rest.NXIDPreference

public class NXIDPreference
extends com.google.gwt.json.client.JSONObject


Field Summary
static String ID
           
static String NAME
           
 
Constructor Summary
NXIDPreference(String jsonString)
           
NXIDPreference(String id, String title)
           
 
Method Summary
 String getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class com.google.gwt.json.client.JSONObject
containsKey, equals, get, getJavaScriptObject, hashCode, isObject, keySet, put, size
 
Methods inherited from class com.google.gwt.json.client.JSONValue
isArray, isBoolean, isNull, isNumber, isString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

NXIDPreference

public NXIDPreference(String id,
                      String title)

NXIDPreference

public NXIDPreference(String jsonString)
Method Detail

getId

public String getId()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class com.google.gwt.json.client.JSONObject

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.