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

br.com.swconsultoria.efd.icms.registros.bloco0.Registro0400 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "0400";
    private String cod_nat;
    private String descr_nat;

    /**
     * @return the cod_nat
     */
    public String getCod_nat() {
        return cod_nat;
    }

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

    /**
     * @return the descr_nat
     */
    public String getDescr_nat() {
        return descr_nat;
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy