org.opencrx.kernel.activity1.cci2
Interface WeekDay

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable, WorkingDay
All Known Subinterfaces:
WeekDay
All Known Implementing Classes:
WeekDay

public interface WeekDay
extends WorkingDay, SecureObject, org.openmdx.base.cci2.BasicObject

Class WeekDay


Nested Class Summary
static interface WeekDay.Identity
          Object Identity
 
Method Summary
 short getDayOfWeek()
          Retrieves the value for the attribute dayOfWeek.
 void setCalendar(Calendar calendar)
          Sets a new value for the reference calendar.
 void setCalendar(Calendar calendar, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:activity1:CalendarContainsWeekDay.
 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, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

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.

setCalendar

void setCalendar(Calendar calendar)
Sets a new value for the reference calendar.

Parameters:
calendar - The non-null new value for this reference.

setCalendar

void setCalendar(Calendar calendar,
                 boolean idIsPersistent,
                 String id)
Set the object's composite association org:opencrx:kernel:activity1:CalendarContainsWeekDay.

Parameters:
calendar - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.


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