public interface SkuAttribute extends Searchable<String>
SkuAttributeImpl.SkuAttributeImpl}, {@link Sku}| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
Sku |
getSku()
Gets the sku.
|
void |
setId(Long id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setSku(Sku sku)
Sets the sku.
|
getSearchable, setSearchablegetValue, setValueLong getId()
void setId(Long id)
id - the new idSku getSku()
void setSku(Sku sku)
sku - the new skuString getName()
getName in interface ValueAssignable<String>void setName(String name)
setName in interface ValueAssignable<String>name - the new nameCopyright © 2014. All Rights Reserved.