public class EmptyUser extends ModelBase implements IUser
| Constructor and Description |
|---|
EmptyUser() |
equals, getBucket, getCompoundId, getController, getDeleted, getId, getIsNewInsert, getLastModifiedMillis, getMeta, hashCode, setBucket, setDeleted, setId, setIsNewInsert, setLastModifiedMillisclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, getIsNewInsert, isAnon, isAuthorized, isInRole, isStaff, setIsNewInsertgetDeletedgetBucket, getCompoundId, getController, getDeleted, getLastModifiedMillis, setBucket, setDeleted, setId, setLastModifiedMillispublic EmptyUser()
public String getUsername()
getUsername in interface IUserpublic EmptyUser setUsername(String username)
setUsername in interface IUserpublic String getDisplayName()
getDisplayName in interface ContactablegetDisplayName in interface IUserpublic String getHonorific()
getHonorific in interface Contactablepublic boolean isOptedOut()
ContactableisOptedOut in interface Contactablepublic boolean isTotallyOptedOut()
ContactableisTotallyOptedOut in interface Contactablepublic boolean isDisabled()
ContactableisDisabled in interface Contactablepublic EmptyUser setDisplayName(String displayName)
setDisplayName in interface IUserpublic String getEmail()
getEmail in interface ContactablegetEmail in interface IUserpublic String getBcryptedPassword()
getBcryptedPassword in interface IUserpublic EmptyUser setBcryptedPassword(String password)
setBcryptedPassword in interface IUserpublic String getResetToken()
getResetToken in interface IUserpublic EmptyUser setResetToken(String token)
setResetToken in interface IUserpublic Long getAliasForId()
getAliasForId in interface IUserpublic Long getCreatedAt()
getCreatedAt in interface IUserpublic <U extends IUser> U setCreatedAt(Long createdAt)
setCreatedAt in interface IUserpublic EmptyUser setAliasForId(Long id)
setAliasForId in interface IUserpublic String getTimeZoneId()
getTimeZoneId in interface IUserpublic EmptyUser setTimeZoneId(String zoneId)
setTimeZoneId in interface IUserpublic boolean isPredefined()
isPredefined in interface IUserpublic EmptyUser setPredefined(boolean predefined)
setPredefined in interface IUserpublic String getEncryptionSecret()
getEncryptionSecret in interface IUserpublic EmptyUser setEncryptionSecret(String secret)
setEncryptionSecret in interface IUserpublic Boolean getApproved()
getApproved in interface IUserpublic boolean getEmailVerified()
getEmailVerified in interface IUserpublic <U extends IUser> U setDisabled(boolean disabled)
setDisabled in interface IUserpublic EmptyUser setApproved(Boolean approved)
setApproved in interface IUserpublic EmptyUser setEmailVerified(boolean verified)
setEmailVerified in interface IUserpublic String getGivenName()
getGivenName in interface ContactablegetGivenName in interface IUserpublic EmptyUser setGivenName(String givenName)
setGivenName in interface IUserpublic String getFamilyName()
getFamilyName in interface ContactablegetFamilyName in interface IUserpublic EmptyUser setFamilyName(String familyName)
setFamilyName in interface IUserpublic String generateFilePath()
generateFilePath in interface ModelWithFilePathpublic String getFilePath()
getFilePath in interface ModelWithFilePathpublic void setFilePath(String filePath)
setFilePath in interface ModelWithFilePathCopyright © 2016. All rights reserved.