org.springframework.social.alfresco.api.entities
Class Container
java.lang.Object
org.springframework.social.alfresco.api.entities.Container
public class Container
- extends Object
A container is a folder or space in a site
- Author:
- jottley
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Container
public Container()
getFolderId
public String getFolderId()
- Returns:
- The container's descriptive name.
setFolderId
public void setFolderId(String folderId)
- Set the container's descriptive name.
- Parameters:
folderId -
getId
public String getId()
- Returns:
- The container identifier. An opaque string which uniquely identifies this container.
setId
public void setId(String id)
- Set the container identifier. An opaque string which uniquely identifies this container.
- Parameters:
id -
Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.