|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.attributes.AttributeTypeParameter
public class AttributeTypeParameter
This class represents the business object AttributeTypeParameter
Constructor Summary | |
---|---|
AttributeTypeParameter()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getDescriptionKey()
Returns the Description |
java.lang.String |
getLabel()
Returns the Label |
java.lang.String |
getLabelKey()
Returns the Label |
java.util.Locale |
getLocale()
Returns the Locale |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getValue()
|
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the Description |
void |
setLabelKey(java.lang.String strLabelKey)
Sets the Label |
void |
setLocale(java.util.Locale locale)
Sets the Locale |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setValue(java.lang.String strValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeTypeParameter()
Method Detail |
---|
public java.lang.String getName()
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The Localepublic void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getLabelKey()
public void setLabelKey(java.lang.String strLabelKey)
strLabelKey
- The Labelpublic java.lang.String getDescriptionKey()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- The Descriptionpublic void setValue(java.lang.String strValue)
strValue
- public java.lang.String getValue()
public java.lang.String getLabel()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |