public class AttributeTypeParameter extends Object implements fr.paris.lutece.portal.service.i18n.Localizable
| Constructor and Description |
|---|
AttributeTypeParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValue()
Returns the default value
|
String |
getDescription()
Returns the Description
|
String |
getDescriptionKey()
Returns the Description
|
String |
getLabel()
Returns the Label
|
String |
getLabelKey()
Returns the Label
|
Locale |
getLocale()
Returns the Locale
|
String |
getName()
Returns the Name
|
List<String> |
getValueList() |
void |
setDefaultValue(List<String> listDefaultValue)
Set the default value
|
void |
setDescriptionKey(String strDescriptionKey)
Sets the Description
|
void |
setLabelKey(String strLabelKey)
Sets the Label
|
void |
setLocale(Locale locale)
Sets the Locale
|
void |
setName(String strName)
Sets the Name
|
void |
setValueList(List<String> listValues)
Set the value list
|
public String getName()
public Locale getLocale()
public void setLocale(Locale locale)
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizablelocale - The Localepublic void setName(String strName)
strName - The Namepublic String getLabelKey()
public void setLabelKey(String strLabelKey)
strLabelKey - The Labelpublic String getDescriptionKey()
public void setDescriptionKey(String strDescriptionKey)
strDescriptionKey - The Descriptionpublic void setValueList(List<String> listValues)
listValues - The new list of valuespublic String getLabel()
public String getDescription()
public List<String> getDefaultValue()
Copyright © 2020 City of Paris. All rights reserved.