|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocaleDependantFields
Represents a collection of locale dependant fields of a catalog object, like Product, or Category.
| Method Summary | |
|---|---|
LocaleDependantFields |
createFallBackLdf(java.lang.String fallBackValue)
Creates and returns a LocaleDependantFields which contains fallback values. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getDisplayName()
Returns the display name. |
java.lang.String |
getKeyWords()
Returns the key words. |
java.util.Locale |
getLocale()
Returns the locale. |
java.lang.String |
getTitle()
Returns the title. |
java.lang.String |
getUrl()
Returns the url. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
setKeyWords(java.lang.String keyWords)
Sets the key words. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setUrl(java.lang.String url)
Sets the url. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
LocaleDependantFields createFallBackLdf(java.lang.String fallBackValue)
LocaleDependantFields which contains fallback values.
fallBackValue - the fall back value
LocaleDependantFields which contains fall back valuesjava.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getKeyWords()
java.util.Locale getLocale()
java.lang.String getTitle()
java.lang.String getUrl()
void setDescription(java.lang.String description)
description - the description to set.void setDisplayName(java.lang.String displayName)
displayName - the title to set.void setKeyWords(java.lang.String keyWords)
keyWords - the key words to set.void setLocale(java.util.Locale locale)
locale - the locale to set.void setTitle(java.lang.String title)
title - the title to set.void setUrl(java.lang.String url)
url - the url to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||