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

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

public class LocalizedData
extends Object

This is the business class for the object SiteProperty


Constructor Summary
LocalizedData()
           
 
Method Summary
 String getHelp()
          Returns the Help
 String getKey()
          Returns the Key
 String getLabel()
          Returns the Label
 String getValue()
          Returns the Value
 void setHelp(String strHelp)
          Sets the Help
 void setKey(String strKey)
          Sets the Key
 void setLabel(String strLabel)
          Sets the Label
 void setValue(String strValue)
          Sets the Value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedData

public LocalizedData()
Method Detail

getKey

public String getKey()
Returns the Key

Returns:
The Key

setKey

public void setKey(String strKey)
Sets the Key

Parameters:
strKey - The Key

getLabel

public String getLabel()
Returns the Label

Returns:
The Label

setLabel

public void setLabel(String strLabel)
Sets the Label

Parameters:
strLabel - The Label

getValue

public String getValue()
Returns the Value

Returns:
The Value

setValue

public void setValue(String strValue)
Sets the Value

Parameters:
strValue - The Value

getHelp

public String getHelp()
Returns the Help

Returns:
The Help

setHelp

public void setHelp(String strHelp)
Sets the Help

Parameters:
strHelp - The Help


Copyright © 2014 Mairie de Paris. All Rights Reserved.