public class OnboardingShowPages extends Object
| Constructor and Description |
|---|
OnboardingShowPages() |
| Modifier and Type | Method and Description |
|---|---|
OnboardingShowPages |
bankDetailsSummaryPage(Boolean bankDetailsSummaryPage) |
OnboardingShowPages |
businessDetailsSummaryPage(Boolean businessDetailsSummaryPage) |
boolean |
equals(Object o) |
Boolean |
getBankDetailsSummaryPage()
Indicates whether the page with bank account details must be shown.
|
Boolean |
getBusinessDetailsSummaryPage()
Indicates whether the page with bank account details must be shown.
|
Boolean |
getIndividualDetailsSummaryPage()
Indicates whether the page with the individual's details must be shown.
|
Boolean |
getLegalArrangementsDetailsSummaryPage()
Indicates whether the page with the legal arrangements' details must be shown.
|
Boolean |
getShareholderDetailsSummaryPage()
Indicates whether the page with the shareholders' details must be shown.
|
Boolean |
getWelcomePage()
Indicates whether the welcome page must be shown.
|
int |
hashCode() |
OnboardingShowPages |
individualDetailsSummaryPage(Boolean individualDetailsSummaryPage) |
OnboardingShowPages |
legalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage) |
void |
setBankDetailsSummaryPage(Boolean bankDetailsSummaryPage) |
void |
setBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage) |
void |
setIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage) |
void |
setLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage) |
void |
setShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage) |
void |
setWelcomePage(Boolean welcomePage) |
OnboardingShowPages |
shareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage) |
String |
toString() |
OnboardingShowPages |
welcomePage(Boolean welcomePage) |
public Boolean getWelcomePage()
public void setWelcomePage(Boolean welcomePage)
public OnboardingShowPages welcomePage(Boolean welcomePage)
public Boolean getIndividualDetailsSummaryPage()
public void setIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
public OnboardingShowPages individualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
public Boolean getBusinessDetailsSummaryPage()
public void setBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
public OnboardingShowPages businessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
public Boolean getBankDetailsSummaryPage()
public void setBankDetailsSummaryPage(Boolean bankDetailsSummaryPage)
public OnboardingShowPages bankDetailsSummaryPage(Boolean bankDetailsSummaryPage)
public Boolean getShareholderDetailsSummaryPage()
public void setShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
public OnboardingShowPages shareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
public Boolean getLegalArrangementsDetailsSummaryPage()
public void setLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
public OnboardingShowPages legalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
Copyright © 2022. All rights reserved.