org.broadleafcommerce.core.catalog.domain
Interface ProductAttribute

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

public interface ProductAttribute
extends Searchable<String>

The Interface ProductAttribute.


Method Summary
 Long getId()
          Gets the id.
 Product getProduct()
          Gets the product.
 void setId(Long id)
          Sets the id.
 void setProduct(Product product)
          Sets the product.
 
Methods inherited from interface org.broadleafcommerce.common.value.Searchable
getSearchable, setSearchable
 
Methods inherited from interface org.broadleafcommerce.common.value.ValueAssignable
getName, getValue, setName, setValue
 

Method Detail

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


Copyright © 2013. All Rights Reserved.