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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D150";
    private String cod_mun_orig;
    private String cod_mun_dest;
    private String veic_id;
    private String viagem;
    private String ind_tfa;
    private String vl_peso_tx;
    private String vl_tx_terr;
    private String vl_tx_red;
    private String vl_out;
    private String vl_tx_adv;

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

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

    /**
     * @return the ind_tfa
     */
    public String getInd_tfa() {
        return ind_tfa;
    }

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

    /**
     * @return the vl_peso_tx
     */
    public String getVl_peso_tx() {
        return vl_peso_tx;
    }

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

    /**
     * @return the vl_tx_terr
     */
    public String getVl_tx_terr() {
        return vl_tx_terr;
    }

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

    /**
     * @return the vl_tx_red
     */
    public String getVl_tx_red() {
        return vl_tx_red;
    }

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

    /**
     * @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_tx_adv
     */
    public String getVl_tx_adv() {
        return vl_tx_adv;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy