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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D120";
    private String cod_mun_orig;
    private String cod_mun_dest;
    private String veic_id;
    private String uf_id;

    /**
     * @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 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