org.sakaiproject.mock.domain
Class Tool
java.lang.Object
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 classes/interfaces inherited from interface org.sakaiproject.tool.api.Tool |
org.sakaiproject.tool.api.Tool.AccessSecurity |
| 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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tool
public Tool()
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.