Package org.dajlab.bricksetapi.v3.vo
Class Theme
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Theme
-
public class Theme extends Object
-
-
Constructor Summary
Constructors Constructor Description Theme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetSetCount()IntegergetSubthemeCount()StringgetTheme()IntegergetYearFrom()IntegergetYearTo()voidsetSetCount(Integer setCount)voidsetSubthemeCount(Integer subthemeCount)voidsetTheme(String theme)voidsetYearFrom(Integer yearFrom)voidsetYearTo(Integer yearTo)
-
-
-
Method Detail
-
getTheme
public final String getTheme()
- Returns:
- the theme
-
setTheme
public final void setTheme(String theme)
- Parameters:
theme- the theme to set
-
getSetCount
public final Integer getSetCount()
- Returns:
- the setCount
-
setSetCount
public final void setSetCount(Integer setCount)
- Parameters:
setCount- the setCount to set
-
getSubthemeCount
public final Integer getSubthemeCount()
- Returns:
- the subthemeCount
-
setSubthemeCount
public final void setSubthemeCount(Integer subthemeCount)
- Parameters:
subthemeCount- the subthemeCount to set
-
getYearFrom
public final Integer getYearFrom()
- Returns:
- the yearFrom
-
setYearFrom
public final void setYearFrom(Integer yearFrom)
- Parameters:
yearFrom- the yearFrom to set
-
getYearTo
public final Integer getYearTo()
- Returns:
- the yearTo
-
setYearTo
public final void setYearTo(Integer yearTo)
- Parameters:
yearTo- the yearTo to set
-
-