Interface SiteTypeQuestions
-
public interface SiteTypeQuestions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddQuestion(SiteSetupQuestion question)add the SiteSetupQuestion objectStringgetId()get the idStringgetInstruction()get the instruction for taking the questionsList<SiteSetupQuestion>getQuestions()get the list of SiteSetupQuestion objectsStringgetSiteType()get the site typeStringgetSiteTypeId()get the site type idStringgetUrl()get the URLStringgetUrlLabel()get the URL labelStringgetUrlTarget()get the URL targetvoidsetId(String id)set the idvoidsetInstruction(String instruction)set the instruction for taking the questionsvoidsetQuestions(List<SiteSetupQuestion> questions)set the list of SiteSetupQuestion objectsvoidsetSiteType(String siteType)set the site typevoidsetSiteTypeId(String siteTypeId)set the site type idvoidsetUrl(String url)set the URLvoidsetUrlLabel(String urlLabel)set the URLvoidsetUrlTarget(String urlTarget)set the URL target
-
-
-
Method Detail
-
getId
String getId()
get the id- Returns:
-
setId
void setId(String id)
set the id- Parameters:
id-
-
getSiteTypeId
String getSiteTypeId()
get the site type id- Returns:
-
setSiteTypeId
void setSiteTypeId(String siteTypeId)
set the site type id- Parameters:
siteTypeId-
-
getSiteType
String getSiteType()
get the site type- Returns:
-
setSiteType
void setSiteType(String siteType)
set the site type- Parameters:
siteType-
-
getQuestions
List<SiteSetupQuestion> getQuestions()
get the list of SiteSetupQuestion objects- Returns:
-
addQuestion
void addQuestion(SiteSetupQuestion question)
add the SiteSetupQuestion object
-
setQuestions
void setQuestions(List<SiteSetupQuestion> questions)
set the list of SiteSetupQuestion objects- Parameters:
qList-
-
getInstruction
String getInstruction()
get the instruction for taking the questions- Returns:
-
setInstruction
void setInstruction(String instruction)
set the instruction for taking the questions- Parameters:
instruction-
-
getUrl
String getUrl()
get the URL- Returns:
-
setUrl
void setUrl(String url)
set the URL- Parameters:
url-
-
getUrlTarget
String getUrlTarget()
get the URL target- Returns:
-
setUrlTarget
void setUrlTarget(String urlTarget)
set the URL target- Parameters:
url-
-
getUrlLabel
String getUrlLabel()
get the URL label- Returns:
-
setUrlLabel
void setUrlLabel(String urlLabel)
set the URL- Parameters:
url-
-
-