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

package af;

/**
 *
 * @author Edson
 */
public class AceSolPgto {
    private String chavesolpgto = null;

    public AceSolPgto(){
        
    }

    public String getChavesolpgto() {
        return chavesolpgto;
    }

    public void setChavesolpgto(String chavesolpgto) {
        this.chavesolpgto = chavesolpgto;
    }
    
}
