Class AccountNumberGenerationScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.AccountNumberGenerationScriptBindings
-
public class AccountNumberGenerationScriptBindings extends BaseScriptBindings
Script bindings forScriptType.ACCOUNT_NUMBER_GENERATIONandDefaultScriptFunction.DEFAULT.
-
-
Constructor Summary
Constructors Constructor Description AccountNumberGenerationScriptBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalAccountOwnergetOwner()AccountTypegetType()ScriptTypescriptType()Returns theScriptTypefor this bindingvoidsetOwner(InternalAccountOwner owner)voidsetType(AccountType type)-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties, scriptFunction
-
-
-
-
Method Detail
-
getOwner
public InternalAccountOwner getOwner()
-
getType
public AccountType getType()
-
scriptType
public ScriptType scriptType()
Description copied from class:BaseScriptBindingsReturns theScriptTypefor this binding- Specified by:
scriptTypein classBaseScriptBindings
-
setOwner
public void setOwner(InternalAccountOwner owner)
-
setType
public void setType(AccountType type)
-
-