Searched defs:custname (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/community/persistence/servlet-jpa-app/src/java/persistence/
H A DWebCustomer.java71 @NamedQuery(name = "WebCustomer.findByCustname", query = "SELECT w FROM WebCustomer w WHERE w.custname = :custname")
83 private String custname; field in class:WebCustomer
130 * Gets the custname of this WebCustomer.
131 * @return the custname
134 return this.custname;
138 * Sets the custname of this WebCustomer to the specified value.
139 * @param custname the new custname
141 public void setCustname(String custname) { argument
[all...]

Completed in 2300 milliseconds