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.17.0")
public class PageTile
extends Object
implements Serializable
model for a page tile
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(Long applicationId) booleanfilterRequireAuthorization(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 / websiteinthashCode()openInNewWindow(Boolean openInNewWindow) voidsetApplicationId(Long applicationId) voidsetClassName(String className) voidsetContent(String content) voidsetFilterRequireAuthorization(Boolean filterRequireAuthorization) voidvoidvoidsetOpenInNewWindow(Boolean openInNewWindow) voidvoidvoidtoString()
-
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
-