KickJava   Java API By Example, From Geeks To Geeks.

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


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:57 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.depot1.cci;
14
15 public interface BookingText
16   extends
17  org.opencrx.kernel.generic.cci.CrxObject {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGet1_1
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the attribute <code>cbNameInfix1</code>.
23    * @return The non-null value for attribute <code>cbNameInfix1</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

26   public String JavaDoc getCbNameInfix1(
27   );
28
29 // ----------------------------------------------------------------------------
30
// Instance/IntfAttributeSet1_1
31
// ----------------------------------------------------------------------------
32
/**
33    * Sets a new value for the attribute <code>cbNameInfix1</code>.
34    * @param newValue The non-null new value for attribute <code>cbNameInfix1</code>.
35    * @exception JmiException If the value cannot be set for some reason.
36    */

37   public void setCbNameInfix1(
38     String JavaDoc newValue
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfAttributeGet1_1
43
// ----------------------------------------------------------------------------
44
/**
45    * Retrieves the value for the attribute <code>cbNameInfix2</code>.
46    * @return The non-null value for attribute <code>cbNameInfix2</code>.
47    * @exception JmiException If the value cannot be retrieved for some reason.
48    */

49   public String JavaDoc getCbNameInfix2(
50   );
51
52 // ----------------------------------------------------------------------------
53
// Instance/IntfAttributeSet1_1
54
// ----------------------------------------------------------------------------
55
/**
56    * Sets a new value for the attribute <code>cbNameInfix2</code>.
57    * @param newValue The non-null new value for attribute <code>cbNameInfix2</code>.
58    * @exception JmiException If the value cannot be set for some reason.
59    */

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

72   public String JavaDoc getCreditBookingNameInfix(
73   );
74
75 // ----------------------------------------------------------------------------
76
// Instance/IntfAttributeSet1_1
77
// ----------------------------------------------------------------------------
78
/**
79    * Sets a new value for the attribute <code>creditBookingNameInfix</code>.
80    * @param newValue The non-null new value for attribute <code>creditBookingNameInfix</code>.
81    * @exception JmiException If the value cannot be set for some reason.
82    */

83   public void setCreditBookingNameInfix(
84     String JavaDoc newValue
85   );
86
87 // ----------------------------------------------------------------------------
88
// Instance/IntfAttributeGet1_1
89
// ----------------------------------------------------------------------------
90
/**
91    * Retrieves the value for the attribute <code>creditFirst</code>.
92    * @return The non-null value for attribute <code>creditFirst</code>.
93    * @exception JmiException If the value cannot be retrieved for some reason.
94    */

95   public boolean isCreditFirst(
96   );
97
98 // ----------------------------------------------------------------------------
99
// Instance/IntfAttributeSet1_1
100
// ----------------------------------------------------------------------------
101
/**
102    * Sets a new value for the attribute <code>creditFirst</code>.
103    * @param newValue The non-null new value for attribute <code>creditFirst</code>.
104    * @exception JmiException If the value cannot be set for some reason.
105    */

106   public void setCreditFirst(
107     boolean newValue
108   );
109
110 // ----------------------------------------------------------------------------
111
// Instance/IntfAttributeGet1_1
112
// ----------------------------------------------------------------------------
113
/**
114    * Retrieves the value for the attribute <code>debitBookingNameInfix</code>.
115    * @return The non-null value for attribute <code>debitBookingNameInfix</code>.
116    * @exception JmiException If the value cannot be retrieved for some reason.
117    */

118   public String JavaDoc getDebitBookingNameInfix(
119   );
120
121 // ----------------------------------------------------------------------------
122
// Instance/IntfAttributeSet1_1
123
// ----------------------------------------------------------------------------
124
/**
125    * Sets a new value for the attribute <code>debitBookingNameInfix</code>.
126    * @param newValue The non-null new value for attribute <code>debitBookingNameInfix</code>.
127    * @exception JmiException If the value cannot be set for some reason.
128    */

129   public void setDebitBookingNameInfix(
130     String JavaDoc newValue
131   );
132
133 // ----------------------------------------------------------------------------
134
// Instance/IntfAttributeGet0_1
135
// ----------------------------------------------------------------------------
136
/**
137    * @return The possibly null value for attribute <code>description</code>.
138    * @exception JmiException If the value cannot be retrieved for some reason.
139    */

140   public String JavaDoc getDescription(
141   );
142
143 // ----------------------------------------------------------------------------
144
// Instance/IntfAttributeSet0_1
145
// ----------------------------------------------------------------------------
146

147
148   /**
149    * Sets a new value for the attribute <code>description</code>.
150    * @param newValue The possibly null new value for attribute <code>description</code>.
151    * @exception JmiException If the value cannot be set for some reason.
152    */

153   public void setDescription(
154     String JavaDoc newValue
155   );
156
157 // ----------------------------------------------------------------------------
158
// Instance/IntfAttributeGet1_1
159
// ----------------------------------------------------------------------------
160
/**
161    * Retrieves the value for the attribute <code>name</code>.
162    * @return The non-null value for attribute <code>name</code>.
163    * @exception JmiException If the value cannot be retrieved for some reason.
164    */

165   public String JavaDoc getName(
166   );
167
168 // ----------------------------------------------------------------------------
169
// Instance/IntfAttributeSet1_1
170
// ----------------------------------------------------------------------------
171
/**
172    * Sets a new value for the attribute <code>name</code>.
173    * @param newValue The non-null new value for attribute <code>name</code>.
174    * @exception JmiException If the value cannot be set for some reason.
175    */

176   public void setName(
177     String JavaDoc newValue
178   );
179
180 // ----------------------------------------------------------------------------
181
// Instance/IntfEnd.vm
182
// ----------------------------------------------------------------------------
183
}
184
Popular Tags