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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K215";
    private String cod_item_des;
    private String qtd_des;

    /**
     * @return the cod_item_des
     */
    public String getCod_item_des() {
        return cod_item_des;
    }

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

    /**
     * @return the qtd_des
     */
    public String getQtd_des() {
        return qtd_des;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy