|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Brand
Brand represents a product manufacturer/brand information.
| Field Summary | |
|---|---|
static java.lang.String |
LOCALIZED_PROPERTY_DISPLAY_NAME
The name of localized property -- display name. |
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the brand code. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Deprecated. use getDisplayName(Locale, boolean) instead. |
java.lang.String |
getDisplayName(java.util.Locale locale,
boolean fallback)
Get the localized display name for this Brand in the given locale, falling back to the display name for the locale in this Brand's Master Catalog's default locale if requested. |
java.lang.String |
getImageUrl()
Returns the url of the brand logo image. |
LocalizedProperties |
getLocalizedProperties()
Returns the LocalizedProperties. |
java.util.Map<java.lang.String,LocalizedPropertyValue> |
getLocalizedPropertiesMap()
Get the localized properties map. |
void |
setCode(java.lang.String code)
Sets the brand code. |
void |
setImageUrl(java.lang.String imageUrl)
Sets the url of the brand logo image. |
void |
setLocalizedProperties(LocalizedProperties localizedProperties)
Sets the LocalizedProperties. |
void |
setLocalizedPropertiesMap(java.util.Map<java.lang.String,LocalizedPropertyValue> localizedPropertiesMap)
Set the property map. |
| Methods inherited from interface com.bea.alcs.domain.Entity |
|---|
getGuid, setGuid |
| Methods inherited from interface com.bea.alcs.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setUidPk |
| Methods inherited from interface com.bea.alcs.domain.EpDomain |
|---|
getElasticPath, getUtility, setDefaultValues, setElasticPath |
| Methods inherited from interface com.bea.alcs.domain.catalog.CatalogObject |
|---|
getCatalog, setCatalog |
| Field Detail |
|---|
static final java.lang.String LOCALIZED_PROPERTY_DISPLAY_NAME
| Method Detail |
|---|
java.lang.String getImageUrl()
void setImageUrl(java.lang.String imageUrl)
imageUrl - the url of the brand logo imageLocalizedProperties getLocalizedProperties()
LocalizedProperties.
LocalizedPropertiesvoid setLocalizedProperties(LocalizedProperties localizedProperties)
LocalizedProperties.
localizedProperties - the LocalizedPropertiesjava.lang.String getCode()
void setCode(java.lang.String code)
code - the brand code of the brandjava.lang.String getDisplayName(java.util.Locale locale)
locale - the locale in which to return the display name
java.lang.String getDisplayName(java.util.Locale locale,
boolean fallback)
locale - the locale in which to return the display namefallback - if true, will fallback to the display name in the Brand's Catalog if required
java.util.Map<java.lang.String,LocalizedPropertyValue> getLocalizedPropertiesMap()
void setLocalizedPropertiesMap(java.util.Map<java.lang.String,LocalizedPropertyValue> localizedPropertiesMap)
localizedPropertiesMap - the map to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||