fr.paris.lutece.plugins.document.business.attributes
Class AttributeTypeParameter

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.attributes.AttributeTypeParameter
All Implemented Interfaces:
fr.paris.lutece.portal.service.i18n.Localizable

public class AttributeTypeParameter
extends java.lang.Object
implements fr.paris.lutece.portal.service.i18n.Localizable

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

AttributeTypeParameter

public AttributeTypeParameter()
Method Detail

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

getLocale

public java.util.Locale getLocale()
Returns the Locale

Returns:
The Locale

setLocale

public void setLocale(java.util.Locale locale)
Sets the Locale

Specified by:
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizable
Parameters:
locale - The Locale

setName

public void setName(java.lang.String strName)
Sets the Name

Parameters:
strName - The Name

getLabelKey

public java.lang.String getLabelKey()
Returns the Label

Returns:
The Label

setLabelKey

public void setLabelKey(java.lang.String strLabelKey)
Sets the Label

Parameters:
strLabelKey - The Label

getDescriptionKey

public java.lang.String getDescriptionKey()
Returns the Description

Returns:
The Description

setDescriptionKey

public void setDescriptionKey(java.lang.String strDescriptionKey)
Sets the Description

Parameters:
strDescriptionKey - The Description

setValue

public void setValue(java.lang.String strValue)
Parameters:
strValue -

getValue

public java.lang.String getValue()
Returns:

getLabel

public java.lang.String getLabel()
Returns the Label

Returns:
The Label

getDescription

public java.lang.String getDescription()
Returns the Description

Returns:
The Description


Copyright © 2007 Mairie de Paris. All Rights Reserved.