org.broadleafcommerce.core.catalog.domain
Interface CategoryAttribute

All Superinterfaces:
Serializable
All Known Implementing Classes:
CategoryAttributeImpl

public interface CategoryAttribute
extends Serializable

Author:
Phillip Verheyden

Method Summary
 Category getCategory()
          Gets the Category.
 Long getId()
          Gets the id.
 String getName()
          Gets the name.
 Boolean getSearchable()
          Deprecated. in favor of Field configuration since 2.0
 String getValue()
          Gets the value.
 void setCategory(Category category)
          Sets the Category.
 void setId(Long id)
          Sets the id.
 void setName(String name)
          Sets the name.
 void setSearchable(Boolean searchable)
          Deprecated. in favor of Field configuration since 2.0
 void setValue(String value)
          Sets the value.
 

Method Detail

getId

Long getId()
Gets the id.

Returns:
the id

setId

void setId(Long id)
Sets the id.

Parameters:
id - the new id

getValue

String getValue()
Gets the value.

Returns:
the value

setValue

void setValue(String value)
Sets the value.

Parameters:
value - the new value

getSearchable

Boolean getSearchable()
Deprecated. in favor of Field configuration since 2.0

Gets the searchable.

Returns:
the searchable

setSearchable

void setSearchable(Boolean searchable)
Deprecated. in favor of Field configuration since 2.0

Sets the searchable.

Parameters:
searchable - the new searchable

getCategory

Category getCategory()
Gets the Category.

Returns:
the Category

setCategory

void setCategory(Category category)
Sets the Category.

Parameters:
category - the new Category

getName

String getName()
Gets the name.

Returns:
the name

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name


Copyright © 2012. All Rights Reserved.