1 package org.opencrx.kernel.activity1.cci; 14 15 public interface Incident 16 extends 17 org.opencrx.kernel.activity1.cci.Activity, 18 org.opencrx.kernel.generic.cci.CrxObject { 19 27 public short getCaseOrigin( 28 ); 29 30 38 public void setCaseOrigin( 39 short newValue 40 ); 41 42 50 public short getCaseType( 51 ); 52 53 61 public void setCaseType( 62 short newValue 63 ); 64 65 73 public short getCustomerSatisfaction( 74 ); 75 76 84 public void setCustomerSatisfaction( 85 short newValue 86 ); 87 88 98 public org.opencrx.kernel.activity1.cci.IncidentParty getIncidentParty( 99 String id 100 ); 101 102 111 public java.util.Collection getIncidentParty( 112 ); 113 114 121 public java.util.List getIncidentParty( 122 org.opencrx.kernel.activity1.cci.IncidentPartyFilter filter 123 ); 124 125 133 public void addIncidentParty ( 134 String id, 135 org.opencrx.kernel.activity1.cci.IncidentParty newValue 136 ); 137 138 145 public void addIncidentParty ( 146 org.opencrx.kernel.activity1.cci.IncidentParty newValue 147 ); 148 149 155 public void removeIncidentParty ( 156 String id 157 ); 158 166 public short getReproducibility( 167 ); 168 169 177 public void setReproducibility( 178 short newValue 179 ); 180 181 189 public short getSeverity( 190 ); 191 192 200 public void setSeverity( 201 short newValue 202 ); 203 204 } 208 | Popular Tags |