Interface PageAttribute

All Superinterfaces:
MultiTenantCloneable<PageAttribute>, Serializable, ValueAssignable<String>
All Known Implementing Classes:
PageAttributeImpl

public interface PageAttribute extends ValueAssignable<String>, MultiTenantCloneable<PageAttribute>
Stores additional attributes for Pages
Author:
Andre Azzolini (apazzolini)
  • Method Details

    • getId

      Long getId()
      Returns the id
      Returns:
      the id
    • setId

      void setId(Long id)
      Sets the id
      Parameters:
      id -
    • getPage

      Page getPage()
      Returns the Page
      Returns:
      the Page
    • setPage

      void setPage(Page page)
      Sets the Page
      Parameters:
      page -