com.hack23.cia.model.impl.application.common
Class RegisteredUser
java.lang.Object
com.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.common.User
com.hack23.cia.model.impl.application.common.RegisteredUser
- All Implemented Interfaces:
- UserData, UserRole, ModelObject, PersistedModelObject, Role, Serializable, org.springframework.security.core.userdetails.UserDetails
@Entity
public class RegisteredUser
- extends User
The Class RegisteredUser.
- See Also:
- Serialized Form
Constructor Summary |
RegisteredUser()
Instantiates a new registered user. |
Methods inherited from class com.hack23.cia.model.impl.application.common.User |
getActor, getApplicationTypeContext, 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.