Class ProductNewAccountSetting
java.lang.Object
tech.corefinance.product.common.model.ProductNewAccountSetting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintgetType()inthashCode()booleanvoidsetFixAccountLength(Integer fixAccountLength) voidsetFixLengthId(boolean fixLengthId) voidsetIdPrefix(String idPrefix) voidsetIdSuffix(String idSuffix) voidsetIncreasementStartingFrom(int increasementStartingFrom) voidsetInitialState(AccountState initialState) voidsetRandomPatternTemplate(String randomPatternTemplate) voidtoString()
-
Constructor Details
-
ProductNewAccountSetting
public ProductNewAccountSetting()
-
-
Method Details
-
getType
-
getRandomPatternTemplate
-
getIncreasementStartingFrom
public int getIncreasementStartingFrom() -
isFixLengthId
public boolean isFixLengthId() -
getFixAccountLength
-
getInitialState
-
getIdPrefix
-
getIdSuffix
-
setType
-
setRandomPatternTemplate
-
setIncreasementStartingFrom
public void setIncreasementStartingFrom(int increasementStartingFrom) -
setFixLengthId
public void setFixLengthId(boolean fixLengthId) -
setFixAccountLength
-
setInitialState
-
setIdPrefix
-
setIdSuffix
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-