|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.ScriptDetail
public class ScriptDetail
Defines the ScriptDetail
objects. This object is used to store
Script Wizard detail information.
Constructor Summary | |
---|---|
ScriptDetail()
|
Method Summary | |
---|---|
static ScriptDetail |
fromXML(java.lang.String dataDefinition1)
Splits an XML string by using some SourceBean object methods
in order to obtain the source ScriptDetail objects whom XML has been
built. |
java.lang.String |
getScript()
Get the string of the script |
boolean |
isListOfValues()
Return true only if the execution of the script return a list of values. |
boolean |
isSingleValue()
Return true only if the execution of the script return an only value. |
void |
setListOfValues(boolean listOfValues)
Set the listOfValue flag of the Script. |
void |
setScript(java.lang.String script)
Set the string of the script |
void |
setSingleValue(boolean singleValue)
Set the singleValue flag of the Script. |
java.lang.String |
toXML()
Loads the XML string defined by a ScriptDetail object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptDetail()
Method Detail |
---|
public java.lang.String getScript()
public void setScript(java.lang.String script)
script
- the string of the scriptpublic boolean isSingleValue()
public void setSingleValue(boolean singleValue)
singleValue
- the boolean value of the singleValue flagpublic boolean isListOfValues()
public void setListOfValues(boolean listOfValues)
listOfValues
- the boolean value of the listOfValues flagpublic java.lang.String toXML()
ScriptDetail
object. The object
gives us all XML field values. Once obtained, the XML represents the data
definition for a Script to load values Input Type Value LOV object.
public static ScriptDetail fromXML(java.lang.String dataDefinition1) throws it.eng.spago.base.SourceBeanException
SourceBean
object methods
in order to obtain the source ScriptDetail
objects whom XML has been
built.
dataDefinition1
- The XML input String
ScriptDetail
object
it.eng.spago.base.SourceBeanException
- If a SourceBean Exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |