Interface NonWorkingDayAO
Holds a single non working day in iso 8601 format (yyyy-mm-dd)
All non working days belong to a workingdays table row (which in turn forms a one-to-one with the rapidview table)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIso8601Date
(String iso8601Dated) void
setWorkingDays
(WorkingDaysAO workingDays) Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
-
Method Details
-
getIso8601Date
String getIso8601Date() -
setIso8601Date
-
getWorkingDays
WorkingDaysAO getWorkingDays() -
setWorkingDays
-