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

net.anotheria.anosite.gen.ascustomaction.bean.EditActionMappingDefFB Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** EditActionMappingDefFB.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.ascustomaction.bean;

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


public class EditActionMappingDefFB 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 action;
	private List actionCollection;
	private String actionCurrentValue;
	private String actionIdOfCurrentValue;
	private String url;
	private String page;
	private List pageCollection;
	private String pageCurrentValue;
	private String pageIdOfCurrentValue;
	private String parameters;
	private int command;
	private List commandCollection;
	private String commandCurrentValue;
	private String commandIdOfCurrentValue;
	private int localizationBundles;

	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 setActionCollection(List actionCollection ){
		this.actionCollection = actionCollection;
	}

	public List getActionCollection(){
		return actionCollection;
	}

	public void setActionCurrentValue(String actionCurrentValue ){
		this.actionCurrentValue = actionCurrentValue;
	}

	public String getActionCurrentValue(){
		return actionCurrentValue;
	}

	public void setActionIdOfCurrentValue(String actionIdOfCurrentValue ){
		this.actionIdOfCurrentValue = actionIdOfCurrentValue;
	}

	public String getActionIdOfCurrentValue(){
		return actionIdOfCurrentValue;
	}

	public void setAction(String action ){
		this.action = action;
	}

	public String getAction(){
		return action;
	}

	public void setUrl(String url ){
		this.url = url;
	}

	public String getUrl(){
		return url;
	}

	public void setPageCollection(List pageCollection ){
		this.pageCollection = pageCollection;
	}

	public List getPageCollection(){
		return pageCollection;
	}

	public void setPageCurrentValue(String pageCurrentValue ){
		this.pageCurrentValue = pageCurrentValue;
	}

	public String getPageCurrentValue(){
		return pageCurrentValue;
	}

	public void setPageIdOfCurrentValue(String pageIdOfCurrentValue ){
		this.pageIdOfCurrentValue = pageIdOfCurrentValue;
	}

	public String getPageIdOfCurrentValue(){
		return pageIdOfCurrentValue;
	}

	public void setPage(String page ){
		this.page = page;
	}

	public String getPage(){
		return page;
	}

	public void setParameters(String parameters ){
		this.parameters = parameters;
	}

	public String getParameters(){
		return parameters;
	}

	public void setCommandCollection(List commandCollection ){
		this.commandCollection = commandCollection;
	}

	public List getCommandCollection(){
		return commandCollection;
	}

	public void setCommandCurrentValue(String commandCurrentValue ){
		this.commandCurrentValue = commandCurrentValue;
	}

	public String getCommandCurrentValue(){
		return commandCurrentValue;
	}

	public void setCommandIdOfCurrentValue(String commandIdOfCurrentValue ){
		this.commandIdOfCurrentValue = commandIdOfCurrentValue;
	}

	public String getCommandIdOfCurrentValue(){
		return commandIdOfCurrentValue;
	}

	public void setCommand(int command ){
		this.command = command;
	}

	public int getCommand(){
		return command;
	}

	public void setLocalizationBundles(int localizationBundles ){
		this.localizationBundles = localizationBundles;
	}

	public int getLocalizationBundles(){
		return localizationBundles;
	}

	/**
	 * 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;
	}

	/**
	 * Link to page
	 */
	private String pagelink;

	public void setPagelink(String pagelink ){
		this.pagelink = pagelink;
	}

	public String getPagelink(){
		return pagelink;
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy