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

net.anotheria.anosite.gen.assitedata.bean.EditSiteFB Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** EditSiteFB.java                                                          ***
 *** generated by AnoSiteGenerator (ASG), Version: 2.6.3                      ***
 *** Copyright (C) 2005 - 2010 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.assitedata.bean;

import net.anotheria.maf.bean.FormBean;
import java.util.List;
import net.anotheria.webutils.bean.LabelValueBean;


public class EditSiteFB implements FormBean{

	// Generated by: class net.anotheria.asg.generator.view.action.ModuleBeanGenerator.generateDialogForm

	// Generated by: class net.anotheria.asg.generator.view.action.ModuleBeanGenerator.generateDialogForm

	private String id;
	private String name;
	private String titleEN;
	private String titleDE;
	private String subtitleEN;
	private String subtitleDE;
	private String keywordsEN;
	private String keywordsDE;
	private String descriptionEN;
	private String descriptionDE;
	private int topNavi;
	private int mainNavi;
	private String startpage;
	private List startpageCollection;
	private String startpageCurrentValue;
	private String startpageIdOfCurrentValue;
	private String searchpage;
	private List searchpageCollection;
	private String searchpageCurrentValue;
	private String searchpageIdOfCurrentValue;
	private boolean languageselector;
	private String headerBackground;
	private List headerBackgroundCollection;
	private String headerBackgroundCurrentValue;
	private String headerBackgroundIdOfCurrentValue;
	private String siteLogo;
	private List siteLogoCollection;
	private String siteLogoCurrentValue;
	private String siteLogoIdOfCurrentValue;

	public void setId(String id ){
		this.id = id;
	}

	public String getId(){
		return id;
	}

	public void setName(String name ){
		this.name = name;
	}

	public String getName(){
		return name;
	}

	public void setTitleEN(String title ){
		this.titleEN = title;
	}

	public String getTitleEN(){
		return titleEN;
	}

	public void setTitleDE(String title ){
		this.titleDE = title;
	}

	public String getTitleDE(){
		return titleDE;
	}

	public void setSubtitleEN(String subtitle ){
		this.subtitleEN = subtitle;
	}

	public String getSubtitleEN(){
		return subtitleEN;
	}

	public void setSubtitleDE(String subtitle ){
		this.subtitleDE = subtitle;
	}

	public String getSubtitleDE(){
		return subtitleDE;
	}

	public void setKeywordsEN(String keywords ){
		this.keywordsEN = keywords;
	}

	public String getKeywordsEN(){
		return keywordsEN;
	}

	public void setKeywordsDE(String keywords ){
		this.keywordsDE = keywords;
	}

	public String getKeywordsDE(){
		return keywordsDE;
	}

	public void setDescriptionEN(String description ){
		this.descriptionEN = description;
	}

	public String getDescriptionEN(){
		return descriptionEN;
	}

	public void setDescriptionDE(String description ){
		this.descriptionDE = description;
	}

	public String getDescriptionDE(){
		return descriptionDE;
	}

	public void setTopNavi(int topNavi ){
		this.topNavi = topNavi;
	}

	public int getTopNavi(){
		return topNavi;
	}

	public void setMainNavi(int mainNavi ){
		this.mainNavi = mainNavi;
	}

	public int getMainNavi(){
		return mainNavi;
	}

	public void setStartpageCollection(List startpageCollection ){
		this.startpageCollection = startpageCollection;
	}

	public List getStartpageCollection(){
		return startpageCollection;
	}

	public void setStartpageCurrentValue(String startpageCurrentValue ){
		this.startpageCurrentValue = startpageCurrentValue;
	}

	public String getStartpageCurrentValue(){
		return startpageCurrentValue;
	}

	public void setStartpageIdOfCurrentValue(String startpageIdOfCurrentValue ){
		this.startpageIdOfCurrentValue = startpageIdOfCurrentValue;
	}

	public String getStartpageIdOfCurrentValue(){
		return startpageIdOfCurrentValue;
	}

	public void setStartpage(String startpage ){
		this.startpage = startpage;
	}

