.. java:import:: org.apache.commons.collections CollectionUtils .. java:import:: org.motechproject.mds.annotations Entity .. java:import:: java.util List .. java:import:: java.util Locale MotechUser ========== .. java:package:: org.motechproject.security.domain :noindex: .. java:type:: @Entity public class MotechUser Constructors ------------ MotechUser ^^^^^^^^^^ .. java:constructor:: public MotechUser() :outertype: MotechUser MotechUser ^^^^^^^^^^ .. java:constructor:: public MotechUser(String userName, String password, String email, String externalId, List roles, String openId, Locale locale) :outertype: MotechUser Methods ------- equals ^^^^^^ .. java:method:: @Override public boolean equals(Object o) :outertype: MotechUser getEmail ^^^^^^^^ .. java:method:: public String getEmail() :outertype: MotechUser getExternalId ^^^^^^^^^^^^^ .. java:method:: public String getExternalId() :outertype: MotechUser getLocale ^^^^^^^^^ .. java:method:: public Locale getLocale() :outertype: MotechUser getOpenId ^^^^^^^^^ .. java:method:: public String getOpenId() :outertype: MotechUser getPassword ^^^^^^^^^^^ .. java:method:: public String getPassword() :outertype: MotechUser getRoles ^^^^^^^^ .. java:method:: public List getRoles() :outertype: MotechUser getUserName ^^^^^^^^^^^ .. java:method:: public String getUserName() :outertype: MotechUser hasRole ^^^^^^^ .. java:method:: public boolean hasRole(String role) :outertype: MotechUser hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: MotechUser isActive ^^^^^^^^ .. java:method:: public boolean isActive() :outertype: MotechUser setActive ^^^^^^^^^ .. java:method:: public void setActive(boolean active) :outertype: MotechUser setEmail ^^^^^^^^ .. java:method:: public void setEmail(String email) :outertype: MotechUser setExternalId ^^^^^^^^^^^^^ .. java:method:: public void setExternalId(String externalId) :outertype: MotechUser setLocale ^^^^^^^^^ .. java:method:: public void setLocale(Locale locale) :outertype: MotechUser setOpenId ^^^^^^^^^ .. java:method:: public void setOpenId(String openId) :outertype: MotechUser setPassword ^^^^^^^^^^^ .. java:method:: public void setPassword(String password) :outertype: MotechUser setRoles ^^^^^^^^ .. java:method:: public void setRoles(List roles) :outertype: MotechUser setUserName ^^^^^^^^^^^ .. java:method:: public void setUserName(String userName) :outertype: MotechUser toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: MotechUser