Interface CategoryAttribute
- All Superinterfaces:
MultiTenantCloneable<CategoryAttribute>,Serializable,ValueAssignable<String>
- All Known Implementing Classes:
CategoryAttributeImpl
public interface CategoryAttribute
extends ValueAssignable<String>, MultiTenantCloneable<CategoryAttribute>
- Author:
- Phillip Verheyden
-
Method Summary
Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getValue
String getValue()Gets the value.- Specified by:
getValuein interfaceValueAssignable<String>- Returns:
- the value
-
setValue
Sets the value.- Specified by:
setValuein interfaceValueAssignable<String>- Parameters:
value- the new value
-
getCategory
Category getCategory()Gets theCategory.- Returns:
- the
Category
-
setCategory
Sets theCategory.- Parameters:
category- the newCategory
-
getName
String getName()Gets the name.- Specified by:
getNamein interfaceValueAssignable<String>- Returns:
- the name
-
setName
Sets the name.- Specified by:
setNamein interfaceValueAssignable<String>- Parameters:
name- the new name
-