public class GuidedTour extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
guide |
protected String |
height |
protected String |
language |
protected URL |
source |
protected ArrayList<Step> |
steps |
protected String |
themeColor |
protected String |
title |
protected String |
useMask |
protected String |
width |
Constructor and Description |
---|
GuidedTour() |
Modifier and Type | Method and Description |
---|---|
String |
getGuide() |
String |
getHeight() |
String |
getLanguage() |
URL |
getSource() |
ArrayList<Step> |
getSteps() |
String |
getThemeColor() |
String |
getTitle() |
String |
getUseMask() |
String |
getWidth() |
void |
setGuide(String guide) |
void |
setHeight(String height) |
void |
setLanguage(String language) |
void |
setSource(URL source) |
void |
setSteps(ArrayList<Step> steps) |
void |
setThemeColor(String themeColor) |
void |
setTitle(String title) |
void |
setUseMask(String useMask) |
void |
setWidth(String width) |
String |
toString() |
protected String title
protected String guide
protected String themeColor
protected String width
protected String height
protected String useMask
protected URL source
protected String language
public String getTitle()
public void setTitle(String title)
title
- the title to setpublic String getGuide()
public void setGuide(String guide)
guide
- the guide to setpublic String getThemeColor()
public void setThemeColor(String themeColor)
themeColor
- the themeColor to setpublic String getWidth()
public void setWidth(String width)
width
- the width to setpublic String getHeight()
public void setHeight(String height)
height
- the height to setpublic String getUseMask()
public void setUseMask(String useMask)
useMask
- the useMask to setpublic URL getSource()
public void setSource(URL source)
source
- the source to setpublic String getLanguage()
public void setLanguage(String language)
language
- the language to setCopyright © 2016. All Rights Reserved.