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
ConstructorsConstructorDescriptionCalendarItemYear(String name, int value, int hits) Constructor for CalendarItemYear. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldmonthsOfYear.voidsetMonthsOfYear(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, setSelectedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.goobi.viewer.model.calendar.ICalendarItem
compareTo
-
Constructor Details
-
CalendarItemYear
Constructor for CalendarItemYear.
- Parameters:
name- aStringobject.value- a int.hits- a int.
-
-
Method Details