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.10.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
-
Method Summary
Modifier and TypeMethodDescriptionapplicationRequiresLogin
(Boolean applicationRequiresLogin) applicationUrl
(String applicationUrl) boolean
indicates 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 / websiteint
hashCode()
openInNewWindow
(Boolean openInNewWindow) void
setApplicationRequiresLogin
(Boolean applicationRequiresLogin) void
setApplicationUrl
(String applicationUrl) void
setClassName
(String className) void
setContent
(String content) void
void
setOpenInNewWindow
(Boolean openInNewWindow) void
setPageUrl
(String pageUrl) void
void
toString()
-
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
-