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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D197";
    private String cod_aj;
    private String descr_compl_aj;
    private String cod_item;
    private String vl_bc_icms;
    private String aliq_icms;
    private String vl_icms;
    private String vl_outros;

    /**
     * @return the cod_aj
     */
    public String getCod_aj() {
        return cod_aj;
    }

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

    /**
     * @return the descr_compl_aj
     */
    public String getDescr_compl_aj() {
        return descr_compl_aj;
    }

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

    /**
     * @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 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 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 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_outros
     */
    public String getVl_outros() {
        return vl_outros;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy