com.ebmwebsourcing.webcommons.user.persistence.bo
Class User

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
      extended by com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
          extended by 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()
           
 
Method Summary
 void addRoleGroup(RoleGroup roleGroup)
           
 boolean equals(java.lang.Object other)
           
 java.util.List<RoleGroup> getListRoleGroup()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 BasicProfile getProfile()
           
 int hashCode()
           
 void removeRoleGroup(RoleGroup roleGroup)
           
 void setListRoleGroup(java.util.List<RoleGroup> listRoleGroup)
           
 void setName(java.lang.String name)
           
 void setPassword(java.lang.String password)
           
 void setProfile(BasicProfile profile)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

User

public User()
Method Detail

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.