|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SkuAttribute
Implementations of this interface are used to hold data about a SKU's Attributes.
A SKU Attribute is a designator on a SKU that differentiates it from other similar SKUs
(for example: Blue attribute for hat).
You should implement this class if you want to make significant changes to how the
class is persisted. If you just want to add additional fields then you should
extend SkuAttributeImpl.
SkuAttributeImpl}, {@link Sku}| Method Summary | |
|---|---|
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Boolean |
getSearchable()
Gets the searchable. |
Sku |
getSku()
Gets the sku. |
String |
getValue()
Gets the value. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setSearchable(Boolean searchable)
Sets the searchable. |
void |
setSku(Sku sku)
Sets the sku. |
void |
setValue(String value)
Sets the value. |
| Method Detail |
|---|
Long getId()
void setId(Long id)
id - the new idString getValue()
void setValue(String value)
value - the new valueBoolean getSearchable()
void setSearchable(Boolean searchable)
searchable - the new searchableSku getSku()
void setSku(Sku sku)
sku - the new skuString getName()
void setName(String name)
name - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||