![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.DepartmentStore Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/DepartmentStore
* A department store.
*
* @author schema.org
* @class DepartmentStore
* @module org.schema
* @extends Store
*/
public class DepartmentStore extends Store {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public DepartmentStore() {
context = "http://schema.org/";
type = "DepartmentStore";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy