1 package org.opencrx.kernel.reservation1.cci; 14 15 public interface Part 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject, 18 org.opencrx.kernel.generic.cci.DescriptionContainer { 19 26 public String getDescription( 27 ); 28 29 33 34 39 public void setDescription( 40 String newValue 41 ); 42 43 51 public String getFilling( 52 ); 53 54 62 public void setFilling( 63 String newValue 64 ); 65 66 74 public String getName( 75 ); 76 77 85 public void setName( 86 String newValue 87 ); 88 89 99 public org.opencrx.kernel.reservation1.cci.Slot getSlot( 100 String id 101 ); 102 103 112 public java.util.Collection getSlot( 113 ); 114 115 122 public java.util.List getSlot( 123 org.opencrx.kernel.reservation1.cci.SlotFilter filter 124 ); 125 126 134 public void addSlot ( 135 String id, 136 org.opencrx.kernel.reservation1.cci.Slot newValue 137 ); 138 139 146 public void addSlot ( 147 org.opencrx.kernel.reservation1.cci.Slot newValue 148 ); 149 150 156 public void removeSlot ( 157 String id 158 ); 159 } 163 | Popular Tags |