|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--JSPservletPkg.Region
Wraps an array of countries included in a region.
Copyright (c) 2000-2001
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
| Field Summary | |
(package private) java.lang.String[] |
countries
country array. |
(package private) java.lang.String |
name
Region name. |
| Constructor Summary | |
(package private) |
Region(java.lang.String name,
java.lang.String[] countries)
Constructor. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String name
java.lang.String[] countries
| Constructor Detail |
Region(java.lang.String name,
java.lang.String[] countries)
String - name of the region.String[] - countries.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||