Class DataBank
java.lang.Object
|
+----DataBank
- class DataBank
- extends Object
-
EAST_REGION
-
-
limit
-
-
LIMIT_THRESHOLD
-
-
MIDWEST_REGION
-
-
NORTH_REGION
-
-
region
-
-
SOUTH_REGION
-
-
userId
-
-
WEST_REGION
-
-
westMembers
-
-
DataBank(String, int, DataBank. Region)
-
This is the version of the constructor that is used
in the samples
-
DataBank(String, int, int)
-
-
getLimit()
-
-
getRegion()
-
-
getUserId()
-
-
getWestMembers()
-
-
initializeWestMembers()
- Creates the table of user id's that are to be
considered members of the West Alliance
EAST_REGION
static final DataBank. Region EAST_REGION
WEST_REGION
static final DataBank. Region WEST_REGION
MIDWEST_REGION
static final DataBank. Region MIDWEST_REGION
SOUTH_REGION
static final DataBank. Region SOUTH_REGION
NORTH_REGION
static final DataBank. Region NORTH_REGION
LIMIT_THRESHOLD
static final int LIMIT_THRESHOLD
region
DataBank. Region region
limit
double limit
westMembers
Hashtable westMembers
userId
String userId
DataBank
DataBank(String userId,
int limit,
int regionName)
DataBank
DataBank(String userId,
int limit,
DataBank. Region region)
- This is the version of the constructor that is used
in the samples
getLimit
public double getLimit()
getRegion
public DataBank. Region getRegion()
getUserId
public String getUserId()
getWestMembers
public Hashtable getWestMembers()
initializeWestMembers
private void initializeWestMembers()
- Creates the table of user id's that are to be
considered members of the West Alliance