Package org.tailormap.api.viewer.model
Class ViewerPageTile
java.lang.Object
org.tailormap.api.viewer.model.ViewerPageTile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class ViewerPageTile
extends Object
implements Serializable
model for a page tile as returned by the api for the viewer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationRequiresLogin(Boolean applicationRequiresLogin) applicationUrl(String applicationUrl) booleanindicates if the user will need to login for the linked applicationlink to the applicationoptional css classname for stylingpage tile contentsgetImage()image to show on the tileindicates whether the link should be opened in a new windowlink to another pagegetTitle()page tile titlegetUrl()link to an other domain / websiteinthashCode()openInNewWindow(Boolean openInNewWindow) voidsetApplicationRequiresLogin(Boolean applicationRequiresLogin) voidsetApplicationUrl(String applicationUrl) voidsetClassName(String className) voidsetContent(String content) voidvoidsetOpenInNewWindow(Boolean openInNewWindow) voidsetPageUrl(String pageUrl) voidvoidtoString()
-
Constructor Details
-
ViewerPageTile
public ViewerPageTile()
-
-
Method Details
-
title
-
getTitle
page tile title- Returns:
- title
-
setTitle
-
content
-
getContent
page tile contents- Returns:
- content
-
setContent
-
image
-
getImage
image to show on the tile- Returns:
- image
-
setImage
-
applicationUrl
-
getApplicationUrl
link to the application- Returns:
- applicationUrl
-
setApplicationUrl
-
pageUrl
-
getPageUrl
link to another page- Returns:
- pageUrl
-
setPageUrl
-
url
-
getUrl
link to an other domain / website- Returns:
- url
-
setUrl
-
className
-
getClassName
optional css classname for styling- Returns:
- className
-
setClassName
-
applicationRequiresLogin
-
getApplicationRequiresLogin
indicates if the user will need to login for the linked application- Returns:
- applicationRequiresLogin
-
setApplicationRequiresLogin
-
openInNewWindow
-
getOpenInNewWindow
indicates whether the link should be opened in a new window- Returns:
- openInNewWindow
-
setOpenInNewWindow
-
equals
-
hashCode
public int hashCode() -
toString
-