public class UserCreatorImpl extends AbstractKapuaNamedEntityCreator<User> implements UserCreator
namescopeId| 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() |
String |
getExternalId() |
String |
getPhoneNumber() |
UserType |
getUserType() |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setExternalId(String externalId) |
void |
setPhoneNumber(String phoneNumber) |
void |
setUserType(UserType userType) |
getName, setNamegetScopeId, setScopeIdpublic 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 UserCreatorCopyright © 2017 Eclipse.org. All rights reserved.