Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.model
Class DocumentRef

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.model.DocumentRef

public class DocumentRef
extends Object

Author:
Bogdan Stefanescu

Field Summary
 String id
           
 boolean isFolder
           
 String name
           
 String parentId
           
 String title
           
 String type
           
 
Constructor Summary
DocumentRef()
           
 
Method Summary
static DocumentRef fromJSON(com.google.gwt.json.client.JSONObject json)
           
static com.google.gwt.json.client.JSONObject toJSON(DocumentRef doc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentId

public String parentId

id

public String id

type

public String type

name

public String name

title

public String title

isFolder

public boolean isFolder
Constructor Detail

DocumentRef

public DocumentRef()
Method Detail

fromJSON

public static DocumentRef fromJSON(com.google.gwt.json.client.JSONObject json)

toJSON

public static com.google.gwt.json.client.JSONObject toJSON(DocumentRef doc)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.