net.anotheria.anosite.gen.assitedata.bean.EditEntryPointFB Maven / Gradle / Ivy
/**
********************************************************************************
*** EditEntryPointFB.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 EditEntryPointFB 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 startPage;
private List startPageCollection;
private String startPageCurrentValue;
private String startPageIdOfCurrentValue;
private String startSite;
private List startSiteCollection;
private String startSiteCurrentValue;
private String startSiteIdOfCurrentValue;
private int type;
private List typeCollection;
private String typeCurrentValue;
private String typeIdOfCurrentValue;
private boolean defaultEntry;
private int domains;
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 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 setStartSiteCollection(List startSiteCollection ){
this.startSiteCollection = startSiteCollection;
}
public List getStartSiteCollection(){
return startSiteCollection;
}
public void setStartSiteCurrentValue(String startSiteCurrentValue ){
this.startSiteCurrentValue = startSiteCurrentValue;
}
public String getStartSiteCurrentValue(){
return startSiteCurrentValue;
}
public void setStartSiteIdOfCurrentValue(String startSiteIdOfCurrentValue ){
this.startSiteIdOfCurrentValue = startSiteIdOfCurrentValue;
}
public String getStartSiteIdOfCurrentValue(){
return startSiteIdOfCurrentValue;
}
public void setStartSite(String startSite ){
this.startSite = startSite;
}
public String getStartSite(){
return startSite;
}
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 setDefaultEntry(boolean defaultEntry ){
this.defaultEntry = defaultEntry;
}
public boolean isDefaultEntry(){
return defaultEntry;
}
public void setDomains(int domains ){
this.domains = domains;
}
public int getDomains(){
return domains;
}
/**
* 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;
}
}