	public String getStartpage(){
		return startpage;
	}

	public void setSearchpageCollection(List searchpageCollection ){
		this.searchpageCollection = searchpageCollection;
	}

	public List getSearchpageCollection(){
		return searchpageCollection;
	}

	public void setSearchpageCurrentValue(String searchpageCurrentValue ){
		this.searchpageCurrentValue = searchpageCurrentValue;
	}

	public String getSearchpageCurrentValue(){
		return searchpageCurrentValue;
	}

	public void setSearchpageIdOfCurrentValue(String searchpageIdOfCurrentValue ){
		this.searchpageIdOfCurrentValue = searchpageIdOfCurrentValue;
	}

	public String getSearchpageIdOfCurrentValue(){
		return searchpageIdOfCurrentValue;
	}

	public void setSearchpage(String searchpage ){
		this.searchpage = searchpage;
	}

	public String getSearchpage(){
		return searchpage;
	}

	public void setLanguageselector(boolean languageselector ){
		this.languageselector = languageselector;
	}

	public boolean isLanguageselector(){
		return languageselector;
	}

	public void setHeaderBackgroundCollection(List headerBackgroundCollection ){
		this.headerBackgroundCollection = headerBackgroundCollection;
	}

	public List getHeaderBackgroundCollection(){
		return headerBackgroundCollection;
	}

	public void setHeaderBackgroundCurrentValue(String headerBackgroundCurrentValue ){
		this.headerBackgroundCurrentValue = headerBackgroundCurrentValue;
	}

	public String getHeaderBackgroundCurrentValue(){
		return headerBackgroundCurrentValue;
	}

	public void setHeaderBackgroundIdOfCurrentValue(String headerBackgroundIdOfCurrentValue ){
		this.headerBackgroundIdOfCurrentValue = headerBackgroundIdOfCurrentValue;
	}

	public String getHeaderBackgroundIdOfCurrentValue(){
		return headerBackgroundIdOfCurrentValue;
	}

	public void setHeaderBackground(String headerBackground ){
		this.headerBackground = headerBackground;
	}

	public String getHeaderBackground(){
		return headerBackground;
	}

	public void setSiteLogoCollection(List siteLogoCollection ){
		this.siteLogoCollection = siteLogoCollection;
	}

	public List getSiteLogoCollection(){
		return siteLogoCollection;
	}

	public void setSiteLogoCurrentValue(String siteLogoCurrentValue ){
		this.siteLogoCurrentValue = siteLogoCurrentValue;
	}

	public String getSiteLogoCurrentValue(){
		return siteLogoCurrentValue;
	}

	public void setSiteLogoIdOfCurrentValue(String siteLogoIdOfCurrentValue ){
		this.siteLogoIdOfCurrentValue = siteLogoIdOfCurrentValue;
	}

	public String getSiteLogoIdOfCurrentValue(){
		return siteLogoIdOfCurrentValue;
	}

	public void setSiteLogo(String siteLogo ){
		this.siteLogo = siteLogo;
	}

	public String getSiteLogo(){
		return siteLogo;
	}

	private boolean multilingualInstanceDisabled;

	public void setMultilingualInstanceDisabled(boolean multilingualInstanceDisabled ){
		this.multilingualInstanceDisabled = multilingualInstanceDisabled;
	}

	public boolean isMultilingualInstanceDisabled(){
		return multilingualInstanceDisabled;
	}

	/**
	 * LockableObject "locked" property. For object Locking.
	 */
	private boolean locked;

	public void setLocked(boolean locked ){
		this.locked = locked;
	}

	public boolean isLocked(){
		return locked;
	}

	/**
	 * LockableObject "lockerId" property. For userName containing.
	 */
	private String lockerId;

	public void setLockerId(String lockerId ){
		this.lockerId = lockerId;
	}

	public String getLockerId(){
		return lockerId;
	}

	/**
	 * LockableObject "lockingTime" property.
	 */
	private String lockingTime;

	public void setLockingTime(String lockingTime ){
		this.lockingTime = lockingTime;
	}

	public String getLockingTime(){
		return lockingTime;
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy