@Entity public class LibraryHourSet extends Object
LibraryHourPeriod which defined the period for the hour set.| Constructor and Description |
|---|
LibraryHourSet() |
| Modifier and Type | Method and Description |
|---|---|
List<LibraryHour> |
getHours()
Gets the hours for this
LibraryHourSet. |
Long |
getId()
Gets the id for this
LibraryHourSet. |
long |
getLibraryId()
Gets the libraryId for this
LibraryHourSet. |
LibraryHourPeriod |
getPeriod()
Gets the period for this
LibraryHourSet. |
void |
setHours(List<LibraryHour> hours)
Sets the hours for this
LibraryHourSet. |
void |
setId(Long id)
Sets the id for this
LibraryHourSet. |
void |
setLibraryId(long libraryId)
Sets the libraryId for this
LibraryHourSet. |
void |
setPeriod(LibraryHourPeriod period)
Sets the period for this
LibraryHourSet. |
public LibraryHourSet()
public long getLibraryId()
LibraryHourSet.public void setLibraryId(long libraryId)
LibraryHourSet.libraryId - the libraryId to setpublic LibraryHourPeriod getPeriod()
LibraryHourSet.public void setPeriod(LibraryHourPeriod period)
LibraryHourSet.period - the period to setpublic List<LibraryHour> getHours()
LibraryHourSet.public void setHours(List<LibraryHour> hours)
LibraryHourSet.hours - the hours to setCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.