Package swiss.trustbroker.saml.dto
Class UiBanner
java.lang.Object
swiss.trustbroker.saml.dto.UiBanner
- All Implemented Interfaces:
Serializable
Banner for HRD.
- Since:
- 1.9.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UiBanner.UiBannerBuilderbuilder()protected booleanbooleanMain image of banner.getName()Name of the banner referencing configuration.getOrder()Order of the banner.Secondary images of banner.inthashCode()booleanTrue if paragraphs of banner are shown collapsed on a small screen.voidsetCollapseParagraphs(boolean collapseParagraphs) True if paragraphs of banner are shown collapsed on a small screen.voidsetMainImage(String mainImage) Main image of banner.voidName of the banner referencing configuration.voidOrder of the banner.voidsetSecondaryImages(List<String> secondaryImages) Secondary images of banner.toString()
-
Constructor Details
-
UiBanner
public UiBanner() -
UiBanner
public UiBanner(String name, String mainImage, List<String> secondaryImages, boolean collapseParagraphs, Integer order) Creates a newUiBannerinstance.- Parameters:
name- Name of the banner referencing configuration.mainImage- Main image of banner.secondaryImages- Secondary images of banner.collapseParagraphs- True if paragraphs of banner are shown collapsed on a small screen.order- Order of the banner.
-
-
Method Details
-
builder
-
getName
Name of the banner referencing configuration. -
getMainImage
Main image of banner. -
getSecondaryImages
Secondary images of banner. -
isCollapseParagraphs
public boolean isCollapseParagraphs()True if paragraphs of banner are shown collapsed on a small screen. -
getOrder
Order of the banner. -
setName
Name of the banner referencing configuration. -
setMainImage
Main image of banner. -
setSecondaryImages
Secondary images of banner. -
setCollapseParagraphs
public void setCollapseParagraphs(boolean collapseParagraphs) True if paragraphs of banner are shown collapsed on a small screen. -
setOrder
Order of the banner. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-