Interface ProductAttribute

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

public interface ProductAttribute extends org.broadleafcommerce.common.value.ValueAssignable<String>, org.broadleafcommerce.common.copy.MultiTenantCloneable<ProductAttribute>
The Interface ProductAttribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the id.
    Gets the product.
    void
    setId(Long id)
    Sets the id.
    void
    Sets the product.

    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()
      Gets the id.
      Returns:
      the id
    • setId

      void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getProduct

      Product getProduct()
      Gets the product.
      Returns:
      the product
    • setProduct

      void setProduct(Product product)
      Sets the product.
      Parameters:
      product - the new product