net.anotheria.anosite.gen.assitedata.bean.EditPageAliasFB Maven / Gradle / Ivy
/**
********************************************************************************
*** EditPageAliasFB.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 EditPageAliasFB 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 targetPage;
private List targetPageCollection;
private String targetPageCurrentValue;
private String targetPageIdOfCurrentValue;
private String parameters;
private int type;
private List typeCollection;
private String typeCurrentValue;
private String typeIdOfCurrentValue;
private int pathes;
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 setTargetPageCollection(List targetPageCollection ){
this.targetPageCollection = targetPageCollection;
}
public List getTargetPageCollection(){
return targetPageCollection;
}
public void setTargetPageCurrentValue(String targetPageCurrentValue ){
this.targetPageCurrentValue = targetPageCurrentValue;
}
public String getTargetPageCurrentValue(){
return targetPageCurrentValue;
}
public void setTargetPageIdOfCurrentValue(String targetPageIdOfCurrentValue ){
this.targetPageIdOfCurrentValue = targetPageIdOfCurrentValue;
}
public String getTargetPageIdOfCurrentValue(){
return targetPageIdOfCurrentValue;
}
public void setTargetPage(String targetPage ){
this.targetPage = targetPage;
}
public String getTargetPage(){
return targetPage;
}
public void setParameters(String parameters ){
this.parameters = parameters;
}
public String getParameters(){
return parameters;
}
public void setTypeCollection(List typeCollection ){
this.typeCollection = typeCollection;
}
public List getTypeCollection(){
return typeCollection;
}
public void setTypeCurrentValue(String typeCurrentValue ){
this.typeCurrentValue = typeCurrentValue;
}
public String getTypeCurrentValue(){
return typeCurrentValue;
}
public void setTypeIdOfCurrentValue(String typeIdOfCurrentValue ){
this.typeIdOfCurrentValue = typeIdOfCurrentValue;
}
public String getTypeIdOfCurrentValue(){
return typeIdOfCurrentValue;
}
public void setType(int type ){
this.type = type;
}
public int getType(){
return type;
}
public void setPathes(int pathes ){
this.pathes = pathes;
}
public int getPathes(){
return pathes;
}
/**
* 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;
}
}