ResetForm ========= .. java:package:: org.motechproject.server.web.form :noindex: .. java:type:: public class ResetForm Fields ------ PASSWORD ^^^^^^^^ .. java:field:: public static final String PASSWORD :outertype: ResetForm PASSWORD_CONFIRMATION ^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String PASSWORD_CONFIRMATION :outertype: ResetForm Methods ------- getPassword ^^^^^^^^^^^ .. java:method:: public String getPassword() :outertype: ResetForm getPasswordConfirmation ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public String getPasswordConfirmation() :outertype: ResetForm getToken ^^^^^^^^ .. java:method:: public String getToken() :outertype: ResetForm setPassword ^^^^^^^^^^^ .. java:method:: public void setPassword(String password) :outertype: ResetForm setPasswordConfirmation ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setPasswordConfirmation(String passwordConfirmation) :outertype: ResetForm setToken ^^^^^^^^ .. java:method:: public void setToken(String token) :outertype: ResetForm