/** * Example license header for Java files * * http://www.andromda.org/ */ /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.6; /** * @see org.andromda.test.6.RentalService */ public class RentalServiceImpl extends org.andromda.test.6.RentalServiceBase { /** * @see org.andromda.test.6.RentalService#getAllCars() */ protected java.util.List handleGetAllCars() throws java.lang.Exception { // @todo implement protected java.util.List handleGetAllCars() return null; } /** * @see org.andromda.test.6.RentalService#getCustomersByName(java.lang.String) */ protected java.util.List handleGetCustomersByName(java.lang.String name) throws java.lang.Exception { // @todo implement protected java.util.List handleGetCustomersByName(java.lang.String name) return null; } }