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

/glassfish-3.1.2/tests/community/persistence/servlet-jpa-app/src/java/persistence/
H A DWebCustomer.java69 @NamedQuery(name = "WebCustomer.findByCustId", query = "SELECT w FROM WebCustomer w WHERE w.custId = :custId"),
77 private Integer custId; field in class:WebCustomer
91 * @param custId the custId of the WebCustomer
93 public WebCustomer(Integer custId) { argument
94 this.custId = custId;
98 * Gets the custId of this WebCustomer.
99 * @return the custId
109 setCustId(Integer custId) argument
[all...]

Completed in 164 milliseconds