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

org.schema.SaleEvent Maven / Gradle / Ivy

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

/**
 * Schema.org/SaleEvent
 * Event type: Sales event.
 *
 * @author schema.org
 * @class SaleEvent
 * @module org.schema
 * @extends Event
 */
public class SaleEvent extends Event {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public SaleEvent() {
		context = "http://schema.org/";
		type = "SaleEvent";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy