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

br.com.swconsultoria.efd.icms.registros.blocoG.RegistroG990 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "G990";
    private String qtd_lin_g;

    /**
     * @return the qtd_lin_g
     */
    public String getQtd_lin_g() {
        return qtd_lin_g;
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy