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

com.github.alexsandrospecht.wrapper.AtividadeWrapper Maven / Gradle / Ivy

package com.github.alexsandrospecht.wrapper;

/**
 * Created by alexsandrospecht on 22/02/17.
 */
public class AtividadeWrapper {

    private String code;

    private String text;

    public String getCode() {
        return code;
    }

    public String getText() {
        return text;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy