Package io.goobi.viewer.model.calendar
Class CalendarItemYear
java.lang.Object
io.goobi.viewer.model.calendar.AbstractCalendarItem
io.goobi.viewer.model.calendar.CalendarItemYear
- All Implemented Interfaces:
ICalendarItem
,Serializable
,Comparable<ICalendarItem>
CalendarItemYear class.
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.calendar.AbstractCalendarItem
hits, name, selected, value
-
Constructor Summary
ConstructorDescriptionCalendarItemYear
(String name, int value, int hits) Constructor for CalendarItemYear. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldmonthsOfYear
.void
setMonthsOfYear
(List<CalendarItemMonth> monthsOfYear) Setter for the fieldmonthsOfYear
.toString()
Methods inherited from class io.goobi.viewer.model.calendar.AbstractCalendarItem
addHits, getFormattedValue, getHits, getName, getValue, isEmpty, isSelected, setHits, setSelected
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.goobi.viewer.model.calendar.ICalendarItem
compareTo
-
Constructor Details
-
CalendarItemYear
Constructor for CalendarItemYear.
- Parameters:
name
- aString
object.value
- a int.hits
- a int.
-
-
Method Details