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

br.com.swconsultoria.efd.icms.registros.blocoE.RegistroE990 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "E990";
    private String qtd_lin_e;

    /**
     * @return the qtd_lin_e
     */
    public String getQtd_lin_e() {
        return qtd_lin_e;
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy