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

de.crowdcode.kissmda.testapp.components.CompanyAttribute 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.components;
public interface CompanyAttribute {
	void add(T element1, E element2);
	String getName();
	void setName(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy