Package org.cyclos.entities.system
Class AccountNumberConfiguration
- java.lang.Object
-
- org.cyclos.entities.system.AccountNumberConfiguration
-
@Embeddable public class AccountNumberConfiguration extends Object
Contains the configurations for account number, which must be defined network-wise (in the network default configuration)
-
-
Constructor Summary
Constructors Constructor Description AccountNumberConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMask()CustomScriptgetScript()StringgetScriptParameters()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetMask(String mask)voidsetScript(CustomScript script)voidsetScriptParameters(String scriptParameters)
-
-
-
Method Detail
-
getMask
public String getMask()
-
getScript
public CustomScript getScript()
-
getScriptParameters
public String getScriptParameters()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setMask
public void setMask(String mask)
-
setScript
public void setScript(CustomScript script)
-
setScriptParameters
public void setScriptParameters(String scriptParameters)
-
-