1 package org.opencrx.kernel.home1.cci; 14 15 public interface Alert 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.opencrx.kernel.base.cci.WorkflowTarget, 19 org.openmdx.base.cci.BasicObject { 20 28 public short getAlertState( 29 ); 30 31 39 public void setAlertState( 40 short newValue 41 ); 42 43 50 public String getDescription( 51 ); 52 53 57 58 63 public void setDescription( 64 String newValue 65 ); 66 67 75 public short getImportance( 76 ); 77 78 86 public void setImportance( 87 short newValue 88 ); 89 90 94 public org.openmdx.base.cci.Void markAsAccepted( 95 org.openmdx.base.cci.Void params 96 ) throws javax.jmi.reflect.RefException ; 97 98 100 public org.openmdx.base.cci.Void markAsAccepted( 101 ) throws javax.jmi.reflect.RefException ; 102 103 107 public org.openmdx.base.cci.Void markAsRead( 108 org.openmdx.base.cci.Void params 109 ) throws javax.jmi.reflect.RefException ; 110 111 113 public org.openmdx.base.cci.Void markAsRead( 114 ) throws javax.jmi.reflect.RefException ; 115 116 124 public String getName( 125 ); 126 127 135 public void setName( 136 String newValue 137 ); 138 139 147 public org.openmdx.base.cci.BasicObject getReference( 148 ); 149 150 158 public void setReference( 159 org.openmdx.base.cci.BasicObject newValue 160 ); 161 162 169 public void removeReference ( 170 ); 171 172 } 176 | Popular Tags |