|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
public class LocaleDependantFieldsImpl
This is a default implementation of LocaleDependantFields.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
LocaleDependantFieldsImpl()
|
|
| Method Summary | |
|---|---|
LocaleDependantFields |
createFallBackLdf(java.lang.String fallBackValue)
Creates and returns a LocaleDependantFields which contains fall back 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 class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public LocaleDependantFieldsImpl()
| Method Detail |
|---|
public LocaleDependantFields createFallBackLdf(java.lang.String fallBackValue)
LocaleDependantFields which contains fall back values.
createFallBackLdf in interface LocaleDependantFieldsfallBackValue - the fall back value
LocaleDependantFields which contains fall back valuespublic java.lang.String getDescription()
getDescription in interface LocaleDependantFieldspublic java.lang.String getDisplayName()
getDisplayName in interface LocaleDependantFieldspublic java.lang.String getKeyWords()
getKeyWords in interface LocaleDependantFieldspublic java.util.Locale getLocale()
getLocale in interface LocaleDependantFieldspublic java.lang.String getTitle()
getTitle in interface LocaleDependantFieldspublic java.lang.String getUrl()
getUrl in interface LocaleDependantFieldspublic void setDescription(java.lang.String description)
setDescription in interface LocaleDependantFieldsdescription - the description to set.public void setDisplayName(java.lang.String displayName)
setDisplayName in interface LocaleDependantFieldsdisplayName - the title to set.public void setKeyWords(java.lang.String keyWords)
setKeyWords in interface LocaleDependantFieldskeyWords - the key words to set.public void setLocale(java.util.Locale locale)
setLocale in interface LocaleDependantFieldslocale - the locale to set.public void setTitle(java.lang.String title)
setTitle in interface LocaleDependantFieldstitle - the title to set.public void setUrl(java.lang.String url)
setUrl in interface LocaleDependantFieldsurl - the url to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||