|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.workspace.WorkspaceProperties
public final class WorkspaceProperties
A data object used to access the workspace properties when creating a new workspace or updating an existing one
| Constructor Summary | |
|---|---|
WorkspaceProperties()
|
|
| Method Summary | |
|---|---|
WorkspaceCategory[] |
getCategories()
Returns the categories assigned to the workspace |
String |
getDescription()
Returns the workspace description |
Date |
getExpirationDate()
Returns the expiration date of the workspace |
Locale |
getLocale()
Returns the master locale of the workspace |
String |
getName()
Returns the workspace name |
PermissionPolicy |
getPermissionPolicy()
Returns the workspace permission policy |
String |
getQuicklink()
Returns the workspace name |
String |
getTemplateID()
Returns the workspace template ID |
void |
setCategories(WorkspaceCategory[] workspaceCategories)
Assigns the specified categories to the workspace |
void |
setDescription(String description)
Defines the workspace description |
void |
setExpirationDate(Date expirationDate)
Defines the expiration date of the workspace |
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 |
setQuicklink(String quicklink)
Defines the workspace quick link |
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 |
|---|
public WorkspaceProperties()
| Method Detail |
|---|
public Locale getLocale()
public void setLocale(Locale locale)
locale - the master localepublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic PermissionPolicy getPermissionPolicy()
public void setPermissionPolicy(PermissionPolicy permissionPolicy)
permissionPolicy - new permission policypublic String getTemplateID()
public void setTemplateID(String templateID)
templateID - the new template IDpublic String getName()
public void setName(String name)
name - the workspace namepublic String getQuicklink()
public void setQuicklink(String quicklink)
quicklink - the workspace quick linkpublic WorkspaceCategory[] getCategories()
public void setCategories(WorkspaceCategory[] workspaceCategories)
workspaceCategories - an array of categories to assign to the workspacepublic Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - the expiration date of the workspace
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||