fr.paris.lutece.portal.service.datastore
Class LocalizedDataGroup

java.lang.Object
  extended by fr.paris.lutece.portal.service.datastore.LocalizedDataGroup

public class LocalizedDataGroup
extends Object

This is the business class for the object SiteProperty


Constructor Summary
LocalizedDataGroup(ILocalizedDataGroup group, Locale locale)
          Constructor
 
Method Summary
 String getDescription()
          Returns the Description
 List<LocalizedData> getLocalizedDataList()
          Returns the localized data list
 String getName()
          Returns the Name
 void setDescription(String strDescription)
          Sets the Description
 void setLocalizedDataList(List<LocalizedData> listLocalizedData)
          Sets the localized data list
 void setName(String strName)
          Sets the Name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedDataGroup

public LocalizedDataGroup(ILocalizedDataGroup group,
                          Locale locale)
Constructor

Parameters:
group - The group
locale - The locale
Method Detail

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getDescription

public String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getLocalizedDataList

public List<LocalizedData> getLocalizedDataList()
Returns the localized data list

Returns:
The localized data list

setLocalizedDataList

public void setLocalizedDataList(List<LocalizedData> listLocalizedData)
Sets the localized data list

Parameters:
listLocalizedData - The localized data list


Copyright © 2014 Mairie de Paris. All Rights Reserved.