com.sap.workspaces.workspace

Class WorkspaceProperties

java.lang.Object
  extended by com.sap.workspaces.workspace.WorkspaceProperties

public final class WorkspaceProperties
extends Object

Data object through which you set the workspace properties when creating a new workspace or updating an existing one


Constructor Summary
WorkspaceProperties()
           
 
Method Summary
 String getDescription()
          Returns the workspace description
 Locale getLocale()
          Returns the master locale of the workspace
 String getName()
          Returns the workspace name
 PermissionPolicy getPermissionPolicy()
          Returns the workspace permission policy
 String getTemplateID()
          Returns the workspace template ID
 void setDescription(String description)
          Defines the workspace description
 void setLocale(Locale locale)
          Defines the master locale of the workspace
 void setName(String name)
          Defines the workspace name
 void setPermissionPolicy(PermissionPolicy permissionPolicy)
          Defines the workspace permission policy
 void setTemplateID(String templateID)
          Defines the workspace template ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceProperties

public WorkspaceProperties()
Method Detail

getLocale

public Locale getLocale()
Returns the master locale of the workspace

Returns:
master locale of the workspace

setLocale

public void setLocale(Locale locale)
Defines the master locale of the workspace

Parameters:
locale - the new locale

getDescription

public String getDescription()
Returns the workspace description

Returns:
the workspace description

setDescription

public void setDescription(String description)
Defines the workspace description

Parameters:
description - the new description

getPermissionPolicy

public PermissionPolicy getPermissionPolicy()
Returns the workspace permission policy

Returns:
the workspace permission policy

setPermissionPolicy

public void setPermissionPolicy(PermissionPolicy permissionPolicy)
Defines the workspace permission policy

Parameters:
permissionPolicy - new permission policy

getTemplateID

public String getTemplateID()
Returns the workspace template ID

Returns:
workspace the template ID

setTemplateID

public void setTemplateID(String templateID)
Defines the workspace template ID

Parameters:
templateID - the new template ID

getName

public String getName()
Returns the workspace name

Returns:
the workspace name

setName

public void setName(String name)
Defines the workspace name

Parameters:
name - the new workspace name


Copyright 2010 SAP AG Complete Copyright Notice