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

br.com.swconsultoria.efd.icms.registros.blocoB.RegistroB440 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

/**
 * @author Sidnei Klein
 */
@EqualsAndHashCode
public class RegistroB440 {

    private final String reg = "B440";
    private String ind_oper;
    private String cod_part;
    private String vl_cont_rt;
    private String vl_bc_iss_rt;
    private String vl_iss_rt;

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

    /**
     * @return the ind_oper
     */
    public String getInd_oper() {
        return ind_oper;
    }

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

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

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

    /**
     * @return the vl_bc_iss_rt
     */
    public String getVl_bc_iss_rt() {
        return vl_bc_iss_rt;
    }

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

    /**
     * @return the vl_iss_rt
     */
    public String getVl_iss_rt() {
        return vl_iss_rt;
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy