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

org.schema.OfficeEquipmentStore Maven / Gradle / Ivy

package org.schema;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy