Class AccountFeeCalculationScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.AccountFeeCalculationScriptBindings
-
public class AccountFeeCalculationScriptBindings extends BaseScriptBindings
Script bindings forScriptType.ACCOUNT_FEE_CALCULATIONandDefaultScriptFunction.DEFAULT.
-
-
Constructor Summary
Constructors Constructor Description AccountFeeCalculationScriptBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountgetAccount()DategetExecutionDate()AccountFeegetFee()ScriptTypescriptType()Returns theScriptTypefor this bindingvoidsetAccount(UserAccount account)voidsetExecutionDate(Date executionDate)voidsetFee(AccountFee fee)-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties, scriptFunction
-
-
-
-
Method Detail
-
getAccount
public UserAccount getAccount()
-
getExecutionDate
public Date getExecutionDate()
-
getFee
public AccountFee getFee()
-
scriptType
public ScriptType scriptType()
Description copied from class:BaseScriptBindingsReturns theScriptTypefor this binding- Specified by:
scriptTypein classBaseScriptBindings
-
setAccount
public void setAccount(UserAccount account)
-
setExecutionDate
public void setExecutionDate(Date executionDate)
-
setFee
public void setFee(AccountFee fee)
-
-