Class PageTile
java.lang.Object
org.tailormap.api.persistence.json.PageTile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class PageTile
extends Object
implements Serializable
model for a page tile
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(Long applicationId) boolean
filterRequireAuthorization
(Boolean filterRequireAuthorization) linked applicationoptional css classname for stylingpage tile contentsindicates if this tile should be filtered from the list if an application id is set for which the user does not have accessgetId()
Get idgetImage()
image to show on the tileindicates whether the link should be opened in a new windowlinked pagegetTitle()
page tile titlegetUrl()
link to an other domain / websiteint
hashCode()
openInNewWindow
(Boolean openInNewWindow) void
setApplicationId
(Long applicationId) void
setClassName
(String className) void
setContent
(String content) void
setFilterRequireAuthorization
(Boolean filterRequireAuthorization) void
void
void
setOpenInNewWindow
(Boolean openInNewWindow) void
void
void
toString()
-
Constructor Details
-
PageTile
public PageTile()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
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
-
applicationId
-
getApplicationId
linked application- Returns:
- applicationId
-
setApplicationId
-
pageId
-
getPageId
linked page- Returns:
- pageId
-
setPageId
-
url
-
getUrl
link to an other domain / website- Returns:
- url
-
setUrl
-
className
-
getClassName
optional css classname for styling- Returns:
- className
-
setClassName
-
filterRequireAuthorization
-
getFilterRequireAuthorization
indicates if this tile should be filtered from the list if an application id is set for which the user does not have access- Returns:
- filterRequireAuthorization
-
setFilterRequireAuthorization
-
openInNewWindow
-
getOpenInNewWindow
indicates whether the link should be opened in a new window- Returns:
- openInNewWindow
-
setOpenInNewWindow
-
equals
-
hashCode
public int hashCode() -
toString
-