// license-header java merge-point /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.7; /** * @see org.andromda.test.7.Car */ public class CarImpl extends org.andromda.test.7.Car { /** * The serial version UID of this class. Needed for serialization. */ private static final long serialVersionUID = -7140762284700160581L; /** * @see org.andromda.test.7.Car#isRented() */ public boolean isRented() { // @todo implement public boolean isRented() return false; } }