org.broadleafcommerce.core.catalog.domain
Interface ProductAttribute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ProductAttributeImpl

public interface ProductAttribute
extends java.io.Serializable

The Interface ProductAttribute.


Method Summary
 java.lang.Long getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 Product getProduct()
          Gets the product.
 java.lang.Boolean getSearchable()
          Gets the searchable.
 java.lang.String getValue()
          Gets the value.
 void setId(java.lang.Long id)
          Sets the id.
 void setName(java.lang.String name)
          Sets the name.
 void setProduct(Product product)
          Sets the product.
 void setSearchable(java.lang.Boolean searchable)
          Sets the searchable.
 void setValue(java.lang.String value)
          Sets the value.
 

Method Detail

getId

java.lang.Long getId()
Gets the id.

Returns:
the id

setId

void setId(java.lang.Long id)
Sets the id.

Parameters:
id - the new id

getValue

java.lang.String getValue()
Gets the value.

Returns:
the value

setValue

void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

getSearchable

java.lang.Boolean getSearchable()
Gets the searchable.

Returns:
the searchable

setSearchable

void setSearchable(java.lang.Boolean searchable)
Sets the searchable.

Parameters:
searchable - the new searchable

getProduct

Product getProduct()
Gets the product.

Returns:
the product

setProduct

void setProduct(Product product)
Sets the product.

Parameters:
product - the new product

getName

java.lang.String getName()
Gets the name.

Returns:
the name

setName

void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name


Copyright © 2012. All Rights Reserved.