@Entity public class UserInfoImpl extends Object
| Constructor and Description |
|---|
UserInfoImpl()
Default constructor.
|
UserInfoImpl(String uid,
String firstName,
String lastName,
String email,
Set<PropertyImpl> properties,
OrganizationImpl org) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
OrganizationImpl |
getOrg() |
Long |
getPk() |
Set<PropertyImpl> |
getProperties() |
String |
getUid() |
int |
hashCode() |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setOrg(OrganizationImpl org) |
void |
setProperties(Set<PropertyImpl> properties) |
void |
setUid(String uid) |
String |
toString() |
UserInfo |
toUserInfo() |
public UserInfoImpl()
public UserInfoImpl(String uid, String firstName, String lastName, String email, Set<PropertyImpl> properties, OrganizationImpl org)
uid - the user's uid.firstName - the user's first name.lastName - the user's last name.email - the user's email address.properties - additional properties.org - the user's organization.public String getEmail()
public String getFirstName()
public String getLastName()
public OrganizationImpl getOrg()
public Long getPk()
public Set<PropertyImpl> getProperties()
public String getUid()
public void setEmail(String email)
email - the email to setpublic void setFirstName(String firstName)
firstName - the firstName to setpublic void setLastName(String lastName)
lastName - the lastName to setpublic void setOrg(OrganizationImpl org)
org - the org to setpublic void setProperties(Set<PropertyImpl> properties)
properties - the properties to setpublic void setUid(String uid)
uid - the uid to setpublic UserInfo toUserInfo()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.