E G I L O P S T V 
All Classes All Packages

E

EDmvException - Exception in ejava.projects.edmv.bl
 
EDmvException() - Constructor for exception ejava.projects.edmv.bl.EDmvException
 
EDmvException(String) - Constructor for exception ejava.projects.edmv.bl.EDmvException
 
ejava.projects.edmv.bl - package ejava.projects.edmv.bl
 
ejava.projects.edmv.bo - package ejava.projects.edmv.bo
 

G

getId() - Method in class ejava.projects.edmv.bo.Person
 
getId() - Method in class ejava.projects.edmv.bo.VehicleRegistration
 
getLastName() - Method in class ejava.projects.edmv.bo.Person
 
getOwners() - Method in class ejava.projects.edmv.bo.VehicleRegistration
 
getPeople(int, int) - Method in interface ejava.projects.edmv.bl.PersonMgmt
 
getRegistrations(int, int) - Method in interface ejava.projects.edmv.bl.VehicleMgmt
 
getVin() - Method in class ejava.projects.edmv.bo.VehicleRegistration
 

I

id - Variable in class ejava.projects.edmv.bo.Person
 
id - Variable in class ejava.projects.edmv.bo.VehicleRegistration
 

L

lastName - Variable in class ejava.projects.edmv.bo.Person
 

O

owners - Variable in class ejava.projects.edmv.bo.VehicleRegistration
 

P

Person - Class in ejava.projects.edmv.bo
This class provides a sparse _example_ of a person entity that will get populated from the ingested data and inserted into the DB.
Person() - Constructor for class ejava.projects.edmv.bo.Person
 
Person(long) - Constructor for class ejava.projects.edmv.bo.Person
 
PersonMgmt - Interface in ejava.projects.edmv.bl
This interface provides a _sparse_ example for business logic related to managing people within the DMV.

S

serialVersionUID - Static variable in exception ejava.projects.edmv.bl.EDmvException
 
setId(long) - Method in class ejava.projects.edmv.bo.Person
 
setId(long) - Method in class ejava.projects.edmv.bo.VehicleRegistration
 
setLastName(String) - Method in class ejava.projects.edmv.bo.Person
 
setOwners(List<Person>) - Method in class ejava.projects.edmv.bo.VehicleRegistration
 
setVin(String) - Method in class ejava.projects.edmv.bo.VehicleRegistration
 

T

toString() - Method in class ejava.projects.edmv.bo.Person
 
toString() - Method in class ejava.projects.edmv.bo.VehicleRegistration
 

V

VehicleMgmt - Interface in ejava.projects.edmv.bl
This interface provides a _sparse_ example of business logic that provides management of vehicle registrations.
VehicleRegistration - Class in ejava.projects.edmv.bo
This class provides a sparse _example_ implementation of a vehicle entity that will get populated from the ingested data from the parser.
VehicleRegistration() - Constructor for class ejava.projects.edmv.bo.VehicleRegistration
 
VehicleRegistration(long) - Constructor for class ejava.projects.edmv.bo.VehicleRegistration
 
vin - Variable in class ejava.projects.edmv.bo.VehicleRegistration
 
E G I L O P S T V 
All Classes All Packages