001    /*
002     * Copyright 2007 The Kuali Foundation
003     *
004     * Licensed under the Educational Community License, Version 1.0 (the "License");
005     * you may not use this file except in compliance with the License.
006     * You may obtain a copy of the License at
007     *
008     * http://www.opensource.org/licenses/ecl1.php
009     *
010     * Unless required by applicable law or agreed to in writing, software
011     * distributed under the License is distributed on an "AS IS" BASIS,
012     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013     * See the License for the specific language governing permissions and
014     * limitations under the License.
015     */
016    package edu.sampleu.travel.krad.form;
017    
018    import javax.servlet.http.HttpServletRequest;
019    
020    import org.kuali.rice.krad.web.form.UifFormBase;
021    
022    /**
023     * Form for Test UI Page
024     * 
025     * @author Kuali Rice Team (rice.collab@kuali.org)
026     */
027    public class UILayoutTestForm extends UifFormBase {
028        private static final long serialVersionUID = -7525378097732916418L;
029        
030        private String field1;
031        private String field2;
032        private String field3;
033        private String field4;
034        private String field5;
035        private String field6;
036        private String field7;
037        private String field8;
038        private String field9;
039        private String field10;
040        private String field11;
041        private String field12;
042        private String field13;
043        private String field14;
044        private String field15;
045        private String field16;
046        private String field17;
047        private String field18;
048        private String field19;
049        private String field20;
050        private String field21;
051        private String field22;
052        private String field23;
053        private String field24;
054        private String field25;
055        private String field26;
056        private String field27;
057        private String field28;
058        private String field29;
059        private String field30;
060    
061        public UILayoutTestForm() {
062            super();
063        }
064    
065        @Override
066        public void postBind(HttpServletRequest request) {
067            super.postBind(request);
068        }
069    
070        /**
071         * @return the field1
072         */
073        public String getField1() {
074            return this.field1;
075        }
076    
077        /**
078         * @param field1 the field1 to set
079         */
080        public void setField1(String field1) {
081            this.field1 = field1;
082        }
083    
084        /**
085         * @return the field2
086         */
087        public String getField2() {
088            return this.field2;
089        }
090    
091        /**
092         * @param field2 the field2 to set
093         */
094        public void setField2(String field2) {
095            this.field2 = field2;
096        }
097    
098        /**
099         * @return the field3
100         */
101        public String getField3() {
102            return this.field3;
103        }
104    
105        /**
106         * @param field3 the field3 to set
107         */
108        public void setField3(String field3) {
109            this.field3 = field3;
110        }
111    
112        /**
113         * @return the field4
114         */
115        public String getField4() {
116            return this.field4;
117        }
118    
119        /**
120         * @param field4 the field4 to set
121         */
122        public void setField4(String field4) {
123            this.field4 = field4;
124        }
125    
126        /**
127         * @return the field5
128         */
129        public String getField5() {
130            return this.field5;
131        }
132    
133        /**
134         * @param field5 the field5 to set
135         */
136        public void setField5(String field5) {
137            this.field5 = field5;
138        }
139    
140        /**
141         * @return the field6
142         */
143        public String getField6() {
144            return this.field6;
145        }
146    
147        /**
148         * @param field6 the field6 to set
149         */
150        public void setField6(String field6) {
151            this.field6 = field6;
152        }
153    
154        /**
155         * @return the field7
156         */
157        public String getField7() {
158            return this.field7;
159        }
160    
161        /**
162         * @param field7 the field7 to set
163         */
164        public void setField7(String field7) {
165            this.field7 = field7;
166        }
167    
168        /**
169         * @return the field8
170         */
171        public String getField8() {
172            return this.field8;
173        }
174    
175        /**
176         * @param field8 the field8 to set
177         */
178        public void setField8(String field8) {
179            this.field8 = field8;
180        }
181    
182        /**
183         * @return the field9
184         */
185        public String getField9() {
186            return this.field9;
187        }
188    
189        /**
190         * @param field9 the field9 to set
191         */
192        public void setField9(String field9) {
193            this.field9 = field9;
194        }
195    
196        /**
197         * @return the field10
198         */
199        public String getField10() {
200            return this.field10;
201        }
202    
203        /**
204         * @param field10 the field10 to set
205         */
206        public void setField10(String field10) {
207            this.field10 = field10;
208        }
209    
210        /**
211         * @return the field11
212         */
213        public String getField11() {
214            return this.field11;
215        }
216    
217        /**
218         * @param field11 the field11 to set
219         */
220        public void setField11(String field11) {
221            this.field11 = field11;
222        }
223    
224        /**
225         * @return the field12
226         */
227        public String getField12() {
228            return this.field12;
229        }
230    
231        /**
232         * @param field12 the field12 to set
233         */
234        public void setField12(String field12) {
235            this.field12 = field12;
236        }
237    
238        /**
239         * @return the field13
240         */
241        public String getField13() {
242            return this.field13;
243        }
244    
245        /**
246         * @param field13 the field13 to set
247         */
248        public void setField13(String field13) {
249            this.field13 = field13;
250        }
251    
252        /**
253         * @return the field14
254         */
255        public String getField14() {
256            return this.field14;
257        }
258    
259        /**
260         * @param field14 the field14 to set
261         */
262        public void setField14(String field14) {
263            this.field14 = field14;
264        }
265    
266        /**
267         * @return the field15
268         */
269        public String getField15() {
270            return this.field15;
271        }
272    
273        /**
274         * @param field15 the field15 to set
275         */
276        public void setField15(String field15) {
277            this.field15 = field15;
278        }
279    
280        /**
281         * @return the field16
282         */
283        public String getField16() {
284            return this.field16;
285        }
286    
287        /**
288         * @param field16 the field16 to set
289         */
290        public void setField16(String field16) {
291            this.field16 = field16;
292        }
293    
294        /**
295         * @return the field17
296         */
297        public String getField17() {
298            return this.field17;
299        }
300    
301        /**
302         * @param field17 the field17 to set
303         */
304        public void setField17(String field17) {
305            this.field17 = field17;
306        }
307    
308        /**
309         * @return the field18
310         */
311        public String getField18() {
312            return this.field18;
313        }
314    
315        /**
316         * @param field18 the field18 to set
317         */
318        public void setField18(String field18) {
319            this.field18 = field18;
320        }
321    
322        /**
323         * @return the field19
324         */
325        public String getField19() {
326            return this.field19;
327        }
328    
329        /**
330         * @param field19 the field19 to set
331         */
332        public void setField19(String field19) {
333            this.field19 = field19;
334        }
335    
336        /**
337         * @return the field20
338         */
339        public String getField20() {
340            return this.field20;
341        }
342    
343        /**
344         * @param field20 the field20 to set
345         */
346        public void setField20(String field20) {
347            this.field20 = field20;
348        }
349    
350        /**
351         * @return the field21
352         */
353        public String getField21() {
354            return this.field21;
355        }
356    
357        /**
358         * @param field21 the field21 to set
359         */
360        public void setField21(String field21) {
361            this.field21 = field21;
362        }
363    
364        /**
365         * @return the field22
366         */
367        public String getField22() {
368            return this.field22;
369        }
370    
371        /**
372         * @param field22 the field22 to set
373         */
374        public void setField22(String field22) {
375            this.field22 = field22;
376        }
377    
378        /**
379         * @return the field23
380         */
381        public String getField23() {
382            return this.field23;
383        }
384    
385        /**
386         * @param field23 the field23 to set
387         */
388        public void setField23(String field23) {
389            this.field23 = field23;
390        }
391    
392        /**
393         * @return the field24
394         */
395        public String getField24() {
396            return this.field24;
397        }
398    
399        /**
400         * @param field24 the field24 to set
401         */
402        public void setField24(String field24) {
403            this.field24 = field24;
404        }
405    
406        /**
407         * @return the field25
408         */
409        public String getField25() {
410            return this.field25;
411        }
412    
413        /**
414         * @param field25 the field25 to set
415         */
416        public void setField25(String field25) {
417            this.field25 = field25;
418        }
419    
420        /**
421         * @return the field26
422         */
423        public String getField26() {
424            return this.field26;
425        }
426    
427        /**
428         * @param field26 the field26 to set
429         */
430        public void setField26(String field26) {
431            this.field26 = field26;
432        }
433    
434        /**
435         * @return the field27
436         */
437        public String getField27() {
438            return this.field27;
439        }
440    
441        /**
442         * @param field27 the field27 to set
443         */
444        public void setField27(String field27) {
445            this.field27 = field27;
446        }
447    
448        /**
449         * @return the field28
450         */
451        public String getField28() {
452            return this.field28;
453        }
454    
455        /**
456         * @param field28 the field28 to set
457         */
458        public void setField28(String field28) {
459            this.field28 = field28;
460        }
461    
462        /**
463         * @return the field29
464         */
465        public String getField29() {
466            return this.field29;
467        }
468    
469        /**
470         * @param field29 the field29 to set
471         */
472        public void setField29(String field29) {
473            this.field29 = field29;
474        }
475    
476        /**
477         * @return the field30
478         */
479        public String getField30() {
480            return this.field30;
481        }
482    
483        /**
484         * @param field30 the field30 to set
485         */
486        public void setField30(String field30) {
487            this.field30 = field30;
488        }
489        
490        
491    }