Package ejava.projects.edmv.bo
Class VehicleRegistration
- java.lang.Object
-
- ejava.projects.edmv.bo.VehicleRegistration
-
- All Implemented Interfaces:
Serializable
@Entity(name="VehicleRegistration") public class VehicleRegistration extends Object implements Serializable
This class provides a sparse _example_ implementation of a vehicle entity that will get populated from the ingested data from the parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleRegistration()
VehicleRegistration(long id)
-