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

com.commercetools.sunrise.common.forms.CountryFormFieldBean Maven / Gradle / Ivy

There is a newer version: 1.0.0-M10
Show newest version
package com.commercetools.sunrise.common.forms;

import com.commercetools.sunrise.common.models.FormSelectableOptionBean;

import java.util.List;

public class CountryFormFieldBean {

    private List list;

    public List getList() {
        return list;
    }

    public void setList(final List list) {
        this.list = list;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy