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

org.schema.WholesaleStore Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/WholesaleStore
 * A wholesale store.
 *
 * @author schema.org
 * @class WholesaleStore
 * @module org.schema
 * @extends Store
 */
public class WholesaleStore extends Store {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public WholesaleStore() {
		context = "http://schema.org/";
		type = "WholesaleStore";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy