I have three classes:
public class Customer{ public Integer idCustomer; public String name; public String status; public Integer idPlant; publ