JSPservletPkg
Class Region

java.lang.Object
  |
  +--JSPservletPkg.Region

class Region
extends java.lang.Object

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.
 

Version:
1, 0, 0
Author:
Alexis Grandemange

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
Region name.

countries

java.lang.String[] countries
country array.
Constructor Detail

Region

Region(java.lang.String name,
       java.lang.String[] countries)
Constructor.
Parameters:
String - name of the region.
String[] - countries.