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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "C179";
    private String bc_st_orig_dest;
    private String icms_st_rep;
    private String icms_st_compl;
    private String bc_ret;
    private String icms_ret;

    /**
     * @return the bc_st_orig_dest
     */
    public String getBc_st_orig_dest() {
        return bc_st_orig_dest;
    }

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

    /**
     * @return the icms_st_rep
     */
    public String getIcms_st_rep() {
        return icms_st_rep;
    }

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

    /**
     * @return the icms_st_compl
     */
    public String getIcms_st_compl() {
        return icms_st_compl;
    }

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

    /**
     * @return the bc_ret
     */
    public String getBc_ret() {
        return bc_ret;
    }

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

    /**
     * @return the icms_ret
     */
    public String getIcms_ret() {
        return icms_ret;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy