public class LegalContentSummary
extends org.springframework.hateoas.ResourceSupport
Modifier and Type | Field and Description |
---|---|
private ContentPageSummary |
contactInformation |
private ContentPageSummary |
privacyPolicy |
private ContentPageSummary |
rightsOfWithdrawal |
private ContentPageSummary |
termsAndConditions |
Constructor and Description |
---|
LegalContentSummary() |
Modifier and Type | Method and Description |
---|---|
ContentPageSummary |
getContactInformation()
Contact Information summary
|
ContentPageSummary |
getPrivacyPolicy()
Privacy Policy summary
|
ContentPageSummary |
getRightsOfWithdrawal()
Rights of Withdrawal summary
|
ContentPageSummary |
getTermsAndConditions()
Terms & Conditions summary
|
void |
setContactInformation(ContentPageSummary cInfoSummary) |
void |
setPrivacyPolicy(ContentPageSummary privacyPolicy) |
void |
setRightsOfWithdrawal(ContentPageSummary rightsOfWithdrawal) |
void |
setTermsAndConditions(ContentPageSummary termsAndConditions) |
private ContentPageSummary contactInformation
private ContentPageSummary privacyPolicy
private ContentPageSummary termsAndConditions
private ContentPageSummary rightsOfWithdrawal
public ContentPageSummary getContactInformation()
public void setContactInformation(ContentPageSummary cInfoSummary)
public ContentPageSummary getPrivacyPolicy()
public void setPrivacyPolicy(ContentPageSummary privacyPolicy)
public ContentPageSummary getTermsAndConditions()
public void setTermsAndConditions(ContentPageSummary termsAndConditions)
public ContentPageSummary getRightsOfWithdrawal()
public void setRightsOfWithdrawal(ContentPageSummary rightsOfWithdrawal)