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

com.shopify.model.Shop Maven / Gradle / Ivy

package com.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class Shop {

	private String id;
	private String name;

	public String getId() {
		return id;
	}

	public void setId(String id) {
		this.id = id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy