Class BasicCountryProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, CountryProcessor

public class BasicCountryProcessor extends BaseBusinessProcessor implements CountryProcessor
Processes business logic having to do with countries. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting countries.

BasicCountryProcessor is the default implementation of the CountryProcessor interface for the application.

Author:
David Tobey