com.hack23.cia.model.impl.application.common
Class RegisteredUser

Package class diagram package RegisteredUser
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.common.User
          extended by 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.
 
Method Summary
 String getEmail()
          Gets the email.
 void setEmail(String email)
          Sets the email.
 
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
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getTypeContext, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getTypeContext, isNew
 

Constructor Detail

RegisteredUser

public RegisteredUser()
Instantiates a new registered user.

Method Detail

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.