Class PageMetadata

java.lang.Object
com.endurancetrio.app.common.model.PageMetadata

public class PageMetadata extends Object
The PageMetadata class holds page-level metadata used across shared template fragments in the application. This includes HTML <head> elements (title, description, canonical URL, Open Graph tags) as well as view-specific data consumed by other layout components such as the navigation bar and footer.
  • Constructor Details

    • PageMetadata

      public PageMetadata()
  • Method Details

    • getAppVersion

      public String getAppVersion()
    • setAppVersion

      public void setAppVersion(String appVersion)
    • getCanonicalUrl

      public String getCanonicalUrl()
    • getCopyrightYear

      public String getCopyrightYear()
    • setCopyrightYear

      public void setCopyrightYear(String copyrightYear)
    • setCanonicalUrl

      public void setCanonicalUrl(String canonicalUrl)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getFacebookPageId

      public String getFacebookPageId()
    • setFacebookPageId

      public void setFacebookPageId(String facebookPageId)
    • getGoogleAdsenseId

      public String getGoogleAdsenseId()
    • setGoogleAdsenseId

      public void setGoogleAdsenseId(String googleAdsenseId)
    • getKofiUserId

      public String getKofiUserId()
    • setKofiUserId

      public void setKofiUserId(String kofiUserId)
    • getOgImage

      public String getOgImage()
    • setOgImage

      public void setOgImage(String ogImage)
    • getOgImageHeight

      public Integer getOgImageHeight()
    • setOgImageHeight

      public void setOgImageHeight(Integer ogImageHeight)
    • getOgImageWidth

      public Integer getOgImageWidth()
    • setOgImageWidth

      public void setOgImageWidth(Integer ogImageWidth)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getTwitterSite

      public String getTwitterSite()
    • setTwitterSite

      public void setTwitterSite(String twitterSite)
    • getView

      public String getView()
    • setView

      public void setView(String view)