CarTypeImpl.java

// license-header java merge-point
//
// Attention: Generated code! Do not modify by hand!
// Generated by HibernateEntityImpl.vsl in andromda-hibernate-cartridge on 08/18/2014 15:29:45-0400.
//
package org.andromda.samples.carrental.inventory;

/**
 * @see CarType
 */
// HibernateEntityImpl.vsl annotations merge-point
public class CarTypeImpl
    extends CarType
{
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = -8176715955705899850L;

// HibernateEntityImpl.vsl merge-point
}