KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > WorkReportEntry


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:39:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface WorkReportEntry
16   extends
17  org.opencrx.kernel.base.cci.SecureObject,
18  org.openmdx.base.cci.BasicObject {
19 // ----------------------------------------------------------------------------
20
// Instance/IntfReferenceGet0_1NoQualifier
21
// ----------------------------------------------------------------------------
22
/**
23    * Retrieves the value for the optional reference <code>activity</code>.
24    * @return The possibly null value for this reference.
25    * @exception JmiException If the value cannot be retrieved for some reason.
26    */

27   public org.opencrx.kernel.activity1.cci.Activity getActivity(
28   );
29
30 // ----------------------------------------------------------------------------
31
// Instance/IntfAttributeGet1_1
32
// ----------------------------------------------------------------------------
33
/**
34    * Retrieves the value for the attribute <code>activityNumber</code>.
35    * @return The non-null value for attribute <code>activityNumber</code>.
36    * @exception JmiException If the value cannot be retrieved for some reason.
37    */

38   public String JavaDoc getActivityNumber(
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfReferenceGet0_1NoQualifier
43
// ----------------------------------------------------------------------------
44
/**
45    * Retrieves the value for the optional reference <code>assignment</code>.
46    * @return The possibly null value for this reference.
47    * @exception JmiException If the value cannot be retrieved for some reason.
48    */

49   public org.opencrx.kernel.activity1.cci.ResourceAssignment getAssignment(
50   );
51
52 // ----------------------------------------------------------------------------
53
// Instance/IntfAttributeGet0_1
54
// ----------------------------------------------------------------------------
55
/**
56    * @return The possibly null value for attribute <code>billableAmount</code>.
57    * @exception JmiException If the value cannot be retrieved for some reason.
58    */

59   public java.math.BigDecimal JavaDoc getBillableAmount(
60   );
61
62 // ----------------------------------------------------------------------------
63
// Instance/IntfAttributeGet1_1
64
// ----------------------------------------------------------------------------
65
/**
66    * Retrieves the value for the attribute <code>billingCurrency</code>.
67    * @return The non-null value for attribute <code>billingCurrency</code>.
68    * @exception JmiException If the value cannot be retrieved for some reason.
69    */

70   public short getBillingCurrency(
71   );
72
73 // ----------------------------------------------------------------------------
74
// Instance/IntfAttributeGet0_1
75
// ----------------------------------------------------------------------------
76
/**
77    * @return The possibly null value for attribute <code>description</code>.
78    * @exception JmiException If the value cannot be retrieved for some reason.
79    */

80   public String JavaDoc getDescription(
81   );
82
83 // ----------------------------------------------------------------------------
84
// Instance/IntfAttributeGet0_1
85
// ----------------------------------------------------------------------------
86
/**
87    * @return The possibly null value for attribute <code>durationDecimal</code>.
88    * @exception JmiException If the value cannot be retrieved for some reason.
89    */

90   public java.math.BigDecimal JavaDoc getDurationDecimal(
91   );
92
93 // ----------------------------------------------------------------------------
94
// Instance/IntfAttributeGet0_1
95
// ----------------------------------------------------------------------------
96
/**
97    * @return The possibly null value for attribute <code>durationHhMm</code>.
98    * @exception JmiException If the value cannot be retrieved for some reason.
99    */

100   public String JavaDoc getDurationHhMm(
101   );
102
103 // ----------------------------------------------------------------------------
104
// Instance/IntfAttributeGet1_1
105
// ----------------------------------------------------------------------------
106
/**
107    * Retrieves the value for the attribute <code>durationHours</code>.
108    * @return The non-null value for attribute <code>durationHours</code>.
109    * @exception JmiException If the value cannot be retrieved for some reason.
110    */

111   public short getDurationHours(
112   );
113
114 // ----------------------------------------------------------------------------
115
// Instance/IntfAttributeGet1_1
116
// ----------------------------------------------------------------------------
117
/**
118    * Retrieves the value for the attribute <code>durationMinutes</code>.
119    * @return The non-null value for attribute <code>durationMinutes</code>.
120    * @exception JmiException If the value cannot be retrieved for some reason.
121    */

122   public short getDurationMinutes(
123   );
124
125 // ----------------------------------------------------------------------------
126
// Instance/IntfAttributeGet1_1
127
// ----------------------------------------------------------------------------
128
/**
129    * Retrieves the value for the attribute <code>endedAt</code>.
130    * @return The non-null value for attribute <code>endedAt</code>.
131    * @exception JmiException If the value cannot be retrieved for some reason.
132    */

133   public java.util.Date JavaDoc getEndedAt(
134   );
135
136 // ----------------------------------------------------------------------------
137
// Instance/IntfAttributeGet1_1
138
// ----------------------------------------------------------------------------
139
/**
140    * Retrieves the value for the attribute <code>name</code>.
141    * @return The non-null value for attribute <code>name</code>.
142    * @exception JmiException If the value cannot be retrieved for some reason.
143    */

144   public String JavaDoc getName(
145   );
146
147 // ----------------------------------------------------------------------------
148
// Instance/IntfAttributeGet0_1
149
// ----------------------------------------------------------------------------
150
/**
151    * @return The possibly null value for attribute <code>pauseDurationDecimal</code>.
152    * @exception JmiException If the value cannot be retrieved for some reason.
153    */

154   public java.math.BigDecimal JavaDoc getPauseDurationDecimal(
155   );
156
157 // ----------------------------------------------------------------------------
158
// Instance/IntfAttributeGet0_1
159
// ----------------------------------------------------------------------------
160
/**
161    * @return The possibly null value for attribute <code>pauseDurationHhMm</code>.
162    * @exception JmiException If the value cannot be retrieved for some reason.
163    */

164   public String JavaDoc getPauseDurationHhMm(
165   );
166
167 // ----------------------------------------------------------------------------
168
// Instance/IntfAttributeGet0_1
169
// ----------------------------------------------------------------------------
170
/**
171    * @return The possibly null value for attribute <code>pauseDurationHours</code>.
172    * @exception JmiException If the value cannot be retrieved for some reason.
173    */

174   public Short JavaDoc getPauseDurationHours(
175   );
176
177 // ----------------------------------------------------------------------------
178
// Instance/IntfAttributeGet0_1
179
// ----------------------------------------------------------------------------
180
/**
181    * @return The possibly null value for attribute <code>pauseDurationMinutes</code>.
182    * @exception JmiException If the value cannot be retrieved for some reason.
183    */

184   public Short JavaDoc getPauseDurationMinutes(
185   );
186
187 // ----------------------------------------------------------------------------
188
// Instance/IntfReferenceGet0_1NoQualifier
189
// ----------------------------------------------------------------------------
190
/**
191    * Retrieves the value for the optional reference <code>resource</code>.
192    * @return The possibly null value for this reference.
193    * @exception JmiException If the value cannot be retrieved for some reason.
194    */

195   public org.opencrx.kernel.activity1.cci.Resource getResource(
196   );
197
198 // ----------------------------------------------------------------------------
199
// Instance/IntfReferenceSetNoQualifier
200
// ----------------------------------------------------------------------------
201
/**
202    * Sets a new value for the reference <code>resource</code>.
203    * @param newValue The non-null new value for this reference.
204    * @exception JmiException If the value cannot be set for some reason.
205    */

206   public void setResource(
207     org.opencrx.kernel.activity1.cci.Resource newValue
208   );
209
210 // ----------------------------------------------------------------------------
211
// Instance/IntfReferenceRemoveOptional
212
// ----------------------------------------------------------------------------
213
/**
214    * Removes the value for the optional reference <code>resource</code>.
215    * @exception JmiException If the value cannot be removed for some reason.
216    */

217   public void removeResource (
218   );
219
220 // ----------------------------------------------------------------------------
221
// Instance/IntfAttributeGet1_1
222
// ----------------------------------------------------------------------------
223
/**
224    * Retrieves the value for the attribute <code>startedAt</code>.
225    * @return The non-null value for attribute <code>startedAt</code>.
226    * @exception JmiException If the value cannot be retrieved for some reason.
227    */

228   public java.util.Date JavaDoc getStartedAt(
229   );
230
231 // ----------------------------------------------------------------------------
232
// Instance/IntfReferenceGet0_1NoQualifier
233
// ----------------------------------------------------------------------------
234
/**
235    * Retrieves the value for the optional reference <code>workRecord</code>.
236    * @return The possibly null value for this reference.
237    * @exception JmiException If the value cannot be retrieved for some reason.
238    */

239   public org.opencrx.kernel.activity1.cci.ActivityWorkRecord getWorkRecord(
240   );
241
242 // ----------------------------------------------------------------------------
243
// Instance/IntfEnd.vm
244
// ----------------------------------------------------------------------------
245
}
246
Popular Tags