Examples of FoodComplaintStateClosed


Examples of healthwatcher.model.complaint.state.FoodComplaintStateClosed

       super(solicitante, descricao, observacao,email, atendente, situacao, dataParecer,dataQueixa, enderecoSolicitante,0);
          if(situacao==Situation.QUEIXA_ABERTA)
              state= new FoodComplaintStateOpen(qtdeComensais,qtdeDoentes, qtdeInternacoes, qtdeObitos,localAtendimento,
                      refeicaoSuspeita,enderecoDoente);
              else if(situacao==Situation.QUEIXA_FECHADA)
                state= new FoodComplaintStateClosed(qtdeComensais,qtdeDoentes, qtdeInternacoes, qtdeObitos,localAtendimento,
                          refeicaoSuspeita,enderecoDoente);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.