@Entity(name="User") public class UserImpl extends AbstractKapuaNamedEntity implements User
nameattributes, modifiedBy, modifiedOn, optlock, propertiescreatedBy, createdOn, id, scopeId| Constructor and Description |
|---|
UserImpl()
Constructor
|
UserImpl(org.eclipse.kapua.model.id.KapuaId scopeId) |
UserImpl(org.eclipse.kapua.model.id.KapuaId scopeId,
String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getEmail() |
Date |
getExpirationDate() |
String |
getExternalId() |
String |
getPhoneNumber() |
UserStatus |
getStatus() |
UserType |
getUserType() |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setExpirationDate(Date expirationDate) |
void |
setExternalId(String externalId) |
void |
setPhoneNumber(String phoneNumber) |
void |
setStatus(UserStatus status) |
void |
setUserType(UserType userType) |
getName, setNamegetEntityAttributes, getEntityProperties, getModifiedBy, getModifiedOn, getOptlock, prePersistsAction, preUpdateAction, setEntityAttributes, setEntityProperties, setModifiedBy, setModifiedOn, setOptlockgetCreatedBy, getCreatedOn, getId, getScopeId, setCreatedBy, setCreatedOn, setId, setScopeIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UserImpl()
public UserImpl(org.eclipse.kapua.model.id.KapuaId scopeId,
String name)
scopeId - name - public UserImpl(org.eclipse.kapua.model.id.KapuaId scopeId)
public UserStatus getStatus()
public void setStatus(UserStatus status)
public String getDisplayName()
getDisplayName in interface Userpublic void setDisplayName(String displayName)
setDisplayName in interface Userpublic String getPhoneNumber()
getPhoneNumber in interface Userpublic void setPhoneNumber(String phoneNumber)
setPhoneNumber in interface Userpublic UserType getUserType()
getUserType in interface Userpublic void setUserType(UserType userType)
setUserType in interface Userpublic String getExternalId()
getExternalId in interface Userpublic void setExternalId(String externalId)
setExternalId in interface Userpublic Date getExpirationDate()
getExpirationDate in interface Userpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface UserCopyright © 2017 Eclipse.org. All rights reserved.