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 java.lang.Object

Author:
Bogdan Stefanescu

Field Summary
 java.lang.String id
           
 boolean isFolder
           
 java.lang.String name
           
 java.lang.String parentId
           
 java.lang.String title
           
 java.lang.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 java.lang.String parentId

id

public java.lang.String id

type

public java.lang.String type

name

public java.lang.String name

title

public java.lang.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 © 2010 Nuxeo SAS. All Rights Reserved.