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

br.com.swconsultoria.efd.icms.registros.blocoC.RegistroC110 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

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

    private final String reg = "C110";
    private String cod_inf;
    private String txt_compl;
    private List registroC111;
    private List registroC112;
    private List registroC113;
    private List registroC114;
    private List registroC115;
    private List registroC116;

    /**
     * @return the cod_inf
     */
    public String getCod_inf() {
        return cod_inf;
    }

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

    /**
     * @return the txt_compl
     */
    public String getTxt_compl() {
        return txt_compl;
    }

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

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

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

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

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

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy