Class ProductNewAccountSetting

java.lang.Object
tech.corefinance.product.common.model.ProductNewAccountSetting

public class ProductNewAccountSetting extends Object
  • Constructor Details

    • ProductNewAccountSetting

      public ProductNewAccountSetting()
  • Method Details

    • getType

      public ProductNewAccountSettingType getType()
    • getRandomPatternTemplate

      public String getRandomPatternTemplate()
    • getIncreasementStartingFrom

      public int getIncreasementStartingFrom()
    • isFixLengthId

      public boolean isFixLengthId()
    • getFixAccountLength

      public Integer getFixAccountLength()
    • getInitialState

      public AccountState getInitialState()
    • getIdPrefix

      public String getIdPrefix()
    • getIdSuffix

      public String getIdSuffix()
    • setType

      public void setType(ProductNewAccountSettingType type)
    • setRandomPatternTemplate

      public void setRandomPatternTemplate(String randomPatternTemplate)
    • setIncreasementStartingFrom

      public void setIncreasementStartingFrom(int increasementStartingFrom)
    • setFixLengthId

      public void setFixLengthId(boolean fixLengthId)
    • setFixAccountLength

      public void setFixAccountLength(Integer fixAccountLength)
    • setInitialState

      public void setInitialState(AccountState initialState)
    • setIdPrefix

      public void setIdPrefix(String idPrefix)
    • setIdSuffix

      public void setIdSuffix(String idSuffix)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object