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

br.com.swconsultoria.efd.icms.registros.blocoH.RegistroH030 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "H030";
    private String vl_icms_op;
    private String vl_bc_icms_st;
    private String vl_icms_st;
    private String vl_fcp;

    public String getVl_icms_op() {
        return vl_icms_op;
    }

    public void setVl_icms_op(String vl_icms_op) {
        this.vl_icms_op = vl_icms_op;
    }

    public String getVl_bc_icms_st() {
        return vl_bc_icms_st;
    }

    public void setVl_bc_icms_st(String vl_bc_icms_st) {
        this.vl_bc_icms_st = vl_bc_icms_st;
    }

    public String getVl_icms_st() {
        return vl_icms_st;
    }

    public void setVl_icms_st(String vl_icms_st) {
        this.vl_icms_st = vl_icms_st;
    }

    public String getVl_fcp() {
        return vl_fcp;
    }

    public void setVl_fcp(String vl_fcp) {
        this.vl_fcp = vl_fcp;
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy