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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K265";
    private String cod_item;
    private String qtd_cons;
    private String qtd_ret;

    /**
     * @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_cons
     */
    public String getQtd_cons() {
        return qtd_cons;
    }

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

    /**
     * @return the qtd_ret
     */
    public String getQtd_ret() {
        return qtd_ret;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy