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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K200";
    private String dt_est;
    private String cod_item;
    private String qtd;
    private String ind_est;
    private String cod_part;

    /**
     * @return the dt_est
     */
    public String getDt_est() {
        return dt_est;
    }

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

    /**
     * @return the cod_item
     */
    public String getCod_item() {
        return cod_item;
    }

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

    /**
     * @return the qtd
     */
    public String getQtd() {
        return qtd;
    }

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

    /**
     * @return the ind_est
     */
    public String getInd_est() {
        return ind_est;
    }

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

    /**
     * @return the cod_part
     */
    public String getCod_part() {
        return cod_part;
    }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy