Class MediaLinksElementFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.bean.MediaLinksElementFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class MediaLinksElementFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description MediaLinksElementFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetMediaLinks()ListgetMediaLinksCollection()StringgetOwnerId()intgetPosition()voidsetDescription(String description)voidsetMediaLinks(String mediaLinks)voidsetMediaLinksCollection(List l)voidsetOwnerId(String ownerId)voidsetPosition(int position)
-
-
-
Method Detail
-
setOwnerId
public void setOwnerId(String ownerId)
-
getOwnerId
public String getOwnerId()
-
setPosition
public void setPosition(int position)
-
getPosition
public int getPosition()
-
setMediaLinks
public void setMediaLinks(String mediaLinks)
-
getMediaLinks
public String getMediaLinks()
-
setMediaLinksCollection
public void setMediaLinksCollection(List l)
-
getMediaLinksCollection
public List getMediaLinksCollection()
-
setDescription
public void setDescription(String description)
-
getDescription
public String getDescription()
-
-