Package io.goobi.viewer.model.calendar
Class CalendarItemDay
java.lang.Object
io.goobi.viewer.model.calendar.AbstractCalendarItem
io.goobi.viewer.model.calendar.CalendarItemDay
- All Implemented Interfaces:
ICalendarItem
,Serializable
,Comparable<ICalendarItem>
CalendarItemDay class.
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.calendar.AbstractCalendarItem
hits, name, selected, value
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarItemDay
(String name, int value, int hits) Constructor for CalendarItemDay. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddayOfWeek
.getQuery()
Getter for the fieldquery
.void
setDayOfWeek
(String dayOfWeek) Setter for the fielddayOfWeek
.void
Setter for the fieldquery
.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
-
CalendarItemDay
Constructor for CalendarItemDay.
- Parameters:
name
- aString
object.value
- a int.hits
- a int.
-
-
Method Details