/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package af;

/**
 *
 * @author Edson
 */
public class AceCtto {
    private String chavectto = null;
    private String nomectto = null;

    public AceCtto(){

    }

    public String getChavectto() {
        return chavectto;
    }

    public void setChavectto(String chavectto) {
        this.chavectto = chavectto;
    }

    public String getNomectto() {
        return nomectto;
    }

    public void setNomectto(String nomectto) {
        this.nomectto = nomectto;
    }
    
}
