com.sap.workspaces.workspace

Class TemplateInfo

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

public class TemplateInfo
extends Object

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

workspaceCategories

protected WorkspaceCategory[] workspaceCategories
Constructor Detail

TemplateInfo

public TemplateInfo()
Method Detail

getName

public String getName()
Returns the template name

Returns:
The template name

setName

public void setName(String name)
Defines the template name

Parameters:
name - the new name

getDescription

public String getDescription()
Returns the template description

Returns:
The template description

setDescription

public void setDescription(String description)
Defines the template description

Parameters:
description - the new description

getIdentifier

public IIdentifier getIdentifier()
Returns the template identifier

Returns:
The template identifier

setIdentifier

public void setIdentifier(IIdentifier identifier)
Defines the template identifier

Parameters:
identifier - the new identifier

getCategories

public WorkspaceCategory[] getCategories()
Returns the workspace categories assigned to the template

Returns:
The workspace categories assigned to the template


Copyright 2011 SAP AG Complete Copyright Notice