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

br.com.swconsultoria.efd.icms.registros.blocoE.RegistroE116 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "E116";
    private String cod_or;
    private String vl_or;
    private String dt_vcto;
    private String cod_rec;
    private String num_proc;
    private String ind_proc;
    private String proc;
    private String txt_compl;
    private String mes_ref;

    /**
     * @return the cod_or
     */
    public String getCod_or() {
        return cod_or;
    }

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

    /**
     * @return the vl_or
     */
    public String getVl_or() {
        return vl_or;
    }

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

    /**
     * @return the dt_vcto
     */
    public String getDt_vcto() {
        return dt_vcto;
    }

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

    /**
     * @return the cod_rec
     */
    public String getCod_rec() {
        return cod_rec;
    }

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

    /**
     * @return the num_proc
     */
    public String getNum_proc() {
        return num_proc;
    }

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

    /**
     * @return the ind_proc
     */
    public String getInd_proc() {
        return ind_proc;
    }

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

    /**
     * @return the proc
     */
    public String getProc() {
        return proc;
    }

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

    /**
     * @return the txt_compl
     */
    public String getTxt_compl() {
        return txt_compl;
    }

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

    /**
     * @return the mes_ref
     */
    public String getMes_ref() {
        return mes_ref;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy