KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > OrganizationalUnitRelationship


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

25   public String JavaDoc getDescription(
26   );
27
28 // ----------------------------------------------------------------------------
29
// Instance/IntfAttributeSet0_1
30
// ----------------------------------------------------------------------------
31

32
33   /**
34    * Sets a new value for the attribute <code>description</code>.
35    * @param newValue The possibly null new value for attribute <code>description</code>.
36    * @exception JmiException If the value cannot be set for some reason.
37    */

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

50   public org.opencrx.kernel.account1.cci.OrganizationalUnit getFromUnit(
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfReferenceSetNoQualifier
55
// ----------------------------------------------------------------------------
56
/**
57    * Sets a new value for the reference <code>fromUnit</code>.
58    * @param newValue The non-null new value for this reference.
59    * @exception JmiException If the value cannot be set for some reason.
60    */

61   public void setFromUnit(
62     org.opencrx.kernel.account1.cci.OrganizationalUnit newValue
63   );
64
65 // ----------------------------------------------------------------------------
66
// Instance/IntfAttributeGet1_1
67
// ----------------------------------------------------------------------------
68
/**
69    * Retrieves the value for the attribute <code>name</code>.
70    * @return The non-null value for attribute <code>name</code>.
71    * @exception JmiException If the value cannot be retrieved for some reason.
72    */

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

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

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

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

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

130   public void setRelationshipType(
131     short newValue
132   );
133
134 // ----------------------------------------------------------------------------
135
// Instance/IntfReferenceGet1_1NoQualifier
136
// ----------------------------------------------------------------------------
137
/**
138    * Retrieves the value for the reference <code>toUnit</code>.
139    * @return The non-null value for this reference.
140    * @exception JmiException If the value cannot be retrieved for some reason.
141    */

142   public org.opencrx.kernel.account1.cci.OrganizationalUnit getToUnit(
143   );
144
145 // ----------------------------------------------------------------------------
146
// Instance/IntfReferenceSetNoQualifier
147
// ----------------------------------------------------------------------------
148
/**
149    * Sets a new value for the reference <code>toUnit</code>.
150    * @param newValue The non-null new value for this reference.
151    * @exception JmiException If the value cannot be set for some reason.
152    */

153   public void setToUnit(
154     org.opencrx.kernel.account1.cci.OrganizationalUnit newValue
155   );
156
157 // ----------------------------------------------------------------------------
158
// Instance/IntfAttributeGet0_1
159
// ----------------------------------------------------------------------------
160
/**
161    * @return The possibly null value for attribute <code>weight</code>.
162    * @exception JmiException If the value cannot be retrieved for some reason.
163    */

164   public java.math.BigDecimal JavaDoc getWeight(
165   );
166
167 // ----------------------------------------------------------------------------
168
// Instance/IntfAttributeSet0_1
169
// ----------------------------------------------------------------------------
170

171
172   /**
173    * Sets a new value for the attribute <code>weight</code>.
174    * @param newValue The possibly null new value for attribute <code>weight</code>.
175    * @exception JmiException If the value cannot be set for some reason.
176    */

177   public void setWeight(
178     java.math.BigDecimal JavaDoc newValue
179   );
180
181 // ----------------------------------------------------------------------------
182
// Instance/IntfAttributeGet0_1
183
// ----------------------------------------------------------------------------
184
/**
185    * @return The possibly null value for attribute <code>weightIsPercentage</code>.
186    * @exception JmiException If the value cannot be retrieved for some reason.
187    */

188   public Boolean JavaDoc isWeightIsPercentage(
189   );
190
191 // ----------------------------------------------------------------------------
192
// Instance/IntfAttributeSet0_1
193
// ----------------------------------------------------------------------------
194

195
196   /**
197    * Sets a new value for the attribute <code>weightIsPercentage</code>.
198    * @param newValue The possibly null new value for attribute <code>weightIsPercentage</code>.
199    * @exception JmiException If the value cannot be set for some reason.
200    */

201   public void setWeightIsPercentage(
202     Boolean JavaDoc newValue
203   );
204
205 // ----------------------------------------------------------------------------
206
// Instance/IntfEnd.vm
207
// ----------------------------------------------------------------------------
208
}
209
Popular Tags