KickJava   Java API By Example, From Geeks To Geeks.

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


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 BookingPeriod
16   extends
17  org.opencrx.kernel.generic.cci.CrxObject {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfOperation
20
// ----------------------------------------------------------------------------
21

22   public org.openmdx.base.cci.Void closePeriod(
23       org.opencrx.kernel.depot1.cci.ClosePeriodParams params
24   ) throws javax.jmi.reflect.RefException ;
25
26   /**
27    */

28   public org.openmdx.base.cci.Void closePeriod(
29       java.util.Date JavaDoc periodEndsAtExclusive
30   ) throws javax.jmi.reflect.RefException ;
31
32 // ----------------------------------------------------------------------------
33
// Instance/IntfAttributeGet1_1
34
// ----------------------------------------------------------------------------
35
/**
36    * Retrieves the value for the attribute <code>closingBookingTypeThreshold</code>.
37    * @return The non-null value for attribute <code>closingBookingTypeThreshold</code>.
38    * @exception JmiException If the value cannot be retrieved for some reason.
39    */

40   public short getClosingBookingTypeThreshold(
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfAttributeSet1_1
45
// ----------------------------------------------------------------------------
46
/**
47    * Sets a new value for the attribute <code>closingBookingTypeThreshold</code>.
48    * @param newValue The non-null new value for attribute <code>closingBookingTypeThreshold</code>.
49    * @exception JmiException If the value cannot be set for some reason.
50    */

51   public void setClosingBookingTypeThreshold(
52     short newValue
53   );
54
55 // ----------------------------------------------------------------------------
56
// Instance/IntfAttributeGet0_1
57
// ----------------------------------------------------------------------------
58
/**
59    * @return The possibly null value for attribute <code>description</code>.
60    * @exception JmiException If the value cannot be retrieved for some reason.
61    */

62   public String JavaDoc getDescription(
63   );
64
65 // ----------------------------------------------------------------------------
66
// Instance/IntfAttributeSet0_1
67
// ----------------------------------------------------------------------------
68

69
70   /**
71    * Sets a new value for the attribute <code>description</code>.
72    * @param newValue The possibly null new value for attribute <code>description</code>.
73    * @exception JmiException If the value cannot be set for some reason.
74    */

75   public void setDescription(
76     String JavaDoc newValue
77   );
78
79 // ----------------------------------------------------------------------------
80
// Instance/IntfOperation
81
// ----------------------------------------------------------------------------
82

83   public org.openmdx.base.cci.Void finalizePeriod(
84       org.openmdx.base.cci.Void params
85   ) throws javax.jmi.reflect.RefException ;
86
87   /**
88    */

89   public org.openmdx.base.cci.Void finalizePeriod(
90   ) throws javax.jmi.reflect.RefException ;
91
92 // ----------------------------------------------------------------------------
93
// Instance/IntfAttributeGet0_1
94
// ----------------------------------------------------------------------------
95
/**
96    * @return The possibly null value for attribute <code>isClosed</code>.
97    * @exception JmiException If the value cannot be retrieved for some reason.
98    */

99   public Boolean JavaDoc isClosed(
100   );
101
102 // ----------------------------------------------------------------------------
103
// Instance/IntfAttributeSet0_1
104
// ----------------------------------------------------------------------------
105

106
107   /**
108    * Sets a new value for the attribute <code>isClosed</code>.
109    * @param newValue The possibly null new value for attribute <code>isClosed</code>.
110    * @exception JmiException If the value cannot be set for some reason.
111    */

112   public void setClosed(
113     Boolean JavaDoc newValue
114   );
115
116 // ----------------------------------------------------------------------------
117
// Instance/IntfAttributeGet0_1
118
// ----------------------------------------------------------------------------
119
/**
120    * @return The possibly null value for attribute <code>isFinal</code>.
121    * @exception JmiException If the value cannot be retrieved for some reason.
122    */

123   public Boolean JavaDoc isFinal(
124   );
125
126 // ----------------------------------------------------------------------------
127
// Instance/IntfAttributeSet0_1
128
// ----------------------------------------------------------------------------
129

130
131   /**
132    * Sets a new value for the attribute <code>isFinal</code>.
133    * @param newValue The possibly null new value for attribute <code>isFinal</code>.
134    * @exception JmiException If the value cannot be set for some reason.
135    */

136   public void setFinal_(
137     Boolean JavaDoc newValue
138   );
139
140 // ----------------------------------------------------------------------------
141
// Instance/IntfAttributeGet1_1
142
// ----------------------------------------------------------------------------
143
/**
144    * Retrieves the value for the attribute <code>name</code>.
145    * @return The non-null value for attribute <code>name</code>.
146    * @exception JmiException If the value cannot be retrieved for some reason.
147    */

148   public String JavaDoc getName(
149   );
150
151 // ----------------------------------------------------------------------------
152
// Instance/IntfAttributeSet1_1
153
// ----------------------------------------------------------------------------
154
/**
155    * Sets a new value for the attribute <code>name</code>.
156    * @param newValue The non-null new value for attribute <code>name</code>.
157    * @exception JmiException If the value cannot be set for some reason.
158    */

159   public void setName(
160     String JavaDoc newValue
161   );
162
163 // ----------------------------------------------------------------------------
164
// Instance/IntfAttributeGet0_1
165
// ----------------------------------------------------------------------------
166
/**
167    * @return The possibly null value for attribute <code>periodEndsAtExclusive</code>.
168    * @exception JmiException If the value cannot be retrieved for some reason.
169    */

170   public java.util.Date JavaDoc getPeriodEndsAtExclusive(
171   );
172
173 // ----------------------------------------------------------------------------
174
// Instance/IntfAttributeSet0_1
175
// ----------------------------------------------------------------------------
176

177
178   /**
179    * Sets a new value for the attribute <code>periodEndsAtExclusive</code>.
180    * @param newValue The possibly null new value for attribute <code>periodEndsAtExclusive</code>.
181    * @exception JmiException If the value cannot be set for some reason.
182    */

183   public void setPeriodEndsAtExclusive(
184     java.util.Date JavaDoc newValue
185   );
186
187 // ----------------------------------------------------------------------------
188
// Instance/IntfAttributeGet1_1
189
// ----------------------------------------------------------------------------
190
/**
191    * Retrieves the value for the attribute <code>periodStartsAt</code>.
192    * @return The non-null value for attribute <code>periodStartsAt</code>.
193    * @exception JmiException If the value cannot be retrieved for some reason.
194    */

195   public java.util.Date JavaDoc getPeriodStartsAt(
196   );
197
198 // ----------------------------------------------------------------------------
199
// Instance/IntfAttributeSet1_1
200
// ----------------------------------------------------------------------------
201
/**
202    * Sets a new value for the attribute <code>periodStartsAt</code>.
203    * @param newValue The non-null new value for attribute <code>periodStartsAt</code>.
204    * @exception JmiException If the value cannot be set for some reason.
205    */

206   public void setPeriodStartsAt(
207     java.util.Date JavaDoc newValue
208   );
209
210 // ----------------------------------------------------------------------------
211
// Instance/IntfEnd.vm
212
// ----------------------------------------------------------------------------
213
}
214
Popular Tags