public interface Resource
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultForTool()
determine if this document is the default for a tool
|
String |
getDocId()
get the doc id for the resource
|
String |
getFormattedScore()
get the formatted score for this resource
|
String |
getLocation()
get the location of this resource
|
String |
getName()
get the name of this resource
|
float |
getScore()
get the score for this resource
|
String |
getSource()
get the source of this resource
|
Long |
getTstamp()
get the time stamp of this resource
|
String |
getWelcomePage()
determine if this document welcome page for the help tool
|
void |
setCategory(Category category)
get the category for this resource
|
void |
setDefaultForTool(String defaultForTool)
set whether this resource is the default for a tool
|
void |
setDocId(String docId)
set the doc id for the resource
|
void |
setLocation(String source)
set the location of this resource
|
void |
setName(String name)
set the name of this resource
|
void |
setScore(float score)
set the score for this resource
|
void |
setSource(String source)
set the source of this resource
|
void |
setTstamp(Long tstamp)
set the time stamp of this resource
|
void |
setWelcomePage(String welcomePage)
set whether this resource is the welcome page for the tool
|
String getDocId()
void setDocId(String docId)
docId - String getLocation()
void setLocation(String source)
location - String getSource()
void setSource(String source)
source - Long getTstamp()
void setTstamp(Long tstamp)
tstamp - String getName()
void setName(String name)
name - float getScore()
void setScore(float score)
score - String getFormattedScore()
void setCategory(Category category)
category - String getDefaultForTool()
void setDefaultForTool(String defaultForTool)
defaultForTool - String getWelcomePage()
void setWelcomePage(String welcomePage)
defaultForTool - Copyright © 2003–2022 Sakai Project. All rights reserved.