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

br.com.swconsultoria.efd.icms.registros.blocoE.RegistroE311 Maven / Gradle / Ivy

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

import lombok.EqualsAndHashCode;

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

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

    private final String reg = "E311";
    private String cod_aj_apur;
    private String descr_compl_aj;
    private String vl_aj_apur;
    private List registroE312;
    private List registroE313;

    /**
     * @return the cod_aj_apur
     */
    public String getCod_aj_apur() {
        return cod_aj_apur;
    }

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

    /**
     * @return the descr_compl_aj
     */
    public String getDescr_compl_aj() {
        return descr_compl_aj;
    }

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

    /**
     * @return the vl_aj_apur
     */
    public String getVl_aj_apur() {
        return vl_aj_apur;
    }

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

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy