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

net.anotheria.anosite.gen.shared.bean.SearchFB Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** SearchFB.java                                                            ***
 *** generated by AnoSiteGenerator (ASG), Version: 3.2.2                      ***
 *** Copyright (C) 2005 - 2023 Anotheria.net, www.anotheria.net               ***
 *** All Rights Reserved.                                                     ***
 ********************************************************************************
 *** Don't edit this code, if you aren't sure                                 ***
 *** that you do exactly know what you are doing!                             ***
 *** It's better to invest time in the generator, as into the generated code. ***
 ********************************************************************************
 */

package net.anotheria.anosite.gen.shared.bean;


public class SearchFB{

	// Generated by: class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator.generateSearchFB

	private String criteria;
	private String module;
	private String document;
	private String searchArea;

	public String getCriteria() {
		return criteria;
	}

	public void setCriteria(String criteria) {
		this.criteria = criteria;
	}

	public String getModule() {
		return module;
	} //

	public void setModule(String module) {
		this.module = module;
	} //

	public String getDocument() {
		return document;
	} //

	public void setDocument(String document) {
		this.document = document;
	}

	public String getSearchArea() {
		return searchArea;
	}

	public void setSearchArea(String searchArea) {
		this.searchArea = searchArea;
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy