com.ebmwebsourcing.webcommons.user.persistence.bo
Class User
java.lang.Object
com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
com.ebmwebsourcing.webcommons.user.persistence.bo.User
- All Implemented Interfaces:
- java.io.Serializable
@Entity(name="com.ebmwebsourcing.webcommons.user.persistence.bo.CommonUser")
public class User
- extends com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
- Author:
- strino
- See Also:
- Serialized Form
|
Constructor Summary |
User()
|
| Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
User
public User()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getListRoleGroup
public java.util.List<RoleGroup> getListRoleGroup()
setListRoleGroup
public void setListRoleGroup(java.util.List<RoleGroup> listRoleGroup)
getProfile
public BasicProfile getProfile()
setProfile
public void setProfile(BasicProfile profile)
addRoleGroup
public void addRoleGroup(RoleGroup roleGroup)
removeRoleGroup
public void removeRoleGroup(RoleGroup roleGroup)
equals
public boolean equals(java.lang.Object other)
- Specified by:
equals in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
hashCode
public int hashCode()
- Specified by:
hashCode in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
toString
public java.lang.String toString()
- Overrides:
toString in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
- See Also:
Object.toString()
Copyright © 2010 eBM WebSourcing. All Rights Reserved.