atg.projects.b2cstore
Class GeographicValidator

java.lang.Object
  extended by atg.projects.b2cstore.GeographicValidator

public class GeographicValidator
extends java.lang.Object

This component stores a set of abbreviations, a set of names, and a map of the relationship between one and the other.

See Also:
ServiceMapContainer

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
GeographicValidator()
          Constructs an empty Geographic Validator
 
Method Summary
 java.util.Properties getMap()
          Returns property map
 ServiceMap getServiceMap()
          Returns property serviceMap
 java.util.Set getSortedAbbreviations()
          Returns property sortedAbbreviations
 java.util.Set getSortedNames()
          Returns property sortedNames
 boolean isExpandByDefault()
          Returns property expandByDefault
 void setExpandByDefault(boolean pExpandByDefault)
          Sets property expandByDefault
 void setMap(java.util.Properties pMap)
          Sets property map
 void setServiceMap(ServiceMap pServiceMap)
          Sets property serviceMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

GeographicValidator

public GeographicValidator()
Constructs an empty Geographic Validator

Method Detail

getSortedAbbreviations

public java.util.Set getSortedAbbreviations()
Returns property sortedAbbreviations


getSortedNames

public java.util.Set getSortedNames()
Returns property sortedNames


setMap

public void setMap(java.util.Properties pMap)
Sets property map


getMap

public java.util.Properties getMap()
Returns property map


setServiceMap

public void setServiceMap(ServiceMap pServiceMap)
Sets property serviceMap


getServiceMap

public ServiceMap getServiceMap()
Returns property serviceMap


setExpandByDefault

public void setExpandByDefault(boolean pExpandByDefault)
Sets property expandByDefault


isExpandByDefault

public boolean isExpandByDefault()
Returns property expandByDefault