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