LoginForm ========= .. java:package:: org.motechproject.server.web.form :noindex: .. java:type:: public class LoginForm Methods ------- getPassword ^^^^^^^^^^^ .. java:method:: public String getPassword() :outertype: LoginForm getUserName ^^^^^^^^^^^ .. java:method:: public String getUserName() :outertype: LoginForm setPassword ^^^^^^^^^^^ .. java:method:: public void setPassword(String password) :outertype: LoginForm setUserName ^^^^^^^^^^^ .. java:method:: public void setUserName(String userName) :outertype: LoginForm