org.springframework.social.alfresco.api.entities
Class Container

java.lang.Object
  extended by org.springframework.social.alfresco.api.entities.Container

public class Container
extends Object

A container is a folder or space in a site

Author:
jottley

Constructor Summary
Container()
           
 
Method Summary
 String getFolderId()
           
 String getId()
           
 void setFolderId(String folderId)
          Set the container's descriptive name.
 void setId(String id)
          Set the container identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container

public Container()
Method Detail

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.