1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!-- NewPage --> |
---|
3 | <html lang="es"> |
---|
4 | <head> |
---|
5 | <!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:13:17 CEST 2013 --> |
---|
6 | <title>Contact</title> |
---|
7 | <meta name="date" content="2013-07-10"> |
---|
8 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <script type="text/javascript"><!-- |
---|
12 | if (location.href.indexOf('is-external=true') == -1) { |
---|
13 | parent.document.title="Contact"; |
---|
14 | } |
---|
15 | //--> |
---|
16 | </script> |
---|
17 | <noscript> |
---|
18 | <div>JavaScript is disabled on your browser.</div> |
---|
19 | </noscript> |
---|
20 | <!-- ========= START OF TOP NAVBAR ======= --> |
---|
21 | <div class="topNav"><a name="navbar_top"> |
---|
22 | <!-- --> |
---|
23 | </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
---|
24 | <!-- --> |
---|
25 | </a> |
---|
26 | <ul class="navList" title="Navigation"> |
---|
27 | <li><a href="../../../overview-summary.html">Overview</a></li> |
---|
28 | <li><a href="package-summary.html">Package</a></li> |
---|
29 | <li class="navBarCell1Rev">Class</li> |
---|
30 | <li><a href="class-use/Contact.html">Use</a></li> |
---|
31 | <li><a href="package-tree.html">Tree</a></li> |
---|
32 | <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
---|
33 | <li><a href="../../../index-files/index-1.html">Index</a></li> |
---|
34 | <li><a href="../../../help-doc.html">Help</a></li> |
---|
35 | </ul> |
---|
36 | </div> |
---|
37 | <div class="subNav"> |
---|
38 | <ul class="navList"> |
---|
39 | <li><a href="../../../omq/test/python/CalculatorImpl.html" title="class in omq.test.python"><span class="strong">Prev Class</span></a></li> |
---|
40 | <li><a href="../../../omq/test/python/ContactList.html" title="interface in omq.test.python"><span class="strong">Next Class</span></a></li> |
---|
41 | </ul> |
---|
42 | <ul class="navList"> |
---|
43 | <li><a href="../../../index.html?omq/test/python/Contact.html" target="_top">Frames</a></li> |
---|
44 | <li><a href="Contact.html" target="_top">No Frames</a></li> |
---|
45 | </ul> |
---|
46 | <ul class="navList" id="allclasses_navbar_top"> |
---|
47 | <li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
---|
48 | </ul> |
---|
49 | <div> |
---|
50 | <script type="text/javascript"><!-- |
---|
51 | allClassesLink = document.getElementById("allclasses_navbar_top"); |
---|
52 | if(window==top) { |
---|
53 | allClassesLink.style.display = "block"; |
---|
54 | } |
---|
55 | else { |
---|
56 | allClassesLink.style.display = "none"; |
---|
57 | } |
---|
58 | //--> |
---|
59 | </script> |
---|
60 | </div> |
---|
61 | <div> |
---|
62 | <ul class="subNavList"> |
---|
63 | <li>Summary: </li> |
---|
64 | <li>Nested | </li> |
---|
65 | <li>Field | </li> |
---|
66 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
67 | <li><a href="#method_summary">Method</a></li> |
---|
68 | </ul> |
---|
69 | <ul class="subNavList"> |
---|
70 | <li>Detail: </li> |
---|
71 | <li>Field | </li> |
---|
72 | <li><a href="#constructor_detail">Constr</a> | </li> |
---|
73 | <li><a href="#method_detail">Method</a></li> |
---|
74 | </ul> |
---|
75 | </div> |
---|
76 | <a name="skip-navbar_top"> |
---|
77 | <!-- --> |
---|
78 | </a></div> |
---|
79 | <!-- ========= END OF TOP NAVBAR ========= --> |
---|
80 | <!-- ======== START OF CLASS DATA ======== --> |
---|
81 | <div class="header"> |
---|
82 | <div class="subTitle">omq.test.python</div> |
---|
83 | <h2 title="Class Contact" class="title">Class Contact</h2> |
---|
84 | </div> |
---|
85 | <div class="contentContainer"> |
---|
86 | <ul class="inheritance"> |
---|
87 | <li>java.lang.Object</li> |
---|
88 | <li> |
---|
89 | <ul class="inheritance"> |
---|
90 | <li>omq.test.python.Contact</li> |
---|
91 | </ul> |
---|
92 | </li> |
---|
93 | </ul> |
---|
94 | <div class="description"> |
---|
95 | <ul class="blockList"> |
---|
96 | <li class="blockList"> |
---|
97 | <dl> |
---|
98 | <dt>All Implemented Interfaces:</dt> |
---|
99 | <dd>java.io.Serializable</dd> |
---|
100 | </dl> |
---|
101 | <hr> |
---|
102 | <br> |
---|
103 | <pre>public class <span class="strong">Contact</span> |
---|
104 | extends java.lang.Object |
---|
105 | implements java.io.Serializable</pre> |
---|
106 | <dl><dt><span class="strong">Author:</span></dt> |
---|
107 | <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd> |
---|
108 | <dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#omq.test.python.Contact">Serialized Form</a></dd></dl> |
---|
109 | </li> |
---|
110 | </ul> |
---|
111 | </div> |
---|
112 | <div class="summary"> |
---|
113 | <ul class="blockList"> |
---|
114 | <li class="blockList"> |
---|
115 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
---|
116 | <ul class="blockList"> |
---|
117 | <li class="blockList"><a name="constructor_summary"> |
---|
118 | <!-- --> |
---|
119 | </a> |
---|
120 | <h3>Constructor Summary</h3> |
---|
121 | <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
---|
122 | <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
---|
123 | <tr> |
---|
124 | <th class="colOne" scope="col">Constructor and Description</th> |
---|
125 | </tr> |
---|
126 | <tr class="altColor"> |
---|
127 | <td class="colOne"><code><strong><a href="../../../omq/test/python/Contact.html#Contact(java.lang.String, java.lang.String, java.lang.String, int, omq.test.python.Address, java.lang.String[])">Contact</a></strong>(java.lang.String name, |
---|
128 | java.lang.String surname, |
---|
129 | java.lang.String phone, |
---|
130 | int age, |
---|
131 | <a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a> address, |
---|
132 | java.lang.String[] emails)</code> </td> |
---|
133 | </tr> |
---|
134 | </table> |
---|
135 | </li> |
---|
136 | </ul> |
---|
137 | <!-- ========== METHOD SUMMARY =========== --> |
---|
138 | <ul class="blockList"> |
---|
139 | <li class="blockList"><a name="method_summary"> |
---|
140 | <!-- --> |
---|
141 | </a> |
---|
142 | <h3>Method Summary</h3> |
---|
143 | <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
---|
144 | <caption><span>Methods</span><span class="tabEnd"> </span></caption> |
---|
145 | <tr> |
---|
146 | <th class="colFirst" scope="col">Modifier and Type</th> |
---|
147 | <th class="colLast" scope="col">Method and Description</th> |
---|
148 | </tr> |
---|
149 | <tr class="altColor"> |
---|
150 | <td class="colFirst"><code><a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a></code></td> |
---|
151 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getAddress()">getAddress</a></strong>()</code> </td> |
---|
152 | </tr> |
---|
153 | <tr class="rowColor"> |
---|
154 | <td class="colFirst"><code>int</code></td> |
---|
155 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getAge()">getAge</a></strong>()</code> </td> |
---|
156 | </tr> |
---|
157 | <tr class="altColor"> |
---|
158 | <td class="colFirst"><code>java.lang.String[]</code></td> |
---|
159 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getEmails()">getEmails</a></strong>()</code> </td> |
---|
160 | </tr> |
---|
161 | <tr class="rowColor"> |
---|
162 | <td class="colFirst"><code>java.lang.String</code></td> |
---|
163 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getName()">getName</a></strong>()</code> </td> |
---|
164 | </tr> |
---|
165 | <tr class="altColor"> |
---|
166 | <td class="colFirst"><code>java.lang.String</code></td> |
---|
167 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getPhone()">getPhone</a></strong>()</code> </td> |
---|
168 | </tr> |
---|
169 | <tr class="rowColor"> |
---|
170 | <td class="colFirst"><code>java.lang.String</code></td> |
---|
171 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#getSurname()">getSurname</a></strong>()</code> </td> |
---|
172 | </tr> |
---|
173 | <tr class="altColor"> |
---|
174 | <td class="colFirst"><code>void</code></td> |
---|
175 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setAddress(omq.test.python.Address)">setAddress</a></strong>(<a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a> address)</code> </td> |
---|
176 | </tr> |
---|
177 | <tr class="rowColor"> |
---|
178 | <td class="colFirst"><code>void</code></td> |
---|
179 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setAge(int)">setAge</a></strong>(int age)</code> </td> |
---|
180 | </tr> |
---|
181 | <tr class="altColor"> |
---|
182 | <td class="colFirst"><code>void</code></td> |
---|
183 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setEmails(java.lang.String[])">setEmails</a></strong>(java.lang.String[] emails)</code> </td> |
---|
184 | </tr> |
---|
185 | <tr class="rowColor"> |
---|
186 | <td class="colFirst"><code>void</code></td> |
---|
187 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setName(java.lang.String)">setName</a></strong>(java.lang.String name)</code> </td> |
---|
188 | </tr> |
---|
189 | <tr class="altColor"> |
---|
190 | <td class="colFirst"><code>void</code></td> |
---|
191 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setPhone(java.lang.String)">setPhone</a></strong>(java.lang.String phone)</code> </td> |
---|
192 | </tr> |
---|
193 | <tr class="rowColor"> |
---|
194 | <td class="colFirst"><code>void</code></td> |
---|
195 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#setSurname(java.lang.String)">setSurname</a></strong>(java.lang.String surname)</code> </td> |
---|
196 | </tr> |
---|
197 | <tr class="altColor"> |
---|
198 | <td class="colFirst"><code>java.lang.String</code></td> |
---|
199 | <td class="colLast"><code><strong><a href="../../../omq/test/python/Contact.html#toString()">toString</a></strong>()</code> </td> |
---|
200 | </tr> |
---|
201 | </table> |
---|
202 | <ul class="blockList"> |
---|
203 | <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
---|
204 | <!-- --> |
---|
205 | </a> |
---|
206 | <h3>Methods inherited from class java.lang.Object</h3> |
---|
207 | <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> |
---|
208 | </ul> |
---|
209 | </li> |
---|
210 | </ul> |
---|
211 | </li> |
---|
212 | </ul> |
---|
213 | </div> |
---|
214 | <div class="details"> |
---|
215 | <ul class="blockList"> |
---|
216 | <li class="blockList"> |
---|
217 | <!-- ========= CONSTRUCTOR DETAIL ======== --> |
---|
218 | <ul class="blockList"> |
---|
219 | <li class="blockList"><a name="constructor_detail"> |
---|
220 | <!-- --> |
---|
221 | </a> |
---|
222 | <h3>Constructor Detail</h3> |
---|
223 | <a name="Contact(java.lang.String, java.lang.String, java.lang.String, int, omq.test.python.Address, java.lang.String[])"> |
---|
224 | <!-- --> |
---|
225 | </a> |
---|
226 | <ul class="blockListLast"> |
---|
227 | <li class="blockList"> |
---|
228 | <h4>Contact</h4> |
---|
229 | <pre>public Contact(java.lang.String name, |
---|
230 | java.lang.String surname, |
---|
231 | java.lang.String phone, |
---|
232 | int age, |
---|
233 | <a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a> address, |
---|
234 | java.lang.String[] emails)</pre> |
---|
235 | </li> |
---|
236 | </ul> |
---|
237 | </li> |
---|
238 | </ul> |
---|
239 | <!-- ============ METHOD DETAIL ========== --> |
---|
240 | <ul class="blockList"> |
---|
241 | <li class="blockList"><a name="method_detail"> |
---|
242 | <!-- --> |
---|
243 | </a> |
---|
244 | <h3>Method Detail</h3> |
---|
245 | <a name="getName()"> |
---|
246 | <!-- --> |
---|
247 | </a> |
---|
248 | <ul class="blockList"> |
---|
249 | <li class="blockList"> |
---|
250 | <h4>getName</h4> |
---|
251 | <pre>public java.lang.String getName()</pre> |
---|
252 | </li> |
---|
253 | </ul> |
---|
254 | <a name="setName(java.lang.String)"> |
---|
255 | <!-- --> |
---|
256 | </a> |
---|
257 | <ul class="blockList"> |
---|
258 | <li class="blockList"> |
---|
259 | <h4>setName</h4> |
---|
260 | <pre>public void setName(java.lang.String name)</pre> |
---|
261 | </li> |
---|
262 | </ul> |
---|
263 | <a name="getSurname()"> |
---|
264 | <!-- --> |
---|
265 | </a> |
---|
266 | <ul class="blockList"> |
---|
267 | <li class="blockList"> |
---|
268 | <h4>getSurname</h4> |
---|
269 | <pre>public java.lang.String getSurname()</pre> |
---|
270 | </li> |
---|
271 | </ul> |
---|
272 | <a name="setSurname(java.lang.String)"> |
---|
273 | <!-- --> |
---|
274 | </a> |
---|
275 | <ul class="blockList"> |
---|
276 | <li class="blockList"> |
---|
277 | <h4>setSurname</h4> |
---|
278 | <pre>public void setSurname(java.lang.String surname)</pre> |
---|
279 | </li> |
---|
280 | </ul> |
---|
281 | <a name="getPhone()"> |
---|
282 | <!-- --> |
---|
283 | </a> |
---|
284 | <ul class="blockList"> |
---|
285 | <li class="blockList"> |
---|
286 | <h4>getPhone</h4> |
---|
287 | <pre>public java.lang.String getPhone()</pre> |
---|
288 | </li> |
---|
289 | </ul> |
---|
290 | <a name="setPhone(java.lang.String)"> |
---|
291 | <!-- --> |
---|
292 | </a> |
---|
293 | <ul class="blockList"> |
---|
294 | <li class="blockList"> |
---|
295 | <h4>setPhone</h4> |
---|
296 | <pre>public void setPhone(java.lang.String phone)</pre> |
---|
297 | </li> |
---|
298 | </ul> |
---|
299 | <a name="getAge()"> |
---|
300 | <!-- --> |
---|
301 | </a> |
---|
302 | <ul class="blockList"> |
---|
303 | <li class="blockList"> |
---|
304 | <h4>getAge</h4> |
---|
305 | <pre>public int getAge()</pre> |
---|
306 | </li> |
---|
307 | </ul> |
---|
308 | <a name="setAge(int)"> |
---|
309 | <!-- --> |
---|
310 | </a> |
---|
311 | <ul class="blockList"> |
---|
312 | <li class="blockList"> |
---|
313 | <h4>setAge</h4> |
---|
314 | <pre>public void setAge(int age)</pre> |
---|
315 | </li> |
---|
316 | </ul> |
---|
317 | <a name="getAddress()"> |
---|
318 | <!-- --> |
---|
319 | </a> |
---|
320 | <ul class="blockList"> |
---|
321 | <li class="blockList"> |
---|
322 | <h4>getAddress</h4> |
---|
323 | <pre>public <a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a> getAddress()</pre> |
---|
324 | </li> |
---|
325 | </ul> |
---|
326 | <a name="setAddress(omq.test.python.Address)"> |
---|
327 | <!-- --> |
---|
328 | </a> |
---|
329 | <ul class="blockList"> |
---|
330 | <li class="blockList"> |
---|
331 | <h4>setAddress</h4> |
---|
332 | <pre>public void setAddress(<a href="../../../omq/test/python/Address.html" title="class in omq.test.python">Address</a> address)</pre> |
---|
333 | </li> |
---|
334 | </ul> |
---|
335 | <a name="getEmails()"> |
---|
336 | <!-- --> |
---|
337 | </a> |
---|
338 | <ul class="blockList"> |
---|
339 | <li class="blockList"> |
---|
340 | <h4>getEmails</h4> |
---|
341 | <pre>public java.lang.String[] getEmails()</pre> |
---|
342 | </li> |
---|
343 | </ul> |
---|
344 | <a name="setEmails(java.lang.String[])"> |
---|
345 | <!-- --> |
---|
346 | </a> |
---|
347 | <ul class="blockList"> |
---|
348 | <li class="blockList"> |
---|
349 | <h4>setEmails</h4> |
---|
350 | <pre>public void setEmails(java.lang.String[] emails)</pre> |
---|
351 | </li> |
---|
352 | </ul> |
---|
353 | <a name="toString()"> |
---|
354 | <!-- --> |
---|
355 | </a> |
---|
356 | <ul class="blockListLast"> |
---|
357 | <li class="blockList"> |
---|
358 | <h4>toString</h4> |
---|
359 | <pre>public java.lang.String toString()</pre> |
---|
360 | <dl> |
---|
361 | <dt><strong>Overrides:</strong></dt> |
---|
362 | <dd><code>toString</code> in class <code>java.lang.Object</code></dd> |
---|
363 | </dl> |
---|
364 | </li> |
---|
365 | </ul> |
---|
366 | </li> |
---|
367 | </ul> |
---|
368 | </li> |
---|
369 | </ul> |
---|
370 | </div> |
---|
371 | </div> |
---|
372 | <!-- ========= END OF CLASS DATA ========= --> |
---|
373 | <!-- ======= START OF BOTTOM NAVBAR ====== --> |
---|
374 | <div class="bottomNav"><a name="navbar_bottom"> |
---|
375 | <!-- --> |
---|
376 | </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
---|
377 | <!-- --> |
---|
378 | </a> |
---|
379 | <ul class="navList" title="Navigation"> |
---|
380 | <li><a href="../../../overview-summary.html">Overview</a></li> |
---|
381 | <li><a href="package-summary.html">Package</a></li> |
---|
382 | <li class="navBarCell1Rev">Class</li> |
---|
383 | <li><a href="class-use/Contact.html">Use</a></li> |
---|
384 | <li><a href="package-tree.html">Tree</a></li> |
---|
385 | <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
---|
386 | <li><a href="../../../index-files/index-1.html">Index</a></li> |
---|
387 | <li><a href="../../../help-doc.html">Help</a></li> |
---|
388 | </ul> |
---|
389 | </div> |
---|
390 | <div class="subNav"> |
---|
391 | <ul class="navList"> |
---|
392 | <li><a href="../../../omq/test/python/CalculatorImpl.html" title="class in omq.test.python"><span class="strong">Prev Class</span></a></li> |
---|
393 | <li><a href="../../../omq/test/python/ContactList.html" title="interface in omq.test.python"><span class="strong">Next Class</span></a></li> |
---|
394 | </ul> |
---|
395 | <ul class="navList"> |
---|
396 | <li><a href="../../../index.html?omq/test/python/Contact.html" target="_top">Frames</a></li> |
---|
397 | <li><a href="Contact.html" target="_top">No Frames</a></li> |
---|
398 | </ul> |
---|
399 | <ul class="navList" id="allclasses_navbar_bottom"> |
---|
400 | <li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
---|
401 | </ul> |
---|
402 | <div> |
---|
403 | <script type="text/javascript"><!-- |
---|
404 | allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
---|
405 | if(window==top) { |
---|
406 | allClassesLink.style.display = "block"; |
---|
407 | } |
---|
408 | else { |
---|
409 | allClassesLink.style.display = "none"; |
---|
410 | } |
---|
411 | //--> |
---|
412 | </script> |
---|
413 | </div> |
---|
414 | <div> |
---|
415 | <ul class="subNavList"> |
---|
416 | <li>Summary: </li> |
---|
417 | <li>Nested | </li> |
---|
418 | <li>Field | </li> |
---|
419 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
420 | <li><a href="#method_summary">Method</a></li> |
---|
421 | </ul> |
---|
422 | <ul class="subNavList"> |
---|
423 | <li>Detail: </li> |
---|
424 | <li>Field | </li> |
---|
425 | <li><a href="#constructor_detail">Constr</a> | </li> |
---|
426 | <li><a href="#method_detail">Method</a></li> |
---|
427 | </ul> |
---|
428 | </div> |
---|
429 | <a name="skip-navbar_bottom"> |
---|
430 | <!-- --> |
---|
431 | </a></div> |
---|
432 | <!-- ======== END OF BOTTOM NAVBAR ======= --> |
---|
433 | </body> |
---|
434 | </html> |
---|