Commit 206de651 by Joel Florentin

estado de postulante enum corregido

parent 57028149
package com.roshka.modelo; package com.roshka.modelo;
public enum EstadoPostulante { public enum EstadoPostulante {
NUEVO("Nuevo"), CONTACTADO("Contactado"), RECHAZADO("Rechazado"), CONTRADADO("Contradado"), VOLVERLLAMAR ("Volver a llamar"); NUEVO("Nuevo"), CONTACTADO("Contactado"), RECHAZADO("Rechazado"), CONTRATADO("Contratado"), VOLVERLLAMAR ("Volver a llamar");
private final String estado; private final String estado;
EstadoPostulante(String estado){ EstadoPostulante(String estado){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment