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

io.konga.metadata.definition.ScopedConfiguration Maven / Gradle / Ivy

package io.konga.metadata.definition;

import java.util.ArrayList;

import io.konga.metadata.definition.enumerations.FormModes;

public class ScopedConfiguration extends ArrayList {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6974918681276633486L;
	
	private FormModes scope;

	public FormModes getScope() {
		return scope;
	}

	public void setScope(FormModes scope) {
		this.scope = scope;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy