public class UserCreatorImpl extends AbstractKapuaNamedEntityCreator<User> implements UserCreator
nameentityAttributesscopeId| Constructor and Description |
|---|
UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId scopeId) |
UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId accountId,
String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getEmail() |
Date |
getExpirationDate() |
String |
getExternalId() |
String |
getPhoneNumber() |
UserStatus |
getUserStatus() |
UserType |
getUserType() |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setExpirationDate(Date expirationDate) |
void |
setExternalId(String externalId) |
void |
setPhoneNumber(String phoneNumber) |
void |
setUserStatus(UserStatus userStatus) |
void |
setUserType(UserType userType) |
getName, setNamegetEntityAttributes, setEntityAttributesgetScopeId, setScopeIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId accountId,
String name)
accountId - name - public UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId scopeId)
public String getDisplayName()
getDisplayName in interface UserCreatorpublic void setDisplayName(String displayName)
setDisplayName in interface UserCreatorpublic String getEmail()
getEmail in interface UserCreatorpublic void setEmail(String email)
setEmail in interface UserCreatorpublic String getPhoneNumber()
getPhoneNumber in interface UserCreatorpublic void setPhoneNumber(String phoneNumber)
setPhoneNumber in interface UserCreatorpublic UserType getUserType()
getUserType in interface UserCreatorpublic void setUserType(UserType userType)
setUserType in interface UserCreatorpublic String getExternalId()
getExternalId in interface UserCreatorpublic void setExternalId(String externalId)
setExternalId in interface UserCreatorpublic Date getExpirationDate()
getExpirationDate in interface UserCreatorpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface UserCreatorpublic UserStatus getUserStatus()
getUserStatus in interface UserCreatorpublic void setUserStatus(UserStatus userStatus)
setUserStatus in interface UserCreatorCopyright © 2017 Eclipse.org. All rights reserved.