org.opencrx.kernel.activity1.cci2
Interface WorkingDay

All Known Subinterfaces:
CalendarDay, CalendarDay, WeekDay, WeekDay, WorkingDay
All Known Implementing Classes:
CalendarDay, WeekDay

public interface WorkingDay

Abstract class WorkingDay


Method Summary
 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.
 

Method Detail

isWorkingDay

Boolean isWorkingDay()
Retrieves the possibly null value for the optional attribute isWorkingDay.

Returns:
The possibly null value for attribute isWorkingDay.

setWorkingDay

void setWorkingDay(Boolean isWorkingDay)
Sets a new value for the attribute isWorkingDay.

Parameters:
isWorkingDay - The possibly null new value for attribute isWorkingDay.

getWorkDurationHours

Short getWorkDurationHours()
Retrieves the possibly null value for the optional attribute workDurationHours.

Returns:
The possibly null value for attribute workDurationHours.

setWorkDurationHours

void setWorkDurationHours(Short workDurationHours)
Sets a new value for the attribute workDurationHours.

Parameters:
workDurationHours - The possibly null new value for attribute workDurationHours.

getWorkDurationMinutes

Short getWorkDurationMinutes()
Retrieves the possibly null value for the optional attribute workDurationMinutes.

Returns:
The possibly null value for attribute workDurationMinutes.

setWorkDurationMinutes

void setWorkDurationMinutes(Short workDurationMinutes)
Sets a new value for the attribute workDurationMinutes.

Parameters:
workDurationMinutes - The possibly null new value for attribute workDurationMinutes.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.