|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.datastore.LocalizedDataGroup
public class LocalizedDataGroup
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 |
---|
public LocalizedDataGroup(ILocalizedDataGroup group, Locale locale)
group
- The grouplocale
- The localeMethod Detail |
---|
public String getName()
public void setName(String strName)
strName
- The Namepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic List<LocalizedData> getLocalizedDataList()
public void setLocalizedDataList(List<LocalizedData> listLocalizedData)
listLocalizedData
- The localized data list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |