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

org.schema.MobilePhoneStore Maven / Gradle / Ivy

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

/**
 * Schema.org/MobilePhoneStore
 * A store that sells mobile phones and related accessories.
 *
 * @author schema.org
 * @class MobilePhoneStore
 * @module org.schema
 * @extends Store
 */
public class MobilePhoneStore extends Store {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public MobilePhoneStore() {
		context = "http://schema.org/";
		type = "MobilePhoneStore";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy