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

br.com.swconsultoria.efd.icms.registros.blocoG.RegistroG126 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "G126";
    private String dt_ini;
    private String dt_fin;
    private String num_parc;
    private String vl_parc_pass;
    private String vl_trib_oc;
    private String vl_total;
    private String ind_per_sai;
    private String vl_parc_aprop;

    /**
     * @return the dt_ini
     */
    public String getDt_ini() {
        return dt_ini;
    }

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

    /**
     * @return the dt_fin
     */
    public String getDt_fin() {
        return dt_fin;
    }

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

    /**
     * @return the num_parc
     */
    public String getNum_parc() {
        return num_parc;
    }

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

    /**
     * @return the vl_parc_pass
     */
    public String getVl_parc_pass() {
        return vl_parc_pass;
    }

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

    /**
     * @return the vl_trib_oc
     */
    public String getVl_trib_oc() {
        return vl_trib_oc;
    }

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

    /**
     * @return the vl_total
     */
    public String getVl_total() {
        return vl_total;
    }

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

    /**
     * @return the ind_per_sai
     */
    public String getInd_per_sai() {
        return ind_per_sai;
    }

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

    /**
     * @return the vl_parc_aprop
     */
    public String getVl_parc_aprop() {
        return vl_parc_aprop;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy