org.opencrx.kernel.activity1.cci2
Interface CalendarDay

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

public interface CalendarDay
extends WorkingDay, SecureObject, BasicObject

Class CalendarDay


Nested Class Summary
static interface CalendarDay.Identity
          Object Identity
 
Method Summary
 XMLGregorianCalendar getDateOfDay()
          Retrieves the value for the attribute dateOfDay.
 String getName()
          Retrieves the possibly null value for the optional attribute name.
 void setDateOfDay(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, 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

getDateOfDay

XMLGregorianCalendar getDateOfDay()
Retrieves the value for the attribute dateOfDay.

Returns:
The non-null value for attribute dateOfDay.

setDateOfDay

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

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

getName

String getName()
Retrieves the possibly null value for the optional attribute name.

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.


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