public class UserEntityImpl extends AbstractEntity implements UserEntity, Serializable, HasRevision
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstName |
protected String |
lastName |
protected String |
password |
protected ByteArrayRef |
pictureByteArrayRef |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
UserEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deletePicture() |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
String |
getPassword() |
Object |
getPersistentState() |
Picture |
getPicture() |
ByteArrayRef |
getPictureByteArrayRef() |
boolean |
isPictureSet() |
protected void |
savePicture(Picture picture) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setPassword(String password) |
void |
setPicture(Picture picture) |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setIdgetOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String firstName
protected String lastName
protected String email
protected String password
protected ByteArrayRef pictureByteArrayRef
public Object getPersistentState()
getPersistentState in interface Entitypublic Picture getPicture()
getPicture in interface UserEntitypublic void setPicture(Picture picture)
setPicture in interface UserEntityprotected void savePicture(Picture picture)
protected void deletePicture()
public String getFirstName()
getFirstName in interface UsergetFirstName in interface UserEntitypublic void setFirstName(String firstName)
setFirstName in interface UsersetFirstName in interface UserEntitypublic String getLastName()
getLastName in interface UsergetLastName in interface UserEntitypublic void setLastName(String lastName)
setLastName in interface UsersetLastName in interface UserEntitypublic String getEmail()
getEmail in interface UsergetEmail in interface UserEntitypublic void setEmail(String email)
setEmail in interface UsersetEmail in interface UserEntitypublic String getPassword()
getPassword in interface UsergetPassword in interface UserEntitypublic void setPassword(String password)
setPassword in interface UsersetPassword in interface UserEntitypublic boolean isPictureSet()
isPictureSet in interface UserisPictureSet in interface UserEntitypublic ByteArrayRef getPictureByteArrayRef()
getPictureByteArrayRef in interface UserEntityCopyright © 2017 Flowable. All rights reserved.