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