Package org.dajlab.bricksetapi.v3.vo
Class Year
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Year
-
public class Year extends Object
-
-
Constructor Summary
Constructors Constructor Description Year()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetSetCount()StringgetTheme()StringgetYear()voidsetSetCount(Integer setCount)voidsetTheme(String theme)voidsetYear(String year)
-
-
-
Method Detail
-
getTheme
public final String getTheme()
- Returns:
- the theme
-
setTheme
public final void setTheme(String theme)
- Parameters:
theme- the theme to set
-
getYear
public final String getYear()
- Returns:
- the year
-
setYear
public final void setYear(String year)
- Parameters:
year- the year to set
-
getSetCount
public final Integer getSetCount()
- Returns:
- the setCount
-
setSetCount
public final void setSetCount(Integer setCount)
- Parameters:
setCount- the setCount to set
-
-