org.xcmis.client.gwt.object.impl
Class CmisFolderImpl

java.lang.Object
  extended by org.xcmis.client.gwt.object.impl.CmisObjectImpl
      extended by org.xcmis.client.gwt.object.impl.CmisFolderImpl
All Implemented Interfaces:
CmisFolder, CmisObject

public class CmisFolderImpl
extends CmisObjectImpl
implements CmisFolder

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
CmisFolderImpl(CmisObject object, String parentId)
           
 
Method Summary
 String getParentId()
           
 void setParentId(String parentId)
           
 
Methods inherited from class org.xcmis.client.gwt.object.impl.CmisObjectImpl
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xcmis.client.gwt.object.CmisObject
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 

Constructor Detail

CmisFolderImpl

public CmisFolderImpl(CmisObject object,
                      String parentId)
Method Detail

getParentId

public String getParentId()
Specified by:
getParentId in interface CmisFolder
Returns:
String parent id
See Also:
CmisFolder.getParentId()

setParentId

public void setParentId(String parentId)
Specified by:
setParentId in interface CmisFolder
Parameters:
parentId - parent id
See Also:
CmisFolder.setParentId(java.lang.String)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.