Package io.goobi.viewer.model.calendar
Class CalendarItemMonth
java.lang.Object
io.goobi.viewer.model.calendar.AbstractCalendarItem
io.goobi.viewer.model.calendar.CalendarItemMonth
- All Implemented Interfaces:
- ICalendarItem,- Serializable,- Comparable<ICalendarItem>
CalendarItemMonth class.
- See Also:
- 
Field SummaryFields inherited from class io.goobi.viewer.model.calendar.AbstractCalendarItemhits, name, selected, value
- 
Constructor SummaryConstructorsConstructorDescriptionCalendarItemMonth(String name, int value, int hits) Constructor for CalendarItemMonth.
- 
Method SummaryModifier and TypeMethodDescriptionGetter for the fielddaysOfMonth.Getter for the fieldweeksOfMonth.voidsetDaysOfMonth(List<CalendarItemDay> daysOfMonth) Setter for the fielddaysOfMonth.voidsetWeeksOfMonth(List<CalendarItemWeek> weeksOfMonth) Setter for the fieldweeksOfMonth.toString()Methods inherited from class io.goobi.viewer.model.calendar.AbstractCalendarItemaddHits, getFormattedValue, getHits, getName, getValue, isEmpty, isSelected, setHits, setSelectedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.goobi.viewer.model.calendar.ICalendarItemcompareTo
- 
Constructor Details- 
CalendarItemMonthConstructor for CalendarItemMonth. - Parameters:
- name- a- Stringobject.
- value- a int.
- hits- a int.
 
 
- 
- 
Method Details- 
getDaysOfMonthGetter for the field daysOfMonth.- Returns:
- a Listobject.
 
- 
setDaysOfMonthSetter for the field daysOfMonth.- Parameters:
- daysOfMonth- a- Listobject.
 
- 
getWeeksOfMonthGetter for the field weeksOfMonth.- Returns:
- a Listobject.
 
- 
setWeeksOfMonthSetter for the field weeksOfMonth.- Parameters:
- weeksOfMonth- a- Listobject.
 
- 
toString
 
-