Class FrontendHomeData

    • Constructor Detail

      • FrontendHomeData

        public FrontendHomeData()
    • Method Detail

      • getFullWidthContent

        public Boolean getFullWidthContent()
      • getMergeAccounts

        public Boolean getMergeAccounts()
      • getPasswordsNeedingAttention

        public List<PasswordData> getPasswordsNeedingAttention()
      • getPendingSecurityQuestion

        public Boolean getPendingSecurityQuestion()
      • isShowLatestAds

        public boolean isShowLatestAds()
      • isShowLatestUsers

        public boolean isShowLatestUsers()
      • setFullWidthContent

        public void setFullWidthContent​(Boolean fullWidthContent)
      • setLatestAds

        public void setLatestAds​(List<BasicAdVO> latestAds)
      • setMergeAccounts

        public void setMergeAccounts​(Boolean mergeAccounts)
      • setPasswordsNeedingAttention

        public void setPasswordsNeedingAttention​(List<PasswordData> passwordsNeedingAttention)
      • setPendingSecurityQuestion

        public void setPendingSecurityQuestion​(Boolean pendingSecurityQuestion)
      • setShowLatestAds

        public void setShowLatestAds​(boolean showLatestAds)
      • setShowLatestUsers

        public void setShowLatestUsers​(boolean showLatestUsers)