org.sakaiproject.mock.domain
Class Tool

java.lang.Object
  extended by org.sakaiproject.mock.domain.Tool
All Implemented Interfaces:
org.sakaiproject.tool.api.Tool

public class Tool
extends Object
implements org.sakaiproject.tool.api.Tool


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sakaiproject.tool.api.Tool
org.sakaiproject.tool.api.Tool.AccessSecurity
 
Field Summary
 
Fields inherited from interface org.sakaiproject.tool.api.Tool
FRAGMENT, HELPER_DONE_URL, HELPER_MESSAGE, NATIVE_URL, PLACEMENT, PLACEMENT_ID, PORTLET, TOOL, TOOL_SESSION
 
Constructor Summary
Tool()
           
 
Method Summary
 org.sakaiproject.tool.api.Tool.AccessSecurity getAccessSecurity()
           
 Set<String> getCategories()
           
 String getDescription()
           
 Properties getFinalConfig()
           
 String getHome()
           
 String getId()
           
 Set<String> getKeywords()
           
 Properties getMutableConfig()
           
 Properties getRegisteredConfig()
           
 String getTitle()
           
 void setCategories(Set<String> categories)
           
 void setDescription(String description)
           
 void setFinalConfig(Properties finalConfig)
           
 void setHome(String home)
           
 void setId(String id)
           
 void setKeywords(Set<String> keywords)
           
 void setMutableConfig(Properties mutableConfig)
           
 void setRegisteredConfig(Properties registeredConfig)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tool

public Tool()
Method Detail

getAccessSecurity

public org.sakaiproject.tool.api.Tool.AccessSecurity getAccessSecurity()
Specified by:
getAccessSecurity in interface org.sakaiproject.tool.api.Tool

getCategories

public Set<String> getCategories()
Specified by:
getCategories in interface org.sakaiproject.tool.api.Tool

setCategories

public void setCategories(Set<String> categories)

getDescription

public String getDescription()
Specified by:
getDescription in interface org.sakaiproject.tool.api.Tool

setDescription

public void setDescription(String description)

getFinalConfig

public Properties getFinalConfig()
Specified by:
getFinalConfig in interface org.sakaiproject.tool.api.Tool

setFinalConfig

public void setFinalConfig(Properties finalConfig)

getHome

public String getHome()
Specified by:
getHome in interface org.sakaiproject.tool.api.Tool

setHome

public void setHome(String home)

getId

public String getId()
Specified by:
getId in interface org.sakaiproject.tool.api.Tool

setId

public void setId(String id)

getKeywords

public Set<String> getKeywords()
Specified by:
getKeywords in interface org.sakaiproject.tool.api.Tool

setKeywords

public void setKeywords(Set<String> keywords)

getMutableConfig

public Properties getMutableConfig()
Specified by:
getMutableConfig in interface org.sakaiproject.tool.api.Tool

setMutableConfig

public void setMutableConfig(Properties mutableConfig)

getRegisteredConfig

public Properties getRegisteredConfig()
Specified by:
getRegisteredConfig in interface org.sakaiproject.tool.api.Tool

setRegisteredConfig

public void setRegisteredConfig(Properties registeredConfig)

getTitle

public String getTitle()
Specified by:
getTitle in interface org.sakaiproject.tool.api.Tool

setTitle

public void setTitle(String title)


Copyright © 2003-2012 Sakai Project. All Rights Reserved.