All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.efd.icms.registros.blocoC.RegistroC116 Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package br.com.swconsultoria.efd.icms.registros.blocoC;

import lombok.EqualsAndHashCode;

/**
 * @author Samuel Oliveira
 *
 */
@EqualsAndHashCode
public class RegistroC116 {

    private final String reg = "C116";
    private String cod_mod;
    private String nr_sat;
    private String chv_cfe;
    private String num_cfe;
    private String dt_doc;

    /**
     * @return the cod_mod
     */
    public String getCod_mod() {
        return cod_mod;
    }

    /**
     * @param cod_mod the cod_mod to set
     */
    public void setCod_mod(String cod_mod) {
        this.cod_mod = cod_mod;
    }

    /**
     * @return the nr_sat
     */
    public String getNr_sat() {
        return nr_sat;
    }

    /**
     * @param nr_sat the nr_sat to set
     */
    public void setNr_sat(String nr_sat) {
        this.nr_sat = nr_sat;
    }

    /**
     * @return the chv_cfe
     */
    public String getChv_cfe() {
        return chv_cfe;
    }

    /**
     * @param chv_cfe the chv_cfe to set
     */
    public void setChv_cfe(String chv_cfe) {
        this.chv_cfe = chv_cfe;
    }

    /**
     * @return the num_cfe
     */
    public String getNum_cfe() {
        return num_cfe;
    }

    /**
     * @param num_cfe the num_cfe to set
     */
    public void setNum_cfe(String num_cfe) {
        this.num_cfe = num_cfe;
    }

    /**
     * @return the dt_doc
     */
    public String getDt_doc() {
        return dt_doc;
    }

    /**
     * @param dt_doc the dt_doc to set
     */
    public void setDt_doc(String dt_doc) {
        this.dt_doc = dt_doc;
    }

    /**
     * @return the reg
     */
    public String getReg() {
        return reg;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy