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.util.List<java.lang.String> getDefaultValue()
          Returns the default value
 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.util.List<java.lang.String> getValueList()
           
 void setDefaultValue(java.util.List<java.lang.String> listDefaultValue)
          Returns the default value
 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 setValueList(java.util.List<java.lang.String> listValues)
           
 
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

setValueList

public void setValueList(java.util.List<java.lang.String> listValues)
Parameters:
listValues -

getValueList

public java.util.List<java.lang.String> getValueList()
Returns:
listValues

getLabel

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

Returns:
The Label

getDescription

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

Returns:
The Description

getDefaultValue

public java.util.List<java.lang.String> getDefaultValue()
Returns the default value

Returns:
The default value

setDefaultValue

public void setDefaultValue(java.util.List<java.lang.String> listDefaultValue)
Returns the default value



Copyright © 2009 Mairie de Paris. All Rights Reserved.