returnthe age return age;
return age;
returnthe description return description;
return description;
returnthe name return name;
return name;
returnthe bustedBefore return bustedBefore;
return bustedBefore;
bustedBefore = false;
paramage the age to set this.age = age;
this.age = age;
parambustedBefore the bustedBefore to set this.bustedBefore = bustedBefore;
this.bustedBefore = bustedBefore;
paramdescription the description to set this.description = description;
this.description = description;
paramname the name to set this.name = name;
this.name = name;
ActionErrors errors = super.validate(mapping, request); if (name == null || name.length() == 0) { errors.add("name", new ActionMessage("The name must not be blank")); } return errors;