Class 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 Detail

      • VehicleRegistration

        public VehicleRegistration()
      • VehicleRegistration

        public VehicleRegistration​(long id)
    • Method Detail

      • getId

        public long getId()
      • setId

        private void setId​(long id)
      • getVin

        public String getVin()
      • setVin

        public void setVin​(String vin)
      • setOwners

        public void setOwners​(List<Person> owners)