|
|||||||||
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 LocaleDependantFields
fallBackValue
- the fall back value
LocaleDependantFields
which contains fall back valuespublic java.lang.String getDescription()
getDescription
in interface LocaleDependantFields
public java.lang.String getDisplayName()
getDisplayName
in interface LocaleDependantFields
public java.lang.String getKeyWords()
getKeyWords
in interface LocaleDependantFields
public java.util.Locale getLocale()
getLocale
in interface LocaleDependantFields
public java.lang.String getTitle()
getTitle
in interface LocaleDependantFields
public java.lang.String getUrl()
getUrl
in interface LocaleDependantFields
public void setDescription(java.lang.String description)
setDescription
in interface LocaleDependantFields
description
- the description to set.public void setDisplayName(java.lang.String displayName)
setDisplayName
in interface LocaleDependantFields
displayName
- the title to set.public void setKeyWords(java.lang.String keyWords)
setKeyWords
in interface LocaleDependantFields
keyWords
- the key words to set.public void setLocale(java.util.Locale locale)
setLocale
in interface LocaleDependantFields
locale
- the locale to set.public void setTitle(java.lang.String title)
setTitle
in interface LocaleDependantFields
title
- the title to set.public void setUrl(java.lang.String url)
setUrl
in interface LocaleDependantFields
url
- the url to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |