public class UserProfile extends Object implements Serializable, UserName
A profile of a user
Modifier and Type | Class and Description |
---|---|
static class |
UserProfile.Factory
Constructs new instances of
UserProfile . |
Constructor and Description |
---|
UserProfile() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an UserProfile instance and all identifiers for
this entity equal the identifiers of the argument entity. |
String |
getCompany() |
Contact |
getContact() |
String |
getFirstName() |
Long |
getId() |
UserImage |
getLargeImage() |
Timestamp |
getLastModificationDate()
Date of the last modification of the user profile
|
String |
getLastName() |
Timestamp |
getLastPhotoModificationDate()
Date of the last modification of the user photo
|
UserImage |
getMediumImage() |
NotificationConfig |
getNotificationConfig() |
String |
getPosition() |
String |
getSalutation() |
UserImage |
getSmallImage() |
String |
getTimeZoneId()
The ID of the TimeZone.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCompany(String company) |
void |
setContact(Contact contact) |
void |
setFirstName(String firstName) |
void |
setId(Long id) |
void |
setLargeImage(UserImage largeImage) |
void |
setLastModificationDate(Timestamp lastModificationDate) |
void |
setLastName(String lastName) |
void |
setLastPhotoModificationDate(Timestamp lastPhotoModificationDate) |
void |
setMediumImage(UserImage mediumImage) |
void |
setNotificationConfig(NotificationConfig notificationConfig) |
void |
setPosition(String position) |
void |
setSalutation(String salutation) |
void |
setSmallImage(UserImage smallImage) |
void |
setTimeZoneId(String timeZoneId) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an UserProfile instance and all identifiers for
this entity equal the identifiers of the argument entity. Returns false
otherwise.public String getCompany()
public Contact getContact()
public String getFirstName()
getFirstName
in interface UserName
public Long getId()
public UserImage getLargeImage()
public Timestamp getLastModificationDate()
Date of the last modification of the user profile
public String getLastName()
getLastName
in interface UserName
public Timestamp getLastPhotoModificationDate()
Date of the last modification of the user photo
public UserImage getMediumImage()
public NotificationConfig getNotificationConfig()
public String getPosition()
public String getSalutation()
getSalutation
in interface UserName
public UserImage getSmallImage()
public String getTimeZoneId()
The ID of the TimeZone.
public int hashCode()
public void setCompany(String company)
public void setContact(Contact contact)
public void setFirstName(String firstName)
public void setId(Long id)
public void setLargeImage(UserImage largeImage)
public void setLastModificationDate(Timestamp lastModificationDate)
public void setLastName(String lastName)
public void setLastPhotoModificationDate(Timestamp lastPhotoModificationDate)
public void setMediumImage(UserImage mediumImage)
public void setNotificationConfig(NotificationConfig notificationConfig)
public void setPosition(String position)
public void setSalutation(String salutation)
public void setSmallImage(UserImage smallImage)
public void setTimeZoneId(String timeZoneId)
Copyright © 2019 Communote team. All rights reserved.