com.hack23.cia.model.application.impl.common
Class RegisteredUser
java.lang.Object
com.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.application.impl.common.User
com.hack23.cia.model.application.impl.common.RegisteredUser
- All Implemented Interfaces:
- UserRole, ModelObject, PersistedModelObject, Role, Serializable, org.springframework.security.core.userdetails.UserDetails
@Entity
public class RegisteredUser
- extends User
The Class RegisteredUser.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class com.hack23.cia.model.application.impl.common.User |
User.UserRole |
Constructor Summary |
RegisteredUser()
Instantiates a new registered user. |
Methods inherited from class com.hack23.cia.model.application.impl.common.User |
getActor, getAuthorities, getCreatedDate, getHuman, getId, getPassword, getUsername, getUserRole, getUserSessions, getVersion, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setActor, setCreatedDate, setHuman, setId, setPassword, setUsername, setUserRole, setUserSessions, setVersion |
RegisteredUser
public RegisteredUser()
- Instantiates a new registered user.
getEmail
public String getEmail()
- Gets the email.
- Returns:
- the email
setEmail
public void setEmail(String email)
- Sets the email.
- Parameters:
email
- the new email
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.