org.gcube.contentmanagement.contentmanager.stubs.model.views
Class GDocView

java.lang.Object
  extended by org.gcube.contentmanagement.contentmanager.stubs.model.views.NodeView
      extended by org.gcube.contentmanagement.contentmanager.stubs.model.views.GDocView

public class GDocView
extends NodeView

Base class for an object view over a gDoc document tree.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
GDocView()
          Creates an instance.
GDocView(java.lang.String collID, java.lang.String id)
          Creates an instance with a collection identifier and an identifier.
 
Method Summary
 java.lang.String collectionID()
          Returns the collection identifier
 
Methods inherited from class org.gcube.contentmanagement.contentmanager.stubs.model.views.NodeView
id, uri
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDocView

public GDocView()
Creates an instance.


GDocView

public GDocView(java.lang.String collID,
                java.lang.String id)
Creates an instance with a collection identifier and an identifier.

Parameters:
collID - the collection identifier.
id - the identifier.
Method Detail

collectionID

public java.lang.String collectionID()
Returns the collection identifier

Returns:
the identifier.