1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ActivityType 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 26 public short getActivityClass( 27 ); 28 29 37 public void setActivityClass( 38 short newValue 39 ); 40 41 49 public org.opencrx.kernel.activity1.cci.ActivityProcess getControlledBy( 50 ); 51 52 60 public void setControlledBy( 61 org.opencrx.kernel.activity1.cci.ActivityProcess newValue 62 ); 63 64 71 public void removeControlledBy ( 72 ); 73 74 81 public String getDescription( 82 ); 83 84 88 89 94 public void setDescription( 95 String newValue 96 ); 97 98 106 public String getName( 107 ); 108 109 117 public void setName( 118 String newValue 119 ); 120 121 129 public org.opencrx.kernel.depot1.cci.BookingText getWorkBt( 130 ); 131 132 140 public void setWorkBt( 141 org.opencrx.kernel.depot1.cci.BookingText newValue 142 ); 143 144 151 public void removeWorkBt ( 152 ); 153 154 } 158 | Popular Tags |