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

br.com.swconsultoria.efd.icms.registros.blocoD.RegistroD130 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D130";
    private String cod_part_consg;
    private String cod_part_red;
    private String ind_frt_red;
    private String cod_mun_orig;
    private String cod_mun_dest;
    private String veic_id;
    private String vl_liq_frt;
    private String vl_sec_cat;
    private String vl_desp;
    private String vl_pedg;
    private String vl_out;
    private String vl_frt;
    private String uf_id;

    /**
     * @return the cod_part_consg
     */
    public String getCod_part_consg() {
        return cod_part_consg;
    }

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

    /**
     * @return the cod_part_red
     */
    public String getCod_part_red() {
        return cod_part_red;
    }

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

    /**
     * @return the ind_frt_red
     */
    public String getInd_frt_red() {
        return ind_frt_red;
    }

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

    /**
     * @return the cod_mun_orig
     */
    public String getCod_mun_orig() {
        return cod_mun_orig;
    }

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

    /**
     * @return the cod_mun_dest
     */
    public String getCod_mun_dest() {
        return cod_mun_dest;
    }

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

    /**
     * @return the veic_id
     */
    public String getVeic_id() {
        return veic_id;
    }

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

    /**
     * @return the vl_liq_frt
     */
    public String getVl_liq_frt() {
        return vl_liq_frt;
    }

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

    /**
     * @return the vl_sec_cat
     */
    public String getVl_sec_cat() {
        return vl_sec_cat;
    }

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

    /**
     * @return the vl_desp
     */
    public String getVl_desp() {
        return vl_desp;
    }

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

    /**
     * @return the vl_pedg
     */
    public String getVl_pedg() {
        return vl_pedg;
    }

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

    /**
     * @return the vl_out
     */
    public String getVl_out() {
        return vl_out;
    }

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

    /**
     * @return the vl_frt
     */
    public String getVl_frt() {
        return vl_frt;
    }

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

    /**
     * @return the uf_id
     */
    public String getUf_id() {
        return uf_id;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy