Class UserModuleOld

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

@Deprecated public class UserModuleOld extends Object
Deprecated.
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
      Deprecated.
    • setId

      public void setId(Integer id)
      Deprecated.
    • getAssociatedProfileId

      public Integer getAssociatedProfileId()
      Deprecated.
    • setAssociatedProfileId

      public void setAssociatedProfileId(Integer associatedProfileId)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getNameKey

      public String getNameKey()
      Deprecated.
    • setNameKey

      public void setNameKey(String nameKey)
      Deprecated.
    • isSystem

      public boolean isSystem()
      Deprecated.
    • setSystem

      public void setSystem(boolean system)
      Deprecated.
    • getPin

      public byte[] getPin()
      Deprecated.
    • setPin

      public void setPin(byte[] pin)
      Deprecated.
    • changePin

      public void changePin(String newPin)
      Deprecated.
    • getWhiteListConfigByDomains

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

      public void setWhiteListConfigByDomains(Map<String,WhiteListConfig> whiteListConfigByDomains)
      Deprecated.
    • getDashboardCards

      public List<DashboardCard> getDashboardCards()
      Deprecated.
    • setDashboardCards

      public void setDashboardCards(List<DashboardCard> dashboardCards)
      Deprecated.
    • addDashboardCard

      public void addDashboardCard(DashboardCard dashboardCard)
      Deprecated.
    • getCustomBlacklistId

      public Integer getCustomBlacklistId()
      Deprecated.
    • setCustomBlacklistId

      public void setCustomBlacklistId(Integer customBlacklistId)
      Deprecated.
    • getCustomWhitelistId

      public Integer getCustomWhitelistId()
      Deprecated.
    • setCustomWhitelistId

      public void setCustomWhitelistId(Integer customWhitelistId)
      Deprecated.
    • hashCode

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

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

      public java.time.LocalDate getBirthday()
      Deprecated.
    • setBirthday

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

      public UserRole getUserRole()
      Deprecated.
    • setUserRole

      public void setUserRole(UserRole userRole)
      Deprecated.