public class User extends StaticEntity
| Constructor and Description |
|---|
User(Entity entity) |
User(EntityType entityType) |
User(String id,
EntityType entityType) |
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toStringpublic User(Entity entity)
public User(EntityType entityType)
public User(String id, EntityType entityType)
public String getId()
public void setId(String id)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public void setActivationCode(String activationCode)
public boolean isTwoFactorAuthentication()
public void setTwoFactorAuthentication(boolean twoFactorAuthentication)
public Boolean isActive()
public void setActive(Boolean active)
public Boolean isSuperuser()
public void setSuperuser(Boolean superuser)
public void setFirstName(String firstName)
public void setMiddleNames(String middleNames)
public void setLastName(String lastName)
public void setTitle(String title)
public void setAffiliation(String affiliation)
public void setDepartment(String department)
public void setRole(String role)
public void setAddress(String address)
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public void setFax(String fax)
public void setTollFreePhone(String tollFreePhone)
public void setCity(String city)
public void setCountry(String country)
public Boolean isChangePassword()
public void setChangePassword(Boolean changePassword)
public void setLanguageCode(String languageCode)
public void setGoogleAccountId(String googleAccountId)
Copyright © 2017. All rights reserved.