KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > DepotPosition


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:56 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.depot1.cci;
14
15 public interface DepotPosition
16   extends
17  org.opencrx.kernel.generic.cci.CrxObject {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfReferenceGet0_1WithQualifier
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the reference <code>booking</code> for the
23    * specified qualifier attribute value.
24    * @param id The value for the qualifier attribute that qualifies this reference.
25    * @return The possibly null value for this reference.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public org.opencrx.kernel.depot1.cci.Booking getBooking(
29     String JavaDoc id
30   );
31
32 // ----------------------------------------------------------------------------
33
// Instance/IntfReferenceGet0_nWithFilter
34
// ----------------------------------------------------------------------------
35
/**
36    * Retrieves a collection containing all the elements for the reference
37    * <code>booking</code>.
38    * @return A collection containing all the elements for this reference.
39    * @exception JmiException If the values cannot be retrieved for some reason.
40    */

41   public java.util.Collection JavaDoc getBooking(
42   );
43
44   /**
45    * Retrieves the value for the reference <code>booking</code> for the
46    * specified filter.
47    * @param filter filter which is applied to the set of referenced objects.
48    * @return The filtered collection of referenced objects.
49    * @exception JmiException If the value cannot be retrieved for some reason.
50    */

51   public java.util.List JavaDoc getBooking(
52     org.opencrx.kernel.depot1.cci.BookingFilter filter
53   );
54
55 // ----------------------------------------------------------------------------
56
// Instance/IntfOperation
57
// ----------------------------------------------------------------------------
58

59   public org.opencrx.kernel.depot1.cci.CloseDepotPositionResult closeDepotPosition(
60       org.opencrx.kernel.depot1.cci.CloseDepotPositionParams params
61   ) throws javax.jmi.reflect.RefException ;
62
63   /**
64    */

65   public org.opencrx.kernel.depot1.cci.CloseDepotPositionResult closeDepotPosition(
66       java.util.Date JavaDoc closingDate
67   ) throws javax.jmi.reflect.RefException ;
68
69 // ----------------------------------------------------------------------------
70
// Instance/IntfAttributeGet0_1
71
// ----------------------------------------------------------------------------
72
/**
73    * @return The possibly null value for attribute <code>closingDate</code>.
74    * @exception JmiException If the value cannot be retrieved for some reason.
75    */

76   public java.util.Date JavaDoc getClosingDate(
77   );
78
79 // ----------------------------------------------------------------------------
80
// Instance/IntfAttributeSet0_1
81
// ----------------------------------------------------------------------------
82

83
84   /**
85    * Sets a new value for the attribute <code>closingDate</code>.
86    * @param newValue The possibly null new value for attribute <code>closingDate</code>.
87    * @exception JmiException If the value cannot be set for some reason.
88    */

89   public void setClosingDate(
90     java.util.Date JavaDoc newValue
91   );
92
93 // ----------------------------------------------------------------------------
94
// Instance/IntfReferenceGet1_1NoQualifier
95
// ----------------------------------------------------------------------------
96
/**
97    * Retrieves the value for the reference <code>depot</code>.
98    * @return The non-null value for this reference.
99    * @exception JmiException If the value cannot be retrieved for some reason.
100    */

101   public org.opencrx.kernel.depot1.cci.Depot getDepot(
102   );
103
104 // ----------------------------------------------------------------------------
105
// Instance/IntfAttributeGet0_1
106
// ----------------------------------------------------------------------------
107
/**
108    * @return The possibly null value for attribute <code>description</code>.
109    * @exception JmiException If the value cannot be retrieved for some reason.
110    */

111   public String JavaDoc getDescription(
112   );
113
114 // ----------------------------------------------------------------------------
115
// Instance/IntfAttributeSet0_1
116
// ----------------------------------------------------------------------------
117

118
119   /**
120    * Sets a new value for the attribute <code>description</code>.
121    * @param newValue The possibly null new value for attribute <code>description</code>.
122    * @exception JmiException If the value cannot be set for some reason.
123    */

124   public void setDescription(
125     String JavaDoc newValue
126   );
127
128 // ----------------------------------------------------------------------------
129
// Instance/IntfAttributeGet1_1
130
// ----------------------------------------------------------------------------
131
/**
132    * Retrieves the value for the attribute <code>isLocked</code>.
133    * @return The non-null value for attribute <code>isLocked</code>.
134    * @exception JmiException If the value cannot be retrieved for some reason.
135    */

136   public boolean isLocked(
137   );
138
139 // ----------------------------------------------------------------------------
140
// Instance/IntfAttributeSet1_1
141
// ----------------------------------------------------------------------------
142
/**
143    * Sets a new value for the attribute <code>isLocked</code>.
144    * @param newValue The non-null new value for attribute <code>isLocked</code>.
145    * @exception JmiException If the value cannot be set for some reason.
146    */

147   public void setLocked(
148     boolean newValue
149   );
150
151 // ----------------------------------------------------------------------------
152
// Instance/IntfAttributeGet1_1
153
// ----------------------------------------------------------------------------
154
/**
155    * Retrieves the value for the attribute <code>name</code>.
156    * @return The non-null value for attribute <code>name</code>.
157    * @exception JmiException If the value cannot be retrieved for some reason.
158    */

159   public String JavaDoc getName(
160   );
161
162 // ----------------------------------------------------------------------------
163
// Instance/IntfAttributeSet1_1
164
// ----------------------------------------------------------------------------
165
/**
166    * Sets a new value for the attribute <code>name</code>.
167    * @param newValue The non-null new value for attribute <code>name</code>.
168    * @exception JmiException If the value cannot be set for some reason.
169    */

170   public void setName(
171     String JavaDoc newValue
172   );
173
174 // ----------------------------------------------------------------------------
175
// Instance/IntfAttributeGet1_1
176
// ----------------------------------------------------------------------------
177
/**
178    * Retrieves the value for the attribute <code>openingDate</code>.
179    * @return The non-null value for attribute <code>openingDate</code>.
180    * @exception JmiException If the value cannot be retrieved for some reason.
181    */

182   public java.util.Date JavaDoc getOpeningDate(
183   );
184
185 // ----------------------------------------------------------------------------
186
// Instance/IntfAttributeSet1_1
187
// ----------------------------------------------------------------------------
188
/**
189    * Sets a new value for the attribute <code>openingDate</code>.
190    * @param newValue The non-null new value for attribute <code>openingDate</code>.
191    * @exception JmiException If the value cannot be set for some reason.
192    */

193   public void setOpeningDate(
194     java.util.Date JavaDoc newValue
195   );
196
197 // ----------------------------------------------------------------------------
198
// Instance/IntfAttributeGet0_1
199
// ----------------------------------------------------------------------------
200
/**
201    * @return The possibly null value for attribute <code>qualifier</code>.
202    * @exception JmiException If the value cannot be retrieved for some reason.
203    */

204   public String JavaDoc getQualifier(
205   );
206
207 // ----------------------------------------------------------------------------
208
// Instance/IntfAttributeSet0_1
209
// ----------------------------------------------------------------------------
210

211
212   /**
213    * Sets a new value for the attribute <code>qualifier</code>.
214    * @param newValue The possibly null new value for attribute <code>qualifier</code>.
215    * @exception JmiException If the value cannot be set for some reason.
216    */

217   public void setQualifier(
218     String JavaDoc newValue
219   );
220
221 // ----------------------------------------------------------------------------
222
// Instance/IntfEnd.vm
223
// ----------------------------------------------------------------------------
224
}
225
Popular Tags