Interface PageAttribute

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<PageAttribute>, Serializable, org.broadleafcommerce.common.value.ValueAssignable<String>
All Known Implementing Classes:
PageAttributeImpl

public interface PageAttribute extends org.broadleafcommerce.common.value.ValueAssignable<String>, org.broadleafcommerce.common.copy.MultiTenantCloneable<PageAttribute>
Stores additional attributes for Pages
Author:
Andre Azzolini (apazzolini)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id
    Returns the Page
    void
    setId(Long id)
    Sets the id
    void
    setPage(Page page)
    Sets the Page

    Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable

    createOrRetrieveCopyInstance

    Methods inherited from interface org.broadleafcommerce.common.value.ValueAssignable

    getName, getValue, setName, setValue
  • 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 -