Class LocationData

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.LocationData
All Implemented Interfaces:
Serializable

public class LocationData extends QWidgetData
Model containing datastructure expected by frontend location widget
See Also:
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Getter for type
      Specified by:
      getType in class QWidgetData
    • getImageUrl

      public String getImageUrl()
      Getter for imageUrl
    • setImageUrl

      public void setImageUrl(String imageUrl)
      Setter for imageUrl
    • withImageUrl

      public LocationData withImageUrl(String imageUrl)
      Fluent setter for imageUrl
    • getDescription

      public String getDescription()
      Getter for description
    • setDescription

      public void setDescription(String description)
      Setter for description
    • withDescription

      public LocationData withDescription(String description)
      Fluent setter for description
    • getFooterText

      public String getFooterText()
      Getter for footerText
    • setFooterText

      public void setFooterText(String footerText)
      Setter for footerText
    • withFooterText

      public LocationData withFooterText(String footerText)
      Fluent setter for footerText
    • getTitle

      public String getTitle()
      Getter for title
    • setTitle

      public void setTitle(String title)
      Setter for title
    • withTitle

      public LocationData withTitle(String title)
      Fluent setter for title
    • getLocation

      public String getLocation()
      Getter for location
    • setLocation

      public void setLocation(String location)
      Setter for location
    • withLocation

      public LocationData withLocation(String location)
      Fluent setter for location