Class EPersonPasswordAddOperation.PasswordVO

  • Enclosing class:
    EPersonPasswordAddOperation<R>

    public static class EPersonPasswordAddOperation.PasswordVO
    extends Object
    Value object that stores the new password to set and the current password to verify. This object models the value of the operation.
    Author:
    Luca Giamminonni (luca.giamminonni at 4science.it)
    • Constructor Detail

      • PasswordVO

        public PasswordVO()
    • Method Detail

      • setNewPassword

        public void setNewPassword​(String newPassword)
      • setCurrentPassword

        public void setCurrentPassword​(String currentPassword)