public interface WorkingDay
WorkingDay| Modifier and Type | Method and Description |
|---|---|
Short |
getWorkDurationHours()
Retrieves the possibly null value for the optional attribute
workDurationHours. |
Short |
getWorkDurationMinutes()
Retrieves the possibly null value for the optional attribute
workDurationMinutes. |
Boolean |
isWorkingDay()
Retrieves the possibly null value for the optional attribute
isWorkingDay. |
void |
setWorkDurationHours(Short workDurationHours)
Sets a new value for the attribute
workDurationHours. |
void |
setWorkDurationMinutes(Short workDurationMinutes)
Sets a new value for the attribute
workDurationMinutes. |
void |
setWorkingDay(Boolean isWorkingDay)
Sets a new value for the attribute
isWorkingDay. |
Boolean isWorkingDay()
isWorkingDay.isWorkingDay.void setWorkingDay(Boolean isWorkingDay)
isWorkingDay.isWorkingDay - The possibly null new value for attribute isWorkingDay.Short getWorkDurationHours()
workDurationHours.workDurationHours.void setWorkDurationHours(Short workDurationHours)
workDurationHours.workDurationHours - The possibly null new value for attribute workDurationHours.Short getWorkDurationMinutes()
workDurationMinutes.workDurationMinutes.void setWorkDurationMinutes(Short workDurationMinutes)
workDurationMinutes.workDurationMinutes - The possibly null new value for attribute workDurationMinutes.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.