| |
|
| org.sakaiproject.api.app.help.Resource
All known Subclasses: org.sakaiproject.component.app.help.model.ResourceBean,
Resource | public interface Resource (Code) | | Resource in the help system
version: $Id: Resource.java 7653 2006-04-12 12:10:02Z marquard@ched.uct.ac.za $ |
getDefaultForTool | public String getDefaultForTool()(Code) | | determine if this document is the default for a tool
|
getDocId | public String getDocId()(Code) | | get the doc id for the resource
doc id |
getFormattedScore | public String getFormattedScore()(Code) | | get the formatted score for this resource
formatted score |
getLocation | public String getLocation()(Code) | | get the location of this resource
location |
getName | public String getName()(Code) | | get the name of this resource
name |
getScore | public float getScore()(Code) | | get the score for this resource
score |
getSource | public String getSource()(Code) | | get the source of this resource
source |
getTstamp | public Long getTstamp()(Code) | | get the time stamp of this resource
tstamp |
getWelcomePage | public String getWelcomePage()(Code) | | determine if this document welcome page for the help tool
|
setCategory | public void setCategory(Category category)(Code) | | get the category for this resource
Parameters: category - |
setDefaultForTool | public void setDefaultForTool(String defaultForTool)(Code) | | set whether this resource is the default for a tool
Parameters: defaultForTool - |
setDocId | public void setDocId(String docId)(Code) | | set the doc id for the resource
Parameters: docId - |
setLocation | public void setLocation(String source)(Code) | | set the location of this resource
Parameters: location - |
setName | public void setName(String name)(Code) | | set the name of this resource
Parameters: name - |
setScore | public void setScore(float score)(Code) | | set the score for this resource
Parameters: score - |
setSource | public void setSource(String source)(Code) | | set the source of this resource
Parameters: source - |
setTstamp | public void setTstamp(Long tstamp)(Code) | | set the time stamp of this resource
Parameters: tstamp - |
setWelcomePage | public void setWelcomePage(String welcomePage)(Code) | | set whether this resource is the welcome page for the tool
Parameters: defaultForTool - |
|
|
|