Class BasicDiscountProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, DiscountProcessor

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

BasicDiscountProcessor is the default implementation of the DiscountProcessor interface for the application.

Author:
David Tobey