Interface ProductAttribute

All Superinterfaces:
MultiTenantCloneable<ProductAttribute>, Serializable, ValueAssignable<String>
All Known Implementing Classes:
ProductAttributeImpl

public interface ProductAttribute extends ValueAssignable<String>, MultiTenantCloneable<ProductAttribute>
The Interface ProductAttribute.
  • 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