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

br.com.swconsultoria.efd.icms.registros.blocoD.RegistroD411 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D411";
    private String num_doc_canc;

    /**
     * @return the num_doc_canc
     */
    public String getNum_doc_canc() {
        return num_doc_canc;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy