org.opencrx.kernel.activity1.cci2
Interface WeekDay

All Superinterfaces:
AspectCapable, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject, WorkingDay
All Known Subinterfaces:
WeekDay
All Known Implementing Classes:
WeekDay

public interface WeekDay
extends WorkingDay, SecureObject, BasicObject

Class WeekDay


Nested Class Summary
static interface WeekDay.Identity
          Object Identity
 
Method Summary
 short getDayOfWeek()
          Retrieves the value for the attribute dayOfWeek.
 void setDayOfWeek(short dayOfWeek)
          Sets a new value for the attribute dayOfWeek.
 
Methods inherited from interface org.opencrx.kernel.activity1.cci2.WorkingDay
getWorkDurationHours, getWorkDurationMinutes, isWorkingDay, setWorkDurationHours, setWorkDurationMinutes, setWorkingDay
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getDayOfWeek

short getDayOfWeek()
Retrieves the value for the attribute dayOfWeek.

Returns:
The non-null value for attribute dayOfWeek.

setDayOfWeek

void setDayOfWeek(short dayOfWeek)
Sets a new value for the attribute dayOfWeek.

Parameters:
dayOfWeek - The non-null new value for attribute dayOfWeek.


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