Class EditScriptFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.EditScriptFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditScriptFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditScriptFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrowserFiltering()StringgetContent()StringgetFile()List<net.anotheria.webutils.bean.LabelValueBean>getFileCollection()StringgetFileCurrentValue()StringgetFileIdOfCurrentValue()intgetGuards()StringgetId()StringgetLink()StringgetLockerId()StringgetLockingTime()StringgetName()booleanisLocked()voidsetBrowserFiltering(String browserFiltering)voidsetContent(String content)voidsetFile(String file)voidsetFileCollection(List<net.anotheria.webutils.bean.LabelValueBean> fileCollection)voidsetFileCurrentValue(String fileCurrentValue)voidsetFileIdOfCurrentValue(String fileIdOfCurrentValue)voidsetGuards(int guards)voidsetId(String id)voidsetLink(String link)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetName(String name)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
setName
public void setName(String name)
-
getName
public String getName()
-
setFileCollection
public void setFileCollection(List<net.anotheria.webutils.bean.LabelValueBean> fileCollection)
-
getFileCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getFileCollection()
-
setFileCurrentValue
public void setFileCurrentValue(String fileCurrentValue)
-
getFileCurrentValue
public String getFileCurrentValue()
-
setFileIdOfCurrentValue
public void setFileIdOfCurrentValue(String fileIdOfCurrentValue)
-
getFileIdOfCurrentValue
public String getFileIdOfCurrentValue()
-
setFile
public void setFile(String file)
-
getFile
public String getFile()
-
setLink
public void setLink(String link)
-
getLink
public String getLink()
-
setContent
public void setContent(String content)
-
getContent
public String getContent()
-
setBrowserFiltering
public void setBrowserFiltering(String browserFiltering)
-
getBrowserFiltering
public String getBrowserFiltering()
-
setGuards
public void setGuards(int guards)
-
getGuards
public int getGuards()
-
setLocked
public void setLocked(boolean locked)
-
isLocked
public boolean isLocked()
-
setLockerId
public void setLockerId(String lockerId)
-
getLockerId
public String getLockerId()
-
setLockingTime
public void setLockingTime(String lockingTime)
-
getLockingTime
public String getLockingTime()
-
-