public class AttributeType extends Object implements fr.paris.lutece.portal.service.i18n.Localizable
| Constructor and Description |
|---|
AttributeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the ClassName
|
String |
getCode()
Returns the Code
|
String |
getDescription()
Returns the Description
|
String |
getDescriptionKey()
Returns the Description
|
Locale |
getLocale()
Returns the Locale
|
String |
getName()
Returns the Name
|
String |
getNameKey()
Returns the Name
|
void |
setClassName(String strClassName)
Sets the ClassName
|
void |
setCode(String strCode)
Sets the Code
|
void |
setDescriptionKey(String strDescriptionKey)
Sets the Description
|
void |
setLocale(Locale locale)
Sets the Locale
|
void |
setNameKey(String strNameKey)
Sets the Name
|
public String getCode()
public void setCode(String strCode)
strCode - The Codepublic Locale getLocale()
public void setLocale(Locale locale)
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizablelocale - The Localepublic String getNameKey()
public void setNameKey(String strNameKey)
strNameKey - The Namepublic String getDescriptionKey()
public void setDescriptionKey(String strDescriptionKey)
strDescriptionKey - The Descriptionpublic String getClassName()
public void setClassName(String strClassName)
strClassName - The ClassNamepublic String getName()
public String getDescription()
Copyright © 2020 City of Paris. All rights reserved.