/** * Example license header for Java files * * http://www.andromda.org/ */ // // Attention: Generated code! Do not modify by hand! // Generated by: SpringService.vsl in andromda-spring-cartridge. // package org.andromda.test.6; /** * */ public interface RentalService { /** *

* Returns a list of all cars known by the system. *

*/ public java.util.List getAllCars(); /** *

* Returns all customers with the specified name. *

*/ public java.util.List getCustomersByName(java.lang.String name); }