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

lv.ctco.cukes.rest.gadgets.dto.GadgetData Maven / Gradle / Ivy

package lv.ctco.cukes.rest.gadgets.dto;

import java.util.*;

public class GadgetData {

    public GadgetData(Collection gadgets) {
        this.gadgets = gadgets;
    }

    private Collection gadgets;

    public Collection getGadgets() {
        return gadgets;
    }

    public void setGadgets(Collection gadgets) {
        this.gadgets = gadgets;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy