org.opencrx.kernel.activity1.cci2
Interface CalendarDay

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:
CalendarDay
All Known Implementing Classes:
CalendarDay

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

Class CalendarDay


Nested Class Summary
static interface CalendarDay.Identity
          Object Identity
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDateOfDay()
          Retrieves the value for the attribute dateOfDay.
 String getName()
           
 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:CalendarContainsCalendarDay.
 void setDateOfDay(javax.xml.datatype.XMLGregorianCalendar dateOfDay)
          Sets a new value for the attribute dateOfDay.
 void setName(String name)
          Sets a new value for the attribute name.
 
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

getDateOfDay

javax.xml.datatype.XMLGregorianCalendar getDateOfDay()
Retrieves the value for the attribute dateOfDay.

Returns:
The non-null value for attribute dateOfDay.

setDateOfDay

void setDateOfDay(javax.xml.datatype.XMLGregorianCalendar dateOfDay)
Sets a new value for the attribute dateOfDay.

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

getName

String getName()
Returns:
The possibly null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

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

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:CalendarContainsCalendarDay.

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.