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

br.com.swconsultoria.efd.icms.registros.blocoB.RegistroB460 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

/**
 * @author Sidnei Klein
 */
@EqualsAndHashCode
public class RegistroB460 {

    private final String reg = "B460";
    private String ind_ded;
    private String vl_ded;
    private String num_proc;
    private String ind_proc;
    private String proc;
    private String cod_inf_obs;
    private String ind_obr;

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

    /**
     * @return the ind_ded
     */
    public String getInd_ded() {
        return ind_ded;
    }

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

    /**
     * @return the vl_ded
     */
    public String getVl_ded() {
        return vl_ded;
    }

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

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

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

    /**
     * @return the ind_obr
     */
    public String getInd_obr() {
        return ind_obr;
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy