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

br.com.swconsultoria.efd.icms.registros.blocoC.RegistroC160 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "C160";
    private String cod_part;
    private String veic_id;
    private String qtd_vol;
    private String peso_brt;
    private String peso_liq;
    private String uf_id;

    /**
     * @return the cod_part
     */
    public String getCod_part() {
        return cod_part;
    }

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

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

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

    /**
     * @return the peso_brt
     */
    public String getPeso_brt() {
        return peso_brt;
    }

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

    /**
     * @return the peso_liq
     */
    public String getPeso_liq() {
        return peso_liq;
    }

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

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