Class EditMediaLinkFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.EditMediaLinkFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditMediaLinkFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditMediaLinkFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrowserFiltering()StringgetCharset()StringgetFile()List<net.anotheria.webutils.bean.LabelValueBean>getFileCollection()StringgetFileCurrentValue()StringgetFileIdOfCurrentValue()intgetGuards()StringgetHref()StringgetHreflang()StringgetId()StringgetLockerId()StringgetLockingTime()intgetMedia()List<net.anotheria.webutils.bean.LabelValueBean>getMediaCollection()StringgetMediaCurrentValue()StringgetMediaIdOfCurrentValue()StringgetName()StringgetOnload()intgetRel()List<net.anotheria.webutils.bean.LabelValueBean>getRelCollection()StringgetRelCurrentValue()StringgetRelIdOfCurrentValue()intgetRev()List<net.anotheria.webutils.bean.LabelValueBean>getRevCollection()StringgetRevCurrentValue()StringgetRevIdOfCurrentValue()StringgetType()booleanisLocked()voidsetBrowserFiltering(String browserFiltering)voidsetCharset(String charset)voidsetFile(String file)voidsetFileCollection(List<net.anotheria.webutils.bean.LabelValueBean> fileCollection)voidsetFileCurrentValue(String fileCurrentValue)voidsetFileIdOfCurrentValue(String fileIdOfCurrentValue)voidsetGuards(int guards)voidsetHref(String href)voidsetHreflang(String hreflang)voidsetId(String id)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetMedia(int media)voidsetMediaCollection(List<net.anotheria.webutils.bean.LabelValueBean> mediaCollection)voidsetMediaCurrentValue(String mediaCurrentValue)voidsetMediaIdOfCurrentValue(String mediaIdOfCurrentValue)voidsetName(String name)voidsetOnload(String onload)voidsetRel(int rel)voidsetRelCollection(List<net.anotheria.webutils.bean.LabelValueBean> relCollection)voidsetRelCurrentValue(String relCurrentValue)voidsetRelIdOfCurrentValue(String relIdOfCurrentValue)voidsetRev(int rev)voidsetRevCollection(List<net.anotheria.webutils.bean.LabelValueBean> revCollection)voidsetRevCurrentValue(String revCurrentValue)voidsetRevIdOfCurrentValue(String revIdOfCurrentValue)voidsetType(String type)
-
-
-
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()
-
setHref
public void setHref(String href)
-
getHref
public String getHref()
-
setType
public void setType(String type)
-
getType
public String getType()
-
setMediaCollection
public void setMediaCollection(List<net.anotheria.webutils.bean.LabelValueBean> mediaCollection)
-
getMediaCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getMediaCollection()
-
setMediaCurrentValue
public void setMediaCurrentValue(String mediaCurrentValue)
-
getMediaCurrentValue
public String getMediaCurrentValue()
-
setMediaIdOfCurrentValue
public void setMediaIdOfCurrentValue(String mediaIdOfCurrentValue)
-
getMediaIdOfCurrentValue
public String getMediaIdOfCurrentValue()
-
setMedia
public void setMedia(int media)
-
getMedia
public int getMedia()
-
setRelCollection
public void setRelCollection(List<net.anotheria.webutils.bean.LabelValueBean> relCollection)
-
getRelCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getRelCollection()
-
setRelCurrentValue
public void setRelCurrentValue(String relCurrentValue)
-
getRelCurrentValue
public String getRelCurrentValue()
-
setRelIdOfCurrentValue
public void setRelIdOfCurrentValue(String relIdOfCurrentValue)
-
getRelIdOfCurrentValue
public String getRelIdOfCurrentValue()
-
setRel
public void setRel(int rel)
-
getRel
public int getRel()
-
setRevCollection
public void setRevCollection(List<net.anotheria.webutils.bean.LabelValueBean> revCollection)
-
getRevCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getRevCollection()
-
setRevCurrentValue
public void setRevCurrentValue(String revCurrentValue)
-
getRevCurrentValue
public String getRevCurrentValue()
-
setRevIdOfCurrentValue
public void setRevIdOfCurrentValue(String revIdOfCurrentValue)
-
getRevIdOfCurrentValue
public String getRevIdOfCurrentValue()
-
setRev
public void setRev(int rev)
-
getRev
public int getRev()
-
setHreflang
public void setHreflang(String hreflang)
-
getHreflang
public String getHreflang()
-
setCharset
public void setCharset(String charset)
-
getCharset
public String getCharset()
-
setBrowserFiltering
public void setBrowserFiltering(String browserFiltering)
-
getBrowserFiltering
public String getBrowserFiltering()
-
setOnload
public void setOnload(String onload)
-
getOnload
public String getOnload()
-
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()
-
-