Class PhoneNumberHandlingExampleScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.PhoneNumberHandlingExampleScriptBindings
-
public class PhoneNumberHandlingExampleScriptBindings extends BaseScriptBindings
Script bindings forScriptType.PHONE_NUMBER_HANDLINGandPhoneNumberHandlingScriptFunction.EXAMPLE.
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberHandlingExampleScriptBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()BooleangetLandLine()BooleangetMobile()ScriptFunctionscriptFunction()Returns theScriptFunctionfor this bindingScriptTypescriptType()Returns theScriptTypefor this bindingvoidsetCountry(String country)voidsetLandLine(Boolean landLine)voidsetMobile(Boolean mobile)-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties
-
-
-
-
Method Detail
-
getCountry
public String getCountry()
-
getLandLine
public Boolean getLandLine()
-
getMobile
public Boolean getMobile()
-
scriptFunction
public ScriptFunction scriptFunction()
Description copied from class:BaseScriptBindingsReturns theScriptFunctionfor this binding- Overrides:
scriptFunctionin classBaseScriptBindings
-
scriptType
public ScriptType scriptType()
Description copied from class:BaseScriptBindingsReturns theScriptTypefor this binding- Specified by:
scriptTypein classBaseScriptBindings
-
setCountry
public void setCountry(String country)
-
setLandLine
public void setLandLine(Boolean landLine)
-
setMobile
public void setMobile(Boolean mobile)
-
-