Package org.dajlab.bricksetapi.v3.vo
Class Subtheme
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Subtheme
-
public class Subtheme extends Object
-
-
Constructor Summary
Constructors Constructor Description Subtheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetSetCount()StringgetSubtheme()StringgetTheme()IntegergetYearFrom()IntegergetYearTo()voidsetSetCount(Integer setCount)voidsetSubtheme(String subtheme)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
-
getSubtheme
public final String getSubtheme()
- Returns:
- the subtheme
-
setSubtheme
public final void setSubtheme(String subtheme)
- Parameters:
subtheme- the subtheme to set
-
getSetCount
public final Integer getSetCount()
- Returns:
- the setCount
-
setSetCount
public final void setSetCount(Integer setCount)
- Parameters:
setCount- the setCount 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
-
-