Class ScriptsElementFB

java.lang.Object
net.anotheria.anosite.gen.aswebdata.bean.ScriptsElementFB
All Implemented Interfaces:
net.anotheria.maf.bean.FormBean

public class ScriptsElementFB extends Object implements net.anotheria.maf.bean.FormBean
  • Constructor Details

    • ScriptsElementFB

      public ScriptsElementFB()
  • Method Details

    • setOwnerId

      public void setOwnerId(String ownerId)
    • getOwnerId

      public String getOwnerId()
    • setPosition

      public void setPosition(int position)
    • getPosition

      public int getPosition()
    • setScript

      public void setScript(String script)
    • getScript

      public String getScript()
    • setScriptCollection

      public void setScriptCollection(List l)
    • getScriptCollection

      public List getScriptCollection()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()