|
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.TemplateInfo
public class TemplateInfo
Provides information about the template
| Field Summary | |
|---|---|
protected WorkspaceCategory[] |
workspaceCategories
|
| Constructor Summary | |
|---|---|
TemplateInfo()
|
|
| Method Summary | |
|---|---|
WorkspaceCategory[] |
getCategories()
Returns the workspace categories assigned to the template |
String |
getDescription()
Returns the template description |
IIdentifier |
getIdentifier()
Returns the template identifier |
String |
getName()
Returns the template name |
void |
setDescription(String description)
Defines the template description |
void |
setIdentifier(IIdentifier identifier)
Defines the template identifier |
void |
setName(String name)
Defines the template name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WorkspaceCategory[] workspaceCategories
| Constructor Detail |
|---|
public TemplateInfo()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the new namepublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic IIdentifier getIdentifier()
public void setIdentifier(IIdentifier identifier)
identifier - the new identifierpublic WorkspaceCategory[] getCategories()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||