Code Generator for Eclipse Code
Brought to you by:
hotzst
changed | /trunk/ch.sahits.codegen.test/fragments/headless_test/Bar5.java |
changed | /trunk/ch.sahits.codegen.test/fragments/headless_test/Taz1.java |
--- a/trunk/ch.sahits.codegen.test/fragments/headless_test/Bar5.java +++ b/trunk/ch.sahits.codegen.test/fragments/headless_test/Bar5.java @@ -82,7 +82,7 @@ } /** - * Load a data set by the unique index USERNAME + * Load a data set by the unique index `USERNAME` * @param USERNAME value that is part of the index * @return selected User @@ -98,7 +98,7 @@ } /** - * Load a data set by the unique index EMAIL + * Load a data set by the unique index `EMAIL` * @param EMAIL value that is part of the index * @return selected User
--- a/trunk/ch.sahits.codegen.test/fragments/headless_test/Taz1.java +++ b/trunk/ch.sahits.codegen.test/fragments/headless_test/Taz1.java @@ -10,14 +10,14 @@ */ public class Taz { - /** <code>name</code> holds the value of the field name */ + /** <code>name</code> holds the value of the field NAME */ private Name name; - /** <code>description</code> holds the value of the field description */ + /** <code>description</code> holds the value of the field DESCRIPTION */ private Description description; - /** <code>message</code> holds the value of the field message */ + /** <code>message</code> holds the value of the field MESSAGE */ private Message message; /** - * Retrieve the value of the field name. + * Retrieve the value of the field NAME. * @return the value of the field */ public Name getName(){ @@ -25,14 +25,14 @@ } /** - * Set the value of the field name. - * @param name value to be set for name + * Set the value of the field NAME. + * @param name value to be set for NAME */ public void setName(Name name){ this.name = name; } /** - * Retrieve the value of the field description. + * Retrieve the value of the field DESCRIPTION. * @return the value of the field */ public Description getDescription(){ @@ -40,14 +40,14 @@ } /** - * Set the value of the field description. - * @param description value to be set for description + * Set the value of the field DESCRIPTION. + * @param description value to be set for DESCRIPTION */ public void setDescription(Description description){ this.description = description; } /** - * Retrieve the value of the field message. + * Retrieve the value of the field MESSAGE. * @return the value of the field */ public Message getMessage(){ @@ -55,8 +55,8 @@ } /** - * Set the value of the field message. - * @param message value to be set for message + * Set the value of the field MESSAGE. + * @param message value to be set for MESSAGE */ public void setMessage(Message message){ this.message = message;