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, setLastModifiedMillis
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId, getIsNewInsert, isAnon, isAuthorized, isInRole, isStaff, setIsNewInsert
getDeleted
getBucket, getCompoundId, getController, getDeleted, getLastModifiedMillis, setBucket, setDeleted, setId, setLastModifiedMillis
public EmptyUser()
public String getUsername()
getUsername
in interface IUser
public EmptyUser setUsername(String username)
setUsername
in interface IUser
public String getDisplayName()
getDisplayName
in interface Contactable
getDisplayName
in interface IUser
public String getHonorific()
getHonorific
in interface Contactable
public boolean isOptedOut()
Contactable
isOptedOut
in interface Contactable
public boolean isTotallyOptedOut()
Contactable
isTotallyOptedOut
in interface Contactable
public boolean isDisabled()
Contactable
isDisabled
in interface Contactable
public EmptyUser setDisplayName(String displayName)
setDisplayName
in interface IUser
public String getEmail()
getEmail
in interface Contactable
getEmail
in interface IUser
public String getBcryptedPassword()
getBcryptedPassword
in interface IUser
public EmptyUser setBcryptedPassword(String password)
setBcryptedPassword
in interface IUser
public String getResetToken()
getResetToken
in interface IUser
public EmptyUser setResetToken(String token)
setResetToken
in interface IUser
public Long getAliasForId()
getAliasForId
in interface IUser
public Long getCreatedAt()
getCreatedAt
in interface IUser
public <U extends IUser> U setCreatedAt(Long createdAt)
setCreatedAt
in interface IUser
public EmptyUser setAliasForId(Long id)
setAliasForId
in interface IUser
public String getTimeZoneId()
getTimeZoneId
in interface IUser
public EmptyUser setTimeZoneId(String zoneId)
setTimeZoneId
in interface IUser
public boolean isPredefined()
isPredefined
in interface IUser
public EmptyUser setPredefined(boolean predefined)
setPredefined
in interface IUser
public String getEncryptionSecret()
getEncryptionSecret
in interface IUser
public EmptyUser setEncryptionSecret(String secret)
setEncryptionSecret
in interface IUser
public Boolean getApproved()
getApproved
in interface IUser
public boolean getEmailVerified()
getEmailVerified
in interface IUser
public <U extends IUser> U setDisabled(boolean disabled)
setDisabled
in interface IUser
public EmptyUser setApproved(Boolean approved)
setApproved
in interface IUser
public EmptyUser setEmailVerified(boolean verified)
setEmailVerified
in interface IUser
public String getGivenName()
getGivenName
in interface Contactable
getGivenName
in interface IUser
public EmptyUser setGivenName(String givenName)
setGivenName
in interface IUser
public String getFamilyName()
getFamilyName
in interface Contactable
getFamilyName
in interface IUser
public EmptyUser setFamilyName(String familyName)
setFamilyName
in interface IUser
public String generateFilePath()
generateFilePath
in interface ModelWithFilePath
public String getFilePath()
getFilePath
in interface ModelWithFilePath
public void setFilePath(String filePath)
setFilePath
in interface ModelWithFilePath
Copyright © 2016. All rights reserved.