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 TypeMethodDescriptionapplicationUrl(String applicationUrl) booleanlink 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 pageindicates if the user will need to login for the linked application or pagegetTitle()page tile titlegetUrl()link to an other domain / websiteinthashCode()openInNewWindow(Boolean openInNewWindow) requiresLogin(Boolean requiresLogin) voidsetApplicationUrl(String applicationUrl) voidsetClassName(String className) voidsetContent(String content) voidvoidsetOpenInNewWindow(Boolean openInNewWindow) voidsetPageUrl(String pageUrl) voidsetRequiresLogin(Boolean requiresLogin) 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
-
requiresLogin
-
getRequiresLogin
indicates if the user will need to login for the linked application or page- Returns:
- requiresLogin
-
setRequiresLogin
-
openInNewWindow
-
getOpenInNewWindow
indicates whether the link should be opened in a new window- Returns:
- openInNewWindow
-
setOpenInNewWindow
-
equals
-
hashCode
public int hashCode() -
toString
-