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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "D001";
    private String ind_mov;

    /**
     * @return the ind_mov
     */
    public String getInd_mov() {
        return ind_mov;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy