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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "0305";
    private String cod_ccus;
    private String func;
    private String vida_util;

    /**
     * @return the cod_ccus
     */
    public String getCod_ccus() {
        return cod_ccus;
    }

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

    /**
     * @return the func
     */
    public String getFunc() {
        return func;
    }

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

    /**
     * @return the vida_util
     */
    public String getVida_util() {
        return vida_util;
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy