|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxCategory
A TaxCategory represents a category of tax, i.e. GST (Canada).
| Field Summary | |
|---|---|
static java.lang.String |
LOCALIZED_PROPERTY_DISPLAY_NAME
The name of localized property -- displayName. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName(java.util.Locale locale)
Returns the display name of the TaxCategory with the given locale. |
LocalizedProperties |
getLocalizedProperties()
Returns the LocalizedProperties, i.e. |
java.lang.String |
getName()
Get the tax category name. |
void |
setLocalizedProperties(LocalizedProperties localizedProperties)
Set the LocalizedProperties, i.e. |
void |
setName(java.lang.String name)
Set the tax category name. |
| Methods inherited from interface com.elasticpath.domain.Entity |
|---|
getGuid, setGuid |
| 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 getDisplayName(java.util.Locale locale)
TaxCategory with the given locale.
locale - the locale
LocalizedProperties getLocalizedProperties()
LocalizedProperties, i.e. TaxCategory name.
LocalizedPropertiesjava.lang.String getName()
void setLocalizedProperties(LocalizedProperties localizedProperties)
LocalizedProperties, i.e. TaxCategory name.
localizedProperties - - the LocalizedPropertiesvoid setName(java.lang.String name)
name - the parameter name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||