Class EDmvMgmtImpl

  • All Implemented Interfaces:
    PersonMgmt, VehicleMgmt

    public class EDmvMgmtImpl
    extends Object
    implements PersonMgmt, VehicleMgmt
    This class provides a simple example of both the person and registration management implementation. They were combined into a single implementation class here for simplicity. They could easily be broken out into separate classes as their implementation gets more complex.