All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.crowdcode.kissmda.testapp.HeadquarterOffice Maven / Gradle / Ivy

/** 
 * Generated by KissMDA - Simple Java Cartridge - kissmda-cartridges-simple-java.
 * KissMDA: http://kissmda.org
 *  
 * DO NOT EDIT this file manually! All changes will be overwritten by next generation!
 *  
 * Generation date: Tue May 20 17:15:11 CEST 2014.
 */
package de.crowdcode.kissmda.testapp;
import de.crowdcode.kissmda.testapp.components.Company;
import java.util.Collection;
public interface HeadquarterOffice {
	Collection getCompanies();
	void addCompany(Company company);
	String getName();
	void setName(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy