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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "0205";
    private String desc_ant_item;
    private String dt_ini;
    private String dt_fim;
    private String cod_ant_item;

    /**
     * @return the desc_ant_item
     */
    public String getDesc_ant_item() {
        return desc_ant_item;
    }

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

    /**
     * @return the dt_ini
     */
    public String getDt_ini() {
        return dt_ini;
    }

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

    /**
     * @return the dt_fim
     */
    public String getDt_fim() {
        return dt_fim;
    }

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

    /**
     * @return the cod_ant_item
     */
    public String getCod_ant_item() {
        return cod_ant_item;
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy