Class UserProfile

All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<BaseConfigurationItem>

@Metadata(root=CONFIGURATION, versioned=false) public class UserProfile extends BaseConfigurationItem
No setters defined, because user profiles may be cached.
See Also:
  • Constructor Details

    • UserProfile

      public UserProfile()
    • UserProfile

      public UserProfile(String id)
    • UserProfile

      public UserProfile(String id, String email, String fullName, boolean loginAllowed)
    • UserProfile

      public UserProfile(String id, String email, String fullName, boolean loginAllowed, String externalId)
    • UserProfile

      public UserProfile(String id, String email, String fullName, boolean loginAllowed, Date lastActive)
    • UserProfile

      public UserProfile(String id, String email, String fullName, boolean loginAllowed, Date lastActive, String externalId)
  • Method Details

    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getCanonicalId

      public String getCanonicalId()
    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • isLoginAllowed

      public boolean isLoginAllowed()
    • setLoginAllowed

      public void setLoginAllowed(boolean loginAllowed)
    • getDateFormat

      public String getDateFormat()
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • getTimeFormat

      public String getTimeFormat()
    • setTimeFormat

      public void setTimeFormat(String timeFormat)
    • getFirstDayOfWeek

      public Integer getFirstDayOfWeek()
    • setFirstDayOfWeek

      public void setFirstDayOfWeek(Integer firstDayOfWeek)
    • getLastActive

      public Date getLastActive()
    • setLastActive

      public void setLastActive(Date lastActive)
    • isAnalyticsEnabled

      public boolean isAnalyticsEnabled()
    • setAnalyticsEnabled

      public void setAnalyticsEnabled(boolean analyticsEnabled)
    • isTaskDrawerEnabled

      public boolean isTaskDrawerEnabled()
    • setTaskDrawerEnabled

      public void setTaskDrawerEnabled(boolean taskDrawerEnabled)