Class UserConfig

java.lang.Object
com.openkm.sdk4j.bean.UserConfig
All Implemented Interfaces:
Serializable

public class UserConfig extends Object implements Serializable
See Also:
  • Constructor Details

    • UserConfig

      public UserConfig()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • getHomeNode

      public String getHomeNode()
    • setHomeNode

      public void setHomeNode(String homeNode)
    • getTimeZone

      public int getTimeZone()
    • setTimeZone

      public void setTimeZone(int timeZone)
    • isOnlineEditor

      public boolean isOnlineEditor()
    • setOnlineEditor

      public void setOnlineEditor(boolean onlineEditor)
    • isHtmlEditor

      public boolean isHtmlEditor()
    • setHtmlEditor

      public void setHtmlEditor(boolean htmlEditor)
    • isLiveEdit

      public boolean isLiveEdit()
    • setLiveEdit

      public void setLiveEdit(boolean liveEdit)
    • isStepIntoCreatedNode

      public boolean isStepIntoCreatedNode()
    • setStepIntoCreatedNode

      public void setStepIntoCreatedNode(boolean stepIntoCreatedNode)
    • getProfile

      public Profile getProfile()
    • setProfile

      public void setProfile(Profile profile)
    • getTenant

      public Tenant getTenant()
    • setTenant

      public void setTenant(Tenant tenant)
    • toString

      public String toString()
      Overrides:
      toString in class Object