it.sistematica.isharedoc.sharecloud.model.cmis
Class CmisContent

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.cmis.CmisContent
All Implemented Interfaces:
ContentInterface

public class CmisContent
extends java.lang.Object
implements ContentInterface


Field Summary
protected  org.apache.chemistry.opencmis.client.api.ObjectId cmisObject
           
 
Constructor Summary
CmisContent()
           
CmisContent(org.apache.chemistry.opencmis.client.api.ObjectId file)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.Object getObject()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmisObject

protected org.apache.chemistry.opencmis.client.api.ObjectId cmisObject
Constructor Detail

CmisContent

public CmisContent()

CmisContent

public CmisContent(org.apache.chemistry.opencmis.client.api.ObjectId file)
Method Detail

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface ContentInterface

getId

public java.lang.String getId()
Specified by:
getId in interface ContentInterface

setId

public void setId(java.lang.String id)
Specified by:
setId in interface ContentInterface