org.parancoe.plugins.security
Class UserProfile
java.lang.Object
org.parancoe.persistence.po.hibernate.EntityBase
org.parancoe.plugins.security.UserProfile
- All Implemented Interfaces:
- java.io.Serializable, org.parancoe.persistence.po.hibernate.Entity
public class UserProfile
- extends org.parancoe.persistence.po.hibernate.EntityBase
A PO for UserProfile table.
- Version:
- $Revision$
- Author:
- Enrico Giurin, Michele Franzin
- See Also:
- Serialized Form
| Fields inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
id, version |
| Methods inherited from class org.parancoe.persistence.po.hibernate.EntityBase |
equals, getId, getVersion, hashCode, setId, setVersion |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UserProfile
public UserProfile()
isEnabled
public boolean isEnabled()
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
setEnabled
public void setEnabled(boolean enabled)
Copyright © 2007. All Rights Reserved.