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

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

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

import lombok.EqualsAndHashCode;

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

    private final String reg = "K280";
    private String dt_est;
    private String cod_item;
    private String qtd_cor_pos;
    private String qtd_cor_neg;
    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_cor_pos
     */
    public String getQtd_cor_pos() {
        return qtd_cor_pos;
    }

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

    /**
     * @return the qtd_cor_neg
     */
    public String getQtd_cor_neg() {
        return qtd_cor_neg;
    }

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

    /**
     * @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