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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K255";
    private String dt_cons;
    private String cod_item;
    private String qtd;
    private String cod_ins_subst;

    /**
     * @return the dt_cons
     */
    public String getDt_cons() {
        return dt_cons;
    }

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

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

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

    /**
     * @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