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

br.com.swconsultoria.efd.icms.registros.blocoK.RegistroK275 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K275";
    private String cod_item;
    private String qtd_cor_pos;
    private String qtd_cor_neg;
    private String cod_ins_subst;

    /**
     * @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_cor_pos
     */
    public String getQtd_cor_pos() {
        return qtd_cor_pos;
    }

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

    /**
     * @return the qtd_cor_neg
     */
    public String getQtd_cor_neg() {
        return qtd_cor_neg;
    }

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

    /**
     * @return the cod_ins_subst
     */
    public String getCod_ins_subst() {
        return cod_ins_subst;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy