Class UserModule

java.lang.Object
org.eblocker.server.common.data.UserModule

public class UserModule extends Object
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getAssociatedProfileId

      public Integer getAssociatedProfileId()
    • setAssociatedProfileId

      public void setAssociatedProfileId(Integer associatedProfileId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNameKey

      public String getNameKey()
    • setNameKey

      public void setNameKey(String nameKey)
    • isSystem

      public boolean isSystem()
    • setSystem

      public void setSystem(boolean system)
    • getPin

      public byte[] getPin()
    • setPin

      public void setPin(byte[] pin)
    • changePin

      public void changePin(String newPin)
    • getWhiteListConfigByDomains

      public Map<String,WhiteListConfig> getWhiteListConfigByDomains()
    • setWhiteListConfigByDomains

      public void setWhiteListConfigByDomains(Map<String,WhiteListConfig> whiteListConfigByDomains)
    • getDashboardColumnsView

      public DashboardColumnsView getDashboardColumnsView()
    • setDashboardColumnsView

      public void setDashboardColumnsView(DashboardColumnsView dashboardColumnsView)
    • getCustomBlacklistId

      public Integer getCustomBlacklistId()
    • setCustomBlacklistId

      public void setCustomBlacklistId(Integer customBlacklistId)
    • getCustomWhitelistId

      public Integer getCustomWhitelistId()
    • setCustomWhitelistId

      public void setCustomWhitelistId(Integer customWhitelistId)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getBirthday

      public java.time.LocalDate getBirthday()
    • setBirthday

      public void setBirthday(java.time.LocalDate birthday)
    • getUserRole

      public UserRole getUserRole()
    • setUserRole

      public void setUserRole(UserRole userRole)