com.evolveum.midpoint.web.model.dto
Class UserDto
java.lang.Object
com.evolveum.midpoint.web.model.dto.ObjectDto<T>
com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<UserType>
com.evolveum.midpoint.web.model.dto.UserDto
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GuiUserDto
public class UserDto
- extends ExtensibleObjectDto<UserType>
- Author:
- semancik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDto
public UserDto()
UserDto
public UserDto(UserType object)
getFullName
public java.lang.String getFullName()
setFullName
public void setFullName(java.lang.String value)
getGivenName
public java.lang.String getGivenName()
setGivenName
public void setGivenName(java.lang.String value)
getFamilyName
public java.lang.String getFamilyName()
setFamilyName
public void setFamilyName(java.lang.String value)
setEmail
public void setEmail(java.lang.String email)
getEmail
public java.lang.String getEmail()
getHonorificPrefix
public java.lang.String getHonorificPrefix()
setHonorificPrefix
public void setHonorificPrefix(java.lang.String value)
getHonorificSuffix
public java.lang.String getHonorificSuffix()
setHonorificSuffix
public void setHonorificSuffix(java.lang.String value)
getAccount
public java.util.List<AccountShadowDto> getAccount()
getAccountRef
public java.util.List<ObjectReferenceDto> getAccountRef()
getEmployeeNumber
public java.lang.String getEmployeeNumber()
setEmployeeNumber
public void setEmployeeNumber(java.lang.String value)
getLocality
public java.lang.String getLocality()
setLocality
public void setLocality(java.lang.String value)
Copyright © 2011 evolveum. All Rights Reserved.