eXo JCR :: Ext :: Services 1.15.14-CP01

org.exoplatform.services.jcr.ext.organization
Class UserImpl

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.organization.UserImpl
All Implemented Interfaces:
Cloneable, org.exoplatform.services.organization.ExtendedCloneable, org.exoplatform.services.organization.User

public class UserImpl
extends Object
implements org.exoplatform.services.organization.User, org.exoplatform.services.organization.ExtendedCloneable

Created by The eXo Platform SAS. Date: 24.07.2008

Version:
$Id: UserImpl.java 80140 2012-03-07 11:08:07Z aplotnikov $
Author:
Peter Nedonosko

Method Summary
 UserImpl clone()
          
 Date getCreatedDate()
          
 String getDisplayName()
          
 String getEmail()
          
 String getFirstName()
          
 String getFullName()
          
 Date getLastLoginTime()
          
 String getLastName()
          
 String getOrganizationId()
          
 String getPassword()
          
 String getUserName()
          
 void setCreatedDate(Date t)
          
 void setDisplayName(String displayName)
          
 void setEmail(String s)
          
 void setFirstName(String s)
          
 void setFullName(String s)
          
 void setLastLoginTime(Date t)
          
 void setLastName(String s)
          
 void setOrganizationId(String s)
          
 void setPassword(String s)
          
 void setUserName(String s)
          
 String toString()
          
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCreatedDate

public Date getCreatedDate()

Specified by:
getCreatedDate in interface org.exoplatform.services.organization.User

getEmail

public String getEmail()

Specified by:
getEmail in interface org.exoplatform.services.organization.User

getFirstName

public String getFirstName()

Specified by:
getFirstName in interface org.exoplatform.services.organization.User

getDisplayName

public String getDisplayName()

Specified by:
getDisplayName in interface org.exoplatform.services.organization.User

getFullName

public String getFullName()

Specified by:
getFullName in interface org.exoplatform.services.organization.User

getLastLoginTime

public Date getLastLoginTime()

Specified by:
getLastLoginTime in interface org.exoplatform.services.organization.User

getLastName

public String getLastName()

Specified by:
getLastName in interface org.exoplatform.services.organization.User

getOrganizationId

public String getOrganizationId()

Specified by:
getOrganizationId in interface org.exoplatform.services.organization.User

getPassword

public String getPassword()

Specified by:
getPassword in interface org.exoplatform.services.organization.User

getUserName

public String getUserName()

Specified by:
getUserName in interface org.exoplatform.services.organization.User

setCreatedDate

public void setCreatedDate(Date t)

Specified by:
setCreatedDate in interface org.exoplatform.services.organization.User

setEmail

public void setEmail(String s)

Specified by:
setEmail in interface org.exoplatform.services.organization.User

setDisplayName

public void setDisplayName(String displayName)

Specified by:
setDisplayName in interface org.exoplatform.services.organization.User

setFirstName

public void setFirstName(String s)

Specified by:
setFirstName in interface org.exoplatform.services.organization.User

setFullName

public void setFullName(String s)

Specified by:
setFullName in interface org.exoplatform.services.organization.User

setLastLoginTime

public void setLastLoginTime(Date t)

Specified by:
setLastLoginTime in interface org.exoplatform.services.organization.User

setLastName

public void setLastName(String s)

Specified by:
setLastName in interface org.exoplatform.services.organization.User

setOrganizationId

public void setOrganizationId(String s)

Specified by:
setOrganizationId in interface org.exoplatform.services.organization.User

setPassword

public void setPassword(String s)

Specified by:
setPassword in interface org.exoplatform.services.organization.User

setUserName

public void setUserName(String s)

Specified by:
setUserName in interface org.exoplatform.services.organization.User

toString

public String toString()

Overrides:
toString in class Object

clone

public UserImpl clone()

Specified by:
clone in interface org.exoplatform.services.organization.ExtendedCloneable
Overrides:
clone in class Object

eXo JCR :: Ext :: Services 1.15.14-CP01

Copyright © 2015 eXo Platform SAS. All Rights Reserved.