org.parancoe.plugins.security
Class UserProfile

java.lang.Object
  extended by org.parancoe.persistence.po.hibernate.EntityBase
      extended by 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

Field Summary
 
Fields inherited from class org.parancoe.persistence.po.hibernate.EntityBase
id, version
 
Constructor Summary
UserProfile()
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setPassword(java.lang.String password)
           
 void setUsername(java.lang.String username)
           
 
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
 

Constructor Detail

UserProfile

public UserProfile()
Method Detail

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.