1 package org.opencrx.kernel.activity1.cci; 14 15 public class WorkingDayImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements WorkingDay { 18 19 public WorkingDayImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 public Boolean isWorkingDay ( 30 ) { 31 return (Boolean )this.refGetValue("isWorkingDay", 0); 32 } 33 public void setWorkingDay( 37 Boolean newValue 38 ) { 39 refSetValue("org:opencrx:kernel:activity1:WorkingDay:isWorkingDay", 0, newValue); 40 } 41 42 public Short getWorkDurationHours ( 46 ) { 47 return (Short )this.refGetValue("workDurationHours", 0); 48 } 49 public void setWorkDurationHours( 53 Short newValue 54 ) { 55 refSetValue("org:opencrx:kernel:activity1:WorkingDay:workDurationHours", 0, newValue); 56 } 57 58 public Short getWorkDurationMinutes ( 62 ) { 63 return (Short )this.refGetValue("workDurationMinutes", 0); 64 } 65 public void setWorkDurationMinutes( 69 Short newValue 70 ) { 71 refSetValue("org:opencrx:kernel:activity1:WorkingDay:workDurationMinutes", 0, newValue); 72 } 73 74 } 78 | Popular Tags |