Class HvlOAuthBatchProcessUserChangePasswordModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.HvlOAuthBaseBatchProcessModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.HvlOAuthBatchProcessUserChangePasswordModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthBatchProcessUserChangePasswordModel extends HvlOAuthBaseBatchProcessModel
A data transfer object is used for batch change user password
See Also:
  • Constructor Details

    • HvlOAuthBatchProcessUserChangePasswordModel

      public HvlOAuthBatchProcessUserChangePasswordModel()
  • Method Details

    • isLdapUpdateEnable

      public boolean isLdapUpdateEnable()
      Is ldap update enable boolean.
      Returns:
      the boolean
    • setLdapUpdateEnable

      public void setLdapUpdateEnable(boolean ldapUpdateEnable)
      Sets ldap update enable.
      Parameters:
      ldapUpdateEnable - the ldap update enable
    • getPassword

      public String getPassword()
      Gets password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets password.
      Parameters:
      password - the password
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class HvlOAuthBaseBatchProcessModel