|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SkuOptionValue
Represents an available option value for a SKU option. Example option values include red, green, small, large, etc.
| Field Summary | |
|---|---|
static java.lang.String |
LOCALIZED_PROPERTY_DISPLAY_NAME
The name of localized property -- display name. |
| Method Summary | |
|---|---|
java.lang.String |
getImage()
Get the path to the image corresponding to this option value. |
LocalizedProperties |
getLocalizedProperties()
Returns the LocalizedProperties. |
java.lang.String |
getOptionValueKey()
Get the key corresponding to this option value. |
int |
getOrdering()
Get the order in which this SKU option value should appear. |
void |
setImage(java.lang.String image)
Set the path to the image corresponding to this option value. |
void |
setOptionValueKey(java.lang.String optionValueKey)
Set the key corresponding to this option value. |
void |
setOrdering(int order)
Set the order in which this SKU option value should appear. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
static final java.lang.String LOCALIZED_PROPERTY_DISPLAY_NAME
| Method Detail |
|---|
java.lang.String getImage()
LocalizedProperties getLocalizedProperties()
LocalizedProperties.
LocalizedPropertiesjava.lang.String getOptionValueKey()
int getOrdering()
void setImage(java.lang.String image)
image - the path to the image corresponding to this option valuevoid setOptionValueKey(java.lang.String optionValueKey)
optionValueKey - the key for this optionvoid setOrdering(int order)
order - the ordering number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||