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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "C495";
    private String aliq_icms;
    private String cod_item;
    private String qtd;
    private String qtd_canc;
    private String unid;
    private String vl_item;
    private String vl_desc;
    private String vl_canc;
    private String vl_acmo;
    private String vl_bc_icms;
    private String vl_icms;
    private String vl_isen;
    private String vl_nt;
    private String vl_icms_st;

    /**
     * @return the aliq_icms
     */
    public String getAliq_icms() {
        return aliq_icms;
    }

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

    /**
     * @return the cod_item
     */
    public String getCod_item() {
        return cod_item;
    }

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

    /**
     * @return the qtd
     */
    public String getQtd() {
        return qtd;
    }

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

    /**
     * @return the qtd_canc
     */
    public String getQtd_canc() {
        return qtd_canc;
    }

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

    /**
     * @return the unid
     */
    public String getUnid() {
        return unid;
    }

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

    /**
     * @return the vl_item
     */
    public String getVl_item() {
        return vl_item;
    }

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

    /**
     * @return the vl_desc
     */
    public String getVl_desc() {
        return vl_desc;
    }

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

    /**
     * @return the vl_canc
     */
    public String getVl_canc() {
        return vl_canc;
    }

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

    /**
     * @return the vl_acmo
     */
    public String getVl_acmo() {
        return vl_acmo;
    }

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

    /**
     * @return the vl_bc_icms
     */
    public String getVl_bc_icms() {
        return vl_bc_icms;
    }

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

    /**
     * @return the vl_icms
     */
    public String getVl_icms() {
        return vl_icms;
    }

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

    /**
     * @return the vl_isen
     */
    public String getVl_isen() {
        return vl_isen;
    }

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

    /**
     * @return the vl_nt
     */
    public String getVl_nt() {
        return vl_nt;
    }

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

    /**
     * @return the vl_icms_st
     */
    public String getVl_icms_st() {
        return vl_icms_st;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy