public interface SiteTypeQuestions
| Modifier and Type | Method and Description |
|---|---|
void |
addQuestion(SiteSetupQuestion question)
add the SiteSetupQuestion object
|
String |
getId()
get the id
|
String |
getInstruction()
get the instruction for taking the questions
|
List<SiteSetupQuestion> |
getQuestions()
get the list of SiteSetupQuestion objects
|
String |
getSiteType()
get the site type
|
String |
getSiteTypeId()
get the site type id
|
String |
getUrl()
get the URL
|
String |
getUrlLabel()
get the URL label
|
String |
getUrlTarget()
get the URL target
|
void |
setId(String id)
set the id
|
void |
setInstruction(String instruction)
set the instruction for taking the questions
|
void |
setQuestions(List<SiteSetupQuestion> questions)
set the list of SiteSetupQuestion objects
|
void |
setSiteType(String siteType)
set the site type
|
void |
setSiteTypeId(String siteTypeId)
set the site type id
|
void |
setUrl(String url)
set the URL
|
void |
setUrlLabel(String urlLabel)
set the URL
|
void |
setUrlTarget(String urlTarget)
set the URL target
|
String getId()
void setId(String id)
id - String getSiteTypeId()
void setSiteTypeId(String siteTypeId)
siteTypeId - String getSiteType()
void setSiteType(String siteType)
siteType - List<SiteSetupQuestion> getQuestions()
void addQuestion(SiteSetupQuestion question)
void setQuestions(List<SiteSetupQuestion> questions)
qList - String getInstruction()
void setInstruction(String instruction)
instruction - String getUrl()
void setUrl(String url)
url - String getUrlTarget()
void setUrlTarget(String urlTarget)
url - String getUrlLabel()
void setUrlLabel(String urlLabel)
url - Copyright © 2003–2018 The Sakai Foundation. All rights reserved.