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

org.schema.PawnShop Maven / Gradle / Ivy

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

/**
 * Schema.org/PawnShop
 * A shop that will buy, or lend money against the security of, personal possessions.
 *
 * @author schema.org
 * @class PawnShop
 * @module org.schema
 * @extends Store
 */
public class PawnShop extends Store {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public PawnShop() {
		context = "http://schema.org/";
		type = "PawnShop";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy