1 package org.opencrx.kernel.activity1.cci; 14 15 public interface Calendar 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 26 public org.opencrx.kernel.activity1.cci.Calendar getBaseCalendar( 27 ); 28 29 37 public void setBaseCalendar( 38 org.opencrx.kernel.activity1.cci.Calendar newValue 39 ); 40 41 48 public void removeBaseCalendar ( 49 ); 50 51 61 public org.opencrx.kernel.activity1.cci.CalendarDay getCalendarDay( 62 String id 63 ); 64 65 74 public java.util.Collection getCalendarDay( 75 ); 76 77 84 public java.util.List getCalendarDay( 85 org.opencrx.kernel.activity1.cci.CalendarDayFilter filter 86 ); 87 88 96 public void addCalendarDay ( 97 String id, 98 org.opencrx.kernel.activity1.cci.CalendarDay newValue 99 ); 100 101 108 public void addCalendarDay ( 109 org.opencrx.kernel.activity1.cci.CalendarDay newValue 110 ); 111 112 118 public void removeCalendarDay ( 119 String id 120 ); 121 128 public String getDescription( 129 ); 130 131 135 136 141 public void setDescription( 142 String newValue 143 ); 144 145 153 public String getName( 154 ); 155 156 164 public void setName( 165 String newValue 166 ); 167 168 178 public org.opencrx.kernel.activity1.cci.WeekDay getWeekDay( 179 String id 180 ); 181 182 191 public java.util.Collection getWeekDay( 192 ); 193 194 201 public java.util.List getWeekDay( 202 org.opencrx.kernel.activity1.cci.WeekDayFilter filter 203 ); 204 205 213 public void addWeekDay ( 214 String id, 215 org.opencrx.kernel.activity1.cci.WeekDay newValue 216 ); 217 218 225 public void addWeekDay ( 226 org.opencrx.kernel.activity1.cci.WeekDay newValue 227 ); 228 229 235 public void removeWeekDay ( 236 String id 237 ); 238 } 242 | Popular Tags |