Form Builder NG Model 6.0.0-SNAPSHOT

org.jbpm.form.builder.ng.model.shared.api
Class FBScript

java.lang.Object
  extended by org.jbpm.form.builder.ng.model.shared.api.FBScript

public class FBScript
extends Object


Constructor Summary
FBScript()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContent()
           
 Map<String,Object> getDataMap()
           
 String getDocumentation()
           
 List<FBScriptHelper> getHelpers()
           
 String getId()
           
 String getInvokeFunction()
           
 String getSrc()
           
 String getType()
           
 int hashCode()
           
 void setContent(String content)
           
 void setDataMap(Map<String,Object> dataMap)
           
 void setDocumentation(String documentation)
           
 void setHelpers(List<FBScriptHelper> helpers)
           
 void setId(String id)
           
 void setInvokeFunction(String invokeFunction)
           
 void setSrc(String src)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBScript

public FBScript()
Method Detail

getDocumentation

public String getDocumentation()

setDocumentation

public void setDocumentation(String documentation)

getId

public String getId()

setId

public void setId(String id)

getType

public String getType()

setType

public void setType(String type)

getSrc

public String getSrc()

setSrc

public void setSrc(String src)

getContent

public String getContent()

setHelpers

public void setHelpers(List<FBScriptHelper> helpers)

getHelpers

public List<FBScriptHelper> getHelpers()

setContent

public void setContent(String content)

getInvokeFunction

public String getInvokeFunction()

setInvokeFunction

public void setInvokeFunction(String invokeFunction)

getDataMap

public Map<String,Object> getDataMap()

setDataMap

public void setDataMap(Map<String,Object> dataMap)
                throws FormBuilderException
Throws:
FormBuilderException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Form Builder NG Model 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.