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

br.com.swconsultoria.efd.icms.registros.blocoK.RegistroK100 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

import java.util.ArrayList;
import java.util.List;

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

    private final String reg = "K100";
    private String dt_ini;
    private String dt_fin;
    private List registroK200;
    private List registroK210;
    private List registroK220;
    private List registroK230;
    private List registroK250;
    private List registroK260;
    private List registroK270;
    private List registroK280;
    private List registroK290;
    private List registroK300;

    /**
     * @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_fin
     */
    public String getDt_fin() {
        return dt_fin;
    }

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

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

    /**
     * @return the registroK200
     */
    public List getRegistroK200() {
        if (registroK200 == null) {
            registroK200 = new ArrayList();
        }
        return registroK200;
    }

    /**
     * @return the registroK210
     */
    public List getRegistroK210() {
        if (registroK210 == null) {
            registroK210 = new ArrayList();
        }
        return registroK210;
    }

    /**
     * @return the registroK220
     */
    public List getRegistroK220() {
        if (registroK220 == null) {
            registroK220 = new ArrayList();
        }
        return registroK220;
    }

    /**
     * @return the registroK230
     */
    public List getRegistroK230() {
        if (registroK230 == null) {
            registroK230 = new ArrayList();
        }
        return registroK230;
    }

    /**
     * @return the registroK250
     */
    public List getRegistroK250() {
        if (registroK250 == null) {
            registroK250 = new ArrayList();
        }
        return registroK250;
    }

    /**
     * @return the registroK260
     */
    public List getRegistroK260() {
        if (registroK260 == null) {
            registroK260 = new ArrayList();
        }
        return registroK260;
    }

    /**
     * @return the registroK270
     */
    public List getRegistroK270() {
        if (registroK270 == null) {
            registroK270 = new ArrayList();
        }
        return registroK270;
    }

    /**
     * @return the registroK280
     */
    public List getRegistroK280() {
        if (registroK280 == null) {
            registroK280 = new ArrayList();
        }
        return registroK280;
    }

    /**
     * @return the registroK290
     */
    public List getRegistroK290() {
        if (registroK290 == null) {
            registroK290 = new ArrayList();
        }
        return registroK290;
    }

    /**
     * @return the registroK300
     */
    public List getRegistroK300() {
        if (registroK300 == null) {
            registroK300 = new ArrayList();
        }
        return registroK300;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy