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

br.com.swconsultoria.efd.icms.registros.bloco1.Registro1922 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "1922";
    private String num_da;
    private String num_proc;
    private String ind_proc;
    private String proc;
    private String txt_compl;

    /**
     * @return the num_da
     */
    public String getNum_da() {
        return num_da;
    }

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

    /**
     * @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 reg
     */
    public String getReg() {
        return reg;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy