AGWA Design Documentation: Migrating to ArcGIS and the Internet

representation of a map. We use an abstract class to allow room for more than one vendor’s implementation of map objects. An ESRI implementation of a map object. This is the chosen vendor for Internet map objects. User Static Structure Use -userId : String -firstName : String -lastName : String -email : String -plans : Plan +getId() +getFirstName() +getLastName() +getEmail() +getPlans() +setId() +setFirstName() +setLastName() +setEmail() +setPlans() Maintains information about a current web application user. Note: More than one user can use the system at any time.