public class Step extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<String> |
bodies |
protected ArrayList<Image> |
images |
protected String |
showTitle |
protected String |
template |
protected String |
title |
protected String |
verticalAlignment |
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getBodies() |
ArrayList<Image> |
getImages() |
String |
getShowTitle() |
String |
getTemplate() |
String |
getTitle() |
String |
getVerticalAlignment() |
void |
setBodies(ArrayList<String> bodies) |
void |
setImages(ArrayList<Image> images) |
void |
setShowTitle(String showTitle) |
void |
setTemplate(String template) |
void |
setTitle(String title) |
void |
setVerticalAlignment(String verticalAlignment) |
String |
toString() |
protected String template
protected String showTitle
protected String verticalAlignment
protected String title
public String getTemplate()
public void setTemplate(String template)
type
- the template to setpublic String getShowTitle()
public void setShowTitle(String showTitle)
showTitle
- the showTitle to setpublic String getVerticalAlignment()
public void setVerticalAlignment(String verticalAlignment)
verticalAlignment
- the verticalAlignment to setpublic String getTitle()
public void setTitle(String title)
title
- the title to setCopyright © 2015. All Rights Reserved.