package com.morgan.website.useragent; class Engine { String name; Version version = null; public Engine(String name) { this.name = name; } }