net.anotheria.anosite.gen.aslayoutdata.bean.EditPageLayoutFB Maven / Gradle / Ivy
/**
********************************************************************************
*** EditPageLayoutFB.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.aslayoutdata.bean;
import net.anotheria.maf.bean.FormBean;
import java.util.List;
import net.anotheria.webutils.bean.LabelValueBean;
public class EditPageLayoutFB 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 layoutpage;
private String style;
private List styleCollection;
private String styleCurrentValue;
private String styleIdOfCurrentValue;
private String description;
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 setLayoutpage(String layoutpage ){
this.layoutpage = layoutpage;
}
public String getLayoutpage(){
return layoutpage;
}
public void setStyleCollection(List styleCollection ){
this.styleCollection = styleCollection;
}
public List getStyleCollection(){
return styleCollection;
}
public void setStyleCurrentValue(String styleCurrentValue ){
this.styleCurrentValue = styleCurrentValue;
}
public String getStyleCurrentValue(){
return styleCurrentValue;
}
public void setStyleIdOfCurrentValue(String styleIdOfCurrentValue ){
this.styleIdOfCurrentValue = styleIdOfCurrentValue;
}
public String getStyleIdOfCurrentValue(){
return styleIdOfCurrentValue;
}
public void setStyle(String style ){
this.style = style;
}
public String getStyle(){
return style;
}
public void setDescription(String description ){
this.description = description;
}
public String getDescription(){
return description;
}
/**
* 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;
}
}