Class OnboardingShowPages


  • public class OnboardingShowPages
    extends Object
    • Constructor Detail

      • OnboardingShowPages

        public OnboardingShowPages()
    • Method Detail

      • getWelcomePage

        public Boolean getWelcomePage()
        Indicates whether the welcome page must be shown. Defaults to false.
        Returns:
      • setWelcomePage

        public void setWelcomePage​(Boolean welcomePage)
      • getIndividualDetailsSummaryPage

        public Boolean getIndividualDetailsSummaryPage()
        Indicates whether the page with the individual's details must be shown. Defaults to true.
        Returns:
      • setIndividualDetailsSummaryPage

        public void setIndividualDetailsSummaryPage​(Boolean individualDetailsSummaryPage)
      • individualDetailsSummaryPage

        public OnboardingShowPages individualDetailsSummaryPage​(Boolean individualDetailsSummaryPage)
      • getBusinessDetailsSummaryPage

        public Boolean getBusinessDetailsSummaryPage()
        Indicates whether the page with bank account details must be shown. Defaults to true.
        Returns:
      • setBusinessDetailsSummaryPage

        public void setBusinessDetailsSummaryPage​(Boolean businessDetailsSummaryPage)
      • getBankDetailsSummaryPage

        public Boolean getBankDetailsSummaryPage()
        Indicates whether the page with bank account details must be shown. Defaults to true.
        Returns:
      • setBankDetailsSummaryPage

        public void setBankDetailsSummaryPage​(Boolean bankDetailsSummaryPage)
      • getShareholderDetailsSummaryPage

        public Boolean getShareholderDetailsSummaryPage()
        Indicates whether the page with the shareholders' details must be shown. Defaults to true.
        Returns:
      • setShareholderDetailsSummaryPage

        public void setShareholderDetailsSummaryPage​(Boolean shareholderDetailsSummaryPage)
      • shareholderDetailsSummaryPage

        public OnboardingShowPages shareholderDetailsSummaryPage​(Boolean shareholderDetailsSummaryPage)
      • getLegalArrangementsDetailsSummaryPage

        public Boolean getLegalArrangementsDetailsSummaryPage()
        Indicates whether the page with the legal arrangements' details must be shown. Defaults to true.
        Returns:
      • setLegalArrangementsDetailsSummaryPage

        public void setLegalArrangementsDetailsSummaryPage​(Boolean legalArrangementsDetailsSummaryPage)
      • legalArrangementsDetailsSummaryPage

        public OnboardingShowPages legalArrangementsDetailsSummaryPage​(Boolean legalArrangementsDetailsSummaryPage)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object