Package Bean

Examples of Bean.PlanoAcao


    
    public List<PlanoAcao> createPlano(int size) {
        List<PlanoAcao> list = new ArrayList<>();
        //for(int i = 0 ; i < size ; i++) {
            Date dt = new Date();
            list.add(new PlanoAcao(getRandomId(), getRandomResponsavel(), getRandomEstrategia(), "Solucionar", getRandomArea(), dt, dt, dt, getRandomEntrada(), getRandomAcao(), "1. Criar planilha semelhante à de RMP", "Para controlar as solicitações de troca de procedimento realizadas pelos Cooperados", "TI e Auditoria Uni", "Estudar junto à Auditoria Uni quais são os recursos que tal planilha deverá prover e criá-la utilizando VBA", "Até 30/04/2014"));
        //}
        
        return list;
    }
View Full Code Here

TOP

Related Classes of Bean.PlanoAcao

Copyright © 2018 www.massapicom. 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.