KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > Alert


1 // ----------------------------------------------------------------------------
2
// Instance/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
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 // ----------------------------------------------------------------------------
21
// Instance/IntfAttributeGet1_1
22
// ----------------------------------------------------------------------------
23
/**
24    * Retrieves the value for the attribute <code>alertState</code>.
25    * @return The non-null value for attribute <code>alertState</code>.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public short getAlertState(
29   );
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfAttributeSet1_1
33
// ----------------------------------------------------------------------------
34
/**
35    * Sets a new value for the attribute <code>alertState</code>.
36    * @param newValue The non-null new value for attribute <code>alertState</code>.
37    * @exception JmiException If the value cannot be set for some reason.
38    */

39   public void setAlertState(
40     short newValue
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfAttributeGet0_1
45
// ----------------------------------------------------------------------------
46
/**
47    * @return The possibly null value for attribute <code>description</code>.
48    * @exception JmiException If the value cannot be retrieved for some reason.
49    */

50   public String JavaDoc getDescription(
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfAttributeSet0_1
55
// ----------------------------------------------------------------------------
56

57
58   /**
59    * Sets a new value for the attribute <code>description</code>.
60    * @param newValue The possibly null new value for attribute <code>description</code>.
61    * @exception JmiException If the value cannot be set for some reason.
62    */

63   public void setDescription(
64     String JavaDoc newValue
65   );
66
67 // ----------------------------------------------------------------------------
68
// Instance/IntfAttributeGet1_1
69
// ----------------------------------------------------------------------------
70
/**
71    * Retrieves the value for the attribute <code>importance</code>.
72    * @return The non-null value for attribute <code>importance</code>.
73    * @exception JmiException If the value cannot be retrieved for some reason.
74    */

75   public short getImportance(
76   );
77
78 // ----------------------------------------------------------------------------
79
// Instance/IntfAttributeSet1_1
80
// ----------------------------------------------------------------------------
81
/**
82    * Sets a new value for the attribute <code>importance</code>.
83    * @param newValue The non-null new value for attribute <code>importance</code>.
84    * @exception JmiException If the value cannot be set for some reason.
85    */

86   public void setImportance(
87     short newValue
88   );
89
90 // ----------------------------------------------------------------------------
91
// Instance/IntfOperation
92
// ----------------------------------------------------------------------------
93

94   public org.openmdx.base.cci.Void markAsAccepted(
95       org.openmdx.base.cci.Void params
96   ) throws javax.jmi.reflect.RefException ;
97
98   /**
99    */

100   public org.openmdx.base.cci.Void markAsAccepted(
101   ) throws javax.jmi.reflect.RefException ;
102
103 // ----------------------------------------------------------------------------
104
// Instance/IntfOperation
105
// ----------------------------------------------------------------------------
106

107   public org.openmdx.base.cci.Void markAsRead(
108       org.openmdx.base.cci.Void params
109   ) throws javax.jmi.reflect.RefException ;
110
111   /**
112    */

113   public org.openmdx.base.cci.Void markAsRead(
114   ) throws javax.jmi.reflect.RefException ;
115
116 // ----------------------------------------------------------------------------
117
// Instance/IntfAttributeGet1_1
118
// ----------------------------------------------------------------------------
119
/**
120    * Retrieves the value for the attribute <code>name</code>.
121    * @return The non-null value for attribute <code>name</code>.
122    * @exception JmiException If the value cannot be retrieved for some reason.
123    */

124   public String JavaDoc getName(
125   );
126
127 // ----------------------------------------------------------------------------
128
// Instance/IntfAttributeSet1_1
129
// ----------------------------------------------------------------------------
130
/**
131    * Sets a new value for the attribute <code>name</code>.
132    * @param newValue The non-null new value for attribute <code>name</code>.
133    * @exception JmiException If the value cannot be set for some reason.
134    */

135   public void setName(
136     String JavaDoc newValue
137   );
138
139 // ----------------------------------------------------------------------------
140
// Instance/IntfReferenceGet0_1NoQualifier
141
// ----------------------------------------------------------------------------
142
/**
143    * Retrieves the value for the optional reference <code>reference</code>.
144    * @return The possibly null value for this reference.
145    * @exception JmiException If the value cannot be retrieved for some reason.
146    */

147   public org.openmdx.base.cci.BasicObject getReference(
148   );
149
150 // ----------------------------------------------------------------------------
151
// Instance/IntfReferenceSetNoQualifier
152
// ----------------------------------------------------------------------------
153
/**
154    * Sets a new value for the reference <code>reference</code>.
155    * @param newValue The non-null new value for this reference.
156    * @exception JmiException If the value cannot be set for some reason.
157    */

158   public void setReference(
159     org.openmdx.base.cci.BasicObject newValue
160   );
161
162 // ----------------------------------------------------------------------------
163
// Instance/IntfReferenceRemoveOptional
164
// ----------------------------------------------------------------------------
165
/**
166    * Removes the value for the optional reference <code>reference</code>.
167    * @exception JmiException If the value cannot be removed for some reason.
168    */

169   public void removeReference (
170   );
171
172 // ----------------------------------------------------------------------------
173
// Instance/IntfEnd.vm
174
// ----------------------------------------------------------------------------
175
}
176
Popular Tags