public class Year extends Object
| Constructor and Description |
|---|
Year() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSetCount() |
String |
getTheme() |
String |
getYear() |
void |
setSetCount(Integer setCount) |
void |
setTheme(String theme) |
void |
setYear(String year) |
public final String getTheme()
public final void setTheme(String theme)
theme - the theme to setpublic final String getYear()
public final void setYear(String year)
year - the year to setpublic final Integer getSetCount()
public final void setSetCount(Integer setCount)
setCount - the setCount to setCopyright © 2022. All rights reserved.