]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_8_1_1/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestInputDataStructure.java
Added flags.
[Dictionary.git] / jars / icu4j-4_8_1_1 / main / tests / core / src / com / ibm / icu / dev / test / stringprep / TestInputDataStructure.java
1 /*
2
3  *******************************************************************************
4  * Copyright (C) 2005, International Business Machines Corporation and    *
5  * others. All Rights Reserved.                                                *
6  *******************************************************************************
7  */
8
9 package com.ibm.icu.dev.test.stringprep;
10
11 /**
12  * @author limaoyu
13  */
14 public class TestInputDataStructure {
15     
16     private String desc = null;
17
18     private String namebase = null;
19
20     private String nameutf8 = null;
21
22     private String namezone = null;
23
24     private String failzone1 = null;
25
26     private String failzone2 = null;
27
28     private String token = null;
29
30     private String passfail = null;
31
32     private String type = null;
33     /**
34      * @return Returns the desc.
35      */
36     public String getDesc() {
37         return desc;
38     }
39     /**
40      * @param desc The desc to set.
41      */
42     public void setDesc(String desc) {
43         this.desc = desc;
44     }
45     /**
46      * @return Returns the failzone1.
47      */
48     public String getFailzone1() {
49         return failzone1;
50     }
51     /**
52      * @param failzone1 The failzone1 to set.
53      */
54     public void setFailzone1(String failzone1) {
55         this.failzone1 = failzone1;
56     }
57     /**
58      * @return Returns the failzone2.
59      */
60     public String getFailzone2() {
61         return failzone2;
62     }
63     /**
64      * @param failzone2 The failzone2 to set.
65      */
66     public void setFailzone2(String failzone2) {
67         this.failzone2 = failzone2;
68     }
69     /**
70      * @return Returns the namebase.
71      */
72     public String getNamebase() {
73         return namebase;
74     }
75     /**
76      * @param namebase The namebase to set.
77      */
78     public void setNamebase(String namebase) {
79         this.namebase = namebase;
80     }
81     /**
82      * @return Returns the nameutf8.
83      */
84     public String getNameutf8() {
85         return nameutf8;
86     }
87     /**
88      * @param nameutf8 The nameutf8 to set.
89      */
90     public void setNameutf8(String nameutf8) {
91         this.nameutf8 = nameutf8;
92     }
93     /**
94      * @return Returns the namezone.
95      */
96     public String getNamezone() {
97         return namezone;
98     }
99     /**
100      * @param namezone The namezone to set.
101      */
102     public void setNamezone(String namezone) {
103         this.namezone = namezone;
104     }
105     /**
106      * @return Returns the passfail.
107      */
108     public String getPassfail() {
109         return passfail;
110     }
111     /**
112      * @param passfail The passfail to set.
113      */
114     public void setPassfail(String passfail) {
115         this.passfail = passfail;
116     }
117     /**
118      * @return Returns the token.
119      */
120     public String getToken() {
121         return token;
122     }
123     /**
124      * @param token The token to set.
125      */
126     public void setToken(String token) {
127         this.token = token;
128     }
129     /**
130      * @return Returns the type.
131      */
132     public String getType() {
133         return type;
134     }
135     /**
136      * @param type The type to set.
137      */
138     public void setType(String type) {
139         this.type = type;
140     }
141 }