org.broadleafcommerce.core.catalog.domain
Interface CategoryAttribute

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

public interface CategoryAttribute
extends Searchable<String>

Author:
Phillip Verheyden

Method Summary
 Category getCategory()
          Gets the Category.
 Long getId()
          Gets the id.
 String getName()
          Gets the name.
 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 setValue(String value)
          Sets the value.
 
Methods inherited from interface org.broadleafcommerce.common.value.Searchable
getSearchable, setSearchable
 

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.

Specified by:
getValue in interface ValueAssignable<String>
Returns:
the value

setValue

void setValue(String value)
Sets the value.

Specified by:
setValue in interface ValueAssignable<String>
Parameters:
value - the new value

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.

Specified by:
getName in interface ValueAssignable<String>
Returns:
the name

setName

void setName(String name)
Sets the name.

Specified by:
setName in interface ValueAssignable<String>
Parameters:
name - the new name


Copyright © 2013. All Rights Reserved.