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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "C141";
    private String num_parc;
    private String dt_vcto;
    private String vl_parc;

    /**
     * @return the num_parc
     */
    public String getNum_parc() {
        return num_parc;
    }

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

    /**
     * @return the dt_vcto
     */
    public String getDt_vcto() {
        return dt_vcto;
    }

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

    /**
     * @return the vl_parc
     */
    public String getVl_parc() {
        return vl_parc;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy