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

ixml-examples-wizard.2.6.20130530.source-code.Bean.txt Maven / Gradle / Ivy


${package}

/**
 *
 * @author Sorrentino
 */
public class ${className} {

	private ${type} ${name};




	
	public ${type} get${name}() {
		return ${attributeName};
	}

	public void set${name}( ${type} value ) {
		${attributeName} = value;
	}



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